seanmor5 / genex

Genetic Algorithms in Elixir!
Apache License 2.0
147 stars 14 forks source link

Change how Survivor Selection runs #13

Closed seanmor5 closed 5 years ago

seanmor5 commented 5 years ago

Selection refers to Parent Selection moreso than survivor selection. Perhaps there's a better way to implement this - giving the user more freedom to determine how they want to persist between generations.