To improve results using GA toolbox

조회 수: 3 (최근 30일)
ravindra
ravindra 2011년 8월 17일
답변: Prateekshya 2024년 10월 3일
Hi all, I solved a optimization problem using GA toolbox, but I am not getting desired answer using GA. I tried lots of setting and I got littlebit better results. But there is very small change in the fittness function value after few generation. Can anybody help me in this regard? How to improve the results? Thank you
  댓글 수: 2
Massimiliano Papera
Massimiliano Papera 2011년 12월 11일
what kind of toolbox are you using?
Walter Roberson
Walter Roberson 2011년 12월 11일
GA is Genetic Algorithms, which is part of the Global Optimization Toolbox, http://www.mathworks.com/help/toolbox/gads/ga.html

댓글을 달려면 로그인하십시오.

답변 (1개)

Prateekshya
Prateekshya 2024년 10월 3일
Hello Ravindra,
For optimizing the result further in Genetic Algorithms, you can follow these steps:
  • Try increasing the population size which will increase the diversity leading to escaping the local optima.
options = optimoptions('ga', 'PopulationSize', 100); % Example size
I hope this helps!

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by