Closed gianlucatruda closed 4 years ago
Pull request #20 is up for both this and #17 issues. New EA is created from MyDemoEAInstance
in EA_demo.py
Gaussian mutation probability seems to be optimal around 0.3 or 0.4. It helps in combating the diversity deterioration problem and doesn't kill off the quality. Sigma doesn't seems to make much impact on fitness, only on diversity, so it was left as 1.
deap_specialist
(see issue #7 for ideas)BaseEAInstance
that implements__init__
andevolve
functions.