All Versions
10
Latest Version
Avg Release Cycle
134 days
Latest Release
2028 days ago
Changelog History
Changelog History
-
v0.4.2
November 16, 2020 -
v0.4.1 Changes
November 28, 2017- ๐ฆ
Population.rnghas been promoted toPopulation.RNG. This makes it easier to implement custom models in another package thangago - โจ Renamed
EnhancetoEvolvefor esthetics - ๐จ Refactored parallel code for reusability
- ๐ฆ
-
v0.4.0 Changes
November 17, 2017The
Genome'sCrossovermethod now has to be done in-place. Although this breaks the API it is well worth as it makes it more consistent and requires less boilerplate code for deep copying. -
v0.3.1 Changes
November 14, 2017๐ Fixed a bug where the individuals were evaluated twice when
ParallelEvalwastrue. -
v0.3.0 Changes
November 11, 2017The best individuals are now stored in the
HallOfFamefield. This is a breaking change because theBestfield does not exists anymore. -
v0.2.3 Changes
November 10, 2017Individuals can now be evaluated in parallel thanks to the
GA'sParallelEvalfield. -
v0.2.2 Changes
November 10, 2017The
GAstruct now has anRNGfield of type*rand.Randwhich can be set to make results reproducible. -
v0.2.1 Changes
September 18, 2017โ Remove data race in
GA.Initialize -
v0.2.0 Changes
September 16, 2017- โ Added
GA.Initialized()to indicate if aGAhas been initialized or not. - โ Back to 100% test coverage
- Tidied naming
- โ Added
String()functions toIndividualandIndividuals - โ Added sub-tests to table-driven tests
- โ Added
-
v0.1.0 Changes
July 28, 2017๐ Latest stable release for
godep. Ensuing updates will be available through releases (aka the proper way).