How can i define xo or intial parameters that the ga begin with ?
Informazioni
This question is locked. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti

1 Commento
John D'Errico
il 31 Ott 2024
Modificato: John D'Errico
il 31 Ott 2024
What reason is there to ask the exact same question multiple times? What about the last set of answers was not sufficient?
Risposte (1)
You use InitialPopulationMatrix of optimoptions. You can get more info on what options you can set for ga in here under InputArguments>options.
opts = optimoptions('ga')
opts.InitialPopulationMatrix = X0;
This question is locked.
Categorie
Scopri di più su Surrogate Optimization in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!