Info

This question is locked. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 1 (최근 30일)
noura
noura 2024년 10월 31일
Locked: John D'Errico 2024년 10월 31일

답변 (1개)

Aquatris
Aquatris 2024년 10월 31일
편집: Aquatris 2024년 10월 31일
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.

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by