cbarrick / evo

Evolutionary Algorithms in Go
GNU General Public License v3.0
113 stars 5 forks source link

Add helpers for selection #7

Closed cbarrick closed 8 years ago

cbarrick commented 8 years ago

The same helpers should work for parent and replacement selection. Non-trivial replacement selections require synchronizing many concurrent evolve loops.