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

Answers (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.

Tags

Asked:

on 31 Oct 2024

Locked:

on 31 Oct 2024

Community Treasure Hunt

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

Start Hunting!