Skip to content

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

Compare
Choose a tag to compare
@Martin1887 Martin1887 released this 26 Dec 17:51
· 84 commits to master since this release

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.