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

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개)

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

카테고리

도움말 센터File Exchange에서 Problem-Based Optimization Setup에 대해 자세히 알아보기

질문:

2021년 6월 4일

댓글:

2021년 12월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by