Releases: cbarrick/evo
Releases · cbarrick/evo
v0.2.1
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.
Initial Release
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.