Skip to content

Algorithm close to a default simple GA? #127

Answered by BillHuang2001
seyeint asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you for your insightful feedback on our project.

Currently, there isn't a specific SimpleGA implementation available. Previously, we had one, but it was removed due to concerns regarding potential misinterpretation. It's important to note that "GA" represents a class of algorithms, and the performance can vary significantly depending on the specific operators employed.

So instead of providing a SimpleGA, we propose to offer a simple abstraction for all GA algorithms. This abstraction will allow users to define a series of operators to construct their own genetic algorithms. (similar to the approach of torch.nn.Sequential for building neural network blocks). We are expecting this to …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@seyeint
Comment options

Answer selected by seyeint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants