Releases: MaxHalford/eaopt
Releases · MaxHalford/eaopt
0.4.1
0.4.0
The Genome
's Crossover
method 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.
0.3.1
Fixed a bug where the individuals were evaluated twice when ParallelEval
was true
.
0.3.0
The best individuals are now stored in the HallOfFame
field. This is a breaking change because the Best
field does not exists anymore.
0.2.3
Individuals can now be evaluated in parallel thanks to the GA
's ParallelEval
field.
0.2.2
The GA
struct now has an RNG
field of type *rand.Rand
which can be set to make results reproducible.
0.2.1
Remove data race in GA.Initialize
0.2.0
- Added
GA.Initialized()
to indicate if aGA
has been initialized or not. - Back to 100% test coverage
- Tidied naming
- Added
String()
functions toIndividual
andIndividuals
- Added sub-tests to table-driven tests
0.1.0
Latest stable release for godep
. Ensuing updates will be available through releases (aka the proper way).