Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement genetic algorithm #46

Open
igaloly opened this issue Apr 28, 2024 · 2 comments
Open

Implement genetic algorithm #46

igaloly opened this issue Apr 28, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@igaloly
Copy link

igaloly commented Apr 28, 2024

What do you think about implementing more EA algorithms from DEAP

image

@igaloly igaloly added the enhancement New feature or request label Apr 28, 2024
@igaloly igaloly changed the title Implement algorithms from Deap Implement algorithms from DEAP Apr 28, 2024
@SimonBlanke
Copy link
Owner

Hello @igaloly,

thank you for the suggestion.

I looked into the package you posted. It turns out, that DEAP is the basis for Tpot, which inspired me to create my own package for optimization.

Some of the algorithms in the DEAP package are not fit to be implemented in GFO (because they require a continuous search-space). But I will look into more of the algorithms within the next weeks. If you have a suggestion for a particular algorithm you can post it here and explain it and why it fits GFO.

@SimonBlanke SimonBlanke changed the title Implement algorithms from DEAP Implement genetic algorithm May 19, 2024
@SimonBlanke
Copy link
Owner

After doing some research I further understood the difference between evolution strategies and genetic algorithms. I would like to add a genetic-algorithm-optimizer to GFO and updated to title of this issue accordingly.

@SimonBlanke SimonBlanke self-assigned this May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants