difference between Optimization terminated: maximum number of generations exceeded and Optimization terminated: average change in the fitness value less than .

조회 수: 8 (최근 30일)
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개)

Alan Weiss
Alan Weiss 2021년 6월 4일
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

카테고리

Help CenterFile Exchange에서 Genetic Algorithm에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by