JJ / p6-algorithm-evolutionary-simple

A first attempt to an evolutionary algorithm in Perl 6
GNU General Public License v3.0
2 stars 4 forks source link

Add an elitist algorithm #10

Open JJ opened 5 years ago

JJ commented 5 years ago

The stochastic algorithms is OK, but for some difficult problems it takes a good while to find the solution. Another option with a elitist algorithm would be much better.

JJ commented 5 years ago

Actually, we keep the two best in all different generation. So this is a bug, not a feature we would like to add.