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!