v0.2.0
This release is oriented around API changes.
- The
Genome
type has been simplified to separate representation from the evolution function. - A new type,
EvolveFn
, now serves the purpose of the old(Genome).Evolve
. - The
Population
interface is more robust and include a new polling interface. - Both concrete populations have undergone a lot of review and refactoring.