Skip to content

Releases: cbarrick/evo

v0.2.1

13 Feb 02:17
Compare
Choose a tag to compare

This update patches a couple race conditions.

v0.2.0

11 Feb 02:33
Compare
Choose a tag to compare

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.

Initial Release

09 Nov 09:31
Compare
Choose a tag to compare

This release is an API preview of Evo. I am currently focused on the API design, examples, and documentation. I've not done much profiling yet, so there is likely room for improvement in performance.

I don't expect much of the existing API to change, but you never know. The project is using semantic versioning going forward.