I specified more parameters to GA in order to speed up my code execution by using (optimoptions), I want to know the best values for these parameters and the meaning of it
Mostrar comentarios más antiguos
opts = optimoptions(@ga, ...
'PopulationSize', 150, ...
'MaxGenerations', 200, ...
'EliteCount', 10, ...
'FunctionTolerance', 1e-8);
1 comentario
Rena Berman
el 16 de Dic. de 2021
(Answers Dev) Restored edit
Respuestas (1)
Abhishek Gupta
el 8 de Jun. de 2021
0 votos
Hi,
Referring to the following documentation link, which might help you resolve the issue: -
(Check out the 'Description' and 'Values' columns of the table.)
Categorías
Más información sobre Surrogate Optimization en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!