Current section

Files

Jump to
genex changelog.md
Raw

changelog.md

# v0.1.2
- Bug fixes
- Added population statistics
- Crossover rate and mutation rate implemented as functions
# v0.1.4
- Bug fixes
- 3.51x Performance Improvement in single_point crossover
- 2.35x Performance Improvement in two_point crossover
- Addition of `benchmark/0` function to benchmark your algorithm
# v0.2.0
- Changed to `libgraph` for Genealogy tree.
- Added ability to export graph as DOT file.
- Removed `track_history?` flag.
- Added 17 Tests, Plus Doctests
- Fixed Variance bug
- Added methods WITHOUT random variables to verify validity of operator algorithms.