Why there is Difference in the Solutions of global/ local optimum value obtained by genetic algorithm and global search using fmincon?
1 回表示 (過去 30 日間)
古いコメントを表示
I have solved an optimization problem using fmincon solver. I doubt if its a global minima, so i used genetic algorithm (GA). With GA, the solver resulted into local minima. While, when I used global search technique with fmincon, the solution obtained was same as those obtained while i used fmincon alone. Why global search and fmincon giving same values and why GA stucks in the local minima? Which should be taken as global minima?
0 件のコメント
回答 (1 件)
Matt J
2022 年 4 月 16 日
編集済み: Matt J
2022 年 4 月 16 日
Perhaps you were wrong to assume that fmincon alone was failing to find the global minimum. You can never be certain that a global optimum will be found by any method, but it would make sense to pick the solution with the lowest objective function value.
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!