seanmor5 / genex

Genetic Algorithms in Elixir!
Apache License 2.0
144 stars 13 forks source link

Algorithm runs exceptionally slow #17

Closed seanmor5 closed 5 years ago

seanmor5 commented 5 years ago

With addition of 2 children per crossover, alg runs insanely slow. Looking into issue now

seanmor5 commented 5 years ago

Selection was chunking parents every 1 step, doubling the number of parents necessary. Fixed with last commit.