GA optimization problem, terminate before stall limit

The solution can be seen to be improving but it terminates before the generation or stall limit. Can find a better solution manually by trial and error.

 採用された回答

Alan Weiss
Alan Weiss 2015 年 1 月 14 日

0 投票

You can set larger values for various stopping criteria, such as Generations or StallGenLimit. Or you could do yourself a favor and try using patternsearch instead of ga. patternsearch is usually faster and more reliable, and is easier to tune. If you need to start from a wide variety of initial points, and you have finite bounds on all components, try
x0 = lb + rand(size(lb)).*(ub - lb);
Alan Weiss
MATLAB mathematical toolbox documentation

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeProblem-Based Optimization Setup についてさらに検索

質問済み:

Mo
2015 年 1 月 14 日

回答済み:

2015 年 1 月 14 日

Community Treasure Hunt

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

Start Hunting!

Translated by