Skip to content

Releases: Martin1887/oxigen

Crosspoints cannot be 0

06 Jan 16:39
Compare
Choose a tag to compare

Crosspoints cannot be 0, which generates children identical to parents.

Fix age not incremented in each generation

01 Jan 19:32
Compare
Choose a tag to compare

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

27 Dec 16:23
Compare
Choose a tag to compare

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

27 Dec 12:32
Compare
Choose a tag to compare

Fix survival pressure worst reducing population size to a half.

Fix method in Genotype, add SolutionsFound stop criterion and fix progress stop criterion

26 Dec 17:51
Compare
Choose a tag to compare

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

20 Aug 17:45
Compare
Choose a tag to compare

Permit initial individuals enabling to resume previous executions and coevolution.

First version

20 Aug 17:04
Compare
Choose a tag to compare

First version.