difference between Optimization terminated: maximum number of generations exceeded and Optimization terminated: average change in the fitness value less than .
Afficher commentaires plus anciens
1- Optimization terminated: average change in the fitness value less than options.FunctionTolerance.
2- Optimization terminated: maximum number of generations exceeded.
the meaning of both and the difference, also which result is better.
1 commentaire
Rena Berman
le 16 Déc 2021
(Answers Dev) Restored edit
Réponses (1)
Alan Weiss
le 4 Juin 2021
1 vote
1 means that the process has stalled, and whether this is good or bad depends on what you want. If the stall window is large, then it means that the solver is not improving, and so maybe it is time to stop.
2 means that the solver was still improving, but got stopped by a generations limit. So maybe you are tired of it running, or maybe you should increase the limit so it can improve some more.
Alan Weiss
MATLAB mathematical toolbox documentation
Catégories
En savoir plus sur Genetic Algorithm dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!