How to Find Multiple Minima of Objective Function from Genetic Algorithm?

조회 수: 2 (최근 30일)
Dario Miric
Dario Miric 2022년 2월 8일
편집: Matt J 2022년 2월 9일
When using genetic algorithm to find global minimum of objective function, algorithm gives only the best result (smallest value of objective function it found). Is it possible for genetic algorithm to give multiple best local minima it found? In my problem, I would like to get approximately best 100 results and to sort them by the value of objective function.

답변 (1개)

Matt J
Matt J 2022년 2월 9일
편집: Matt J 2022년 2월 9일
You can call ga() with more output arguments to obtain the final population and their scores,
[x,fval,exitflag,output,population,scores] = ga(___)

카테고리

Help CenterFile Exchange에서 Genetic Algorithm에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by