- You can see option values by reading the options table or entering optimoptions('ga')
- There is more information on the options in the option description section
- The algorithm description is here.
Number of Population and Generation in GA?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Yaser Khojah
am 25 Mai 2019
Kommentiert: Yaser Khojah
am 28 Mai 2019
I have a function where I'm trying to optimize. So, Im using GA and I have run the optimizer on the defult case. Is there anyway to figour out the number of population and generation?
I have 16 variables and a single objective. I see the generations defult uses 100 * number of variables. So, what about the population? Is the population number fixed in each generation?
0 Kommentare
Akzeptierte Antwort
Alan Weiss
am 28 Mai 2019
it is difficult for me to understand what you are asking, but here is some information that might help you:
Good luck,
Alan Weiss
MATLAB mathematical toolbox documentation
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Nonlinear Optimization finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!