Releases: Martin1887/oxigen
Crosspoints cannot be 0
Crosspoints cannot be 0, which generates children identical to parents.
Fix age not incremented in each generation
Fix age not incremented in each generation.
The progress is NaN at the first generation also in MutationRate and SelectionRate.
Fix empty fitnesses at the first generation and add several stop criteria
Fix empty finesses at the first generation sent to StopCriterion
, MutationRate
and SelectionRate
.
Add GenerationAndProgress
, MaxFitness
, MinFitness
and AvgFitness
built-in stop criteria.
Fix survival pressure worst reducing population size to a half
Fix survival pressure worst reducing population size to a half.
Fix method in Genotype, add SolutionsFound stop criterion and fix progress stop criterion
A fix
method has been added to Genotype
to allow to repair individuals to satisfy restrictions.
A SolutionsFound
stop criterion has been added to specify the desired number of solutions.
The Progress
stop criterion has been fixed (always stopped at iteration 0).
The populations output has been improved.
Permit initial individuals enabling to resume previous executions and coevolution
Permit initial individuals enabling to resume previous executions and coevolution.
First version
First version.