The problem with parameter_free genetic scheme was with mutation probability. In some cases mutation probability was set to zero so there were no way to produce next generation because there were no crossover.
Added:
minimal value for mutation probability
minimal test for genetic schemes
Results of experiments for molecules on 5 trials for each scheme
The problem with
parameter_free
genetic scheme was with mutation probability. In some cases mutation probability was set to zero so there were no way to produce next generation because there were no crossover.Added:
Results of experiments for molecules on 5 trials for each scheme