To improve results using GA toolbox

1 visualización (últimos 30 días)
ravindra
ravindra el 17 de Ag. de 2011
Respondida: Prateekshya el 3 de Oct. de 2024
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 comentarios
Massimiliano Papera
Massimiliano Papera el 11 de Dic. de 2011
what kind of toolbox are you using?
Walter Roberson
Walter Roberson el 11 de Dic. de 2011
GA is Genetic Algorithms, which is part of the Global Optimization Toolbox, http://www.mathworks.com/help/toolbox/gads/ga.html

Iniciar sesión para comentar.

Respuestas (1)

Prateekshya
Prateekshya el 3 de Oct. de 2024
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!

Categorías

Más información sobre Genetic Algorithm en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by