seanmor5 / genex

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

Crossover functions should not operate on entire population struct #8

Closed seanmor5 closed 5 years ago

seanmor5 commented 5 years ago

Currently, every crossover function operates on the entire population struct. The logic for each is the same EXCEPT the actual crossover. In order to simplify the functions, we will have each operate ONLY on two parents.