how I can change a parameters in fitfun in genetic algorithm in each itration of a loop?

2 ビュー (過去 30 日間)
sajad mhmzd
sajad mhmzd 2023 年 3 月 7 日
編集済み: Matt J 2023 年 3 月 7 日
In my code there is a loop that in each itration genetic algorithm optimizes my problem and give me the fval. How can a parameter be changed inside the objective function in a loop, meaning that in each iteration this parameter takes a different value and must be entered into the genetic algorithm? In fact, the value of the objective function(fval) after each itration should be used as an initial guess for the next iteration.
  1 件のコメント
Matt J
Matt J 2023 年 3 月 7 日
編集済み: Matt J 2023 年 3 月 7 日
If you are using ga(), constructing the loop is not your responsibility. Once you provide the fitness function, ga will run it through a loop all on its own

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeGenetic Algorithm についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by