Why there is Difference in the Solutions of global/ local optimum value obtained by genetic algorithm and global search using fmincon?
1 view (last 30 days)
Show older comments
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 Comments
Answers (1)
Matt J
on 16 Apr 2022
Edited: Matt J
on 16 Apr 2022
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 Comments
See Also
Categories
Find more on Genetic Algorithm in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!