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

답변 (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.

카테고리

도움말 센터File Exchange에서 Surrogate Optimization에 대해 자세히 알아보기

태그

질문:

2024년 10월 31일

Locked:

2024년 10월 31일

Community Treasure Hunt

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

Start Hunting!

Translated by