Info

This question is locked. Rouvrir pour modifier ou répondre.

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

3 vues (au cours des 30 derniers jours)
noura
noura le 31 Oct 2024
Locked: John D'Errico le 31 Oct 2024

Réponses (1)

Aquatris
Aquatris le 31 Oct 2024
Modifié(e) : Aquatris le 31 Oct 2024
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.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by