Skip to content

v0.2.0

Compare
Choose a tag to compare
@cbarrick cbarrick released this 11 Feb 02:33
· 4 commits to master since this release

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.