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.