Info

This question is locked. Vuélvala a abrir para editarla o responderla.

How can i define xo or intial parameters that the ga begin with ?

22 visualizaciones (últimos 30 días)
noura
noura el 31 de Oct. de 2024 a las 7:43
Locked: John D'Errico el 31 de Oct. de 2024 a las 9:25

Respuestas (1)

Aquatris
Aquatris el 31 de Oct. de 2024 a las 8:09
Editada: Aquatris el 31 de Oct. de 2024 a las 8:10
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.

Categorías

Más información sobre Surface and Mesh Plots 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