Problems with higer StallGenLimit (decreases ga performance)
1 回表示 (過去 30 日間)
古いコメントを表示
Hey all
I want to minimize a function with 15 variables. I am using ga and, initially, I leave the default options, except for the population size = 300 * 15 (I know, a lot). The optimizer generally finds solutions in the first two generations, and it finishes after 50-55 generations.
Now, if I increase the stall generations ('StallGenLimit = 75'), the optimizer do not find solutions anymore (all the solutions = inf). I have not changed anything else. How is the StallGenLimit affecting the optimization? I thought it would only enlarge the number of generations when the tolfun would be evaluated.
Hope you can help. Thanks!
Sebastian
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Genetic Algorithm についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!