- You cannot choose a creation function when using ga integer optimization.
- You can select an initial population range.
- You can override the default population size.
Mixed integer optimization - help
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi guys, in the Mixed integer optimization guide it says like: No custom creation function "CreateFcn". Does this mean we can't select any of the built-in functions and GA uses special functions or it means we can't select a user-made function?
And about the initial population range, can we use it in mixed integer optimization or not?
What about the population size, in the guide it says that GA uses the min(max(...),100), can we insert a value higher or lower than that?
Thanks in advance
Best regards,
0 Kommentare
Akzeptierte Antwort
Alan Weiss
am 24 Sep. 2012
In general, the documentation points out what you cannot do. If there is no mention of a restriction for an option, then you can override the default settings. For more details, please read the algorithm description.
Alan Weiss
MATLAB mathematical toolbox documentation
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Genetic Algorithm finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!