Hello rustaceans! The version 1.1.0 for Easy_GA crate is finally out! As always you can find the repository in Github and the crate in crates.io
The full CHANGELOG is avaliable in CHANGELOG.md
[1.2.0]
- Added new
SelectionAlgorithm::Random
. - Added new
SelectionAlgorithm::Stochastic
. SelectionAlgorithm
now derivePartialEq
,Eq
,PartialOrd
andOrd
.- Added unit testing for
Selection
trait. - Logs are now saved inside
target/easy_ga/logs
insted oftarget/tmp/
0 Comments