First parallel (hybrid) genetic algorithm #49
gnypit
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In this realese a first working, though still experimental and under development, parallel genetic algorithm is available. It's a hybrid one, which divides different possible rival Generations between multiple processes to develop and later again divides all Members of these rival Generations between a new batch of parallel process to have their fitness values computed.
Code tested on a simplified case of the endurance function optimisation and surprisingly it works.
What's Changed
Full Changelog: v0.1.0...v0.1.1
This discussion was created from the release First parallel (hybrid) genetic algorithm.
Beta Was this translation helpful? Give feedback.
All reactions