options for genetic algorithm with sdo.optimize

2 ビュー (過去 30 日間)
Imisi Jo
Imisi Jo 2017 年 7 月 26 日
コメント済み: Imisi Jo 2017 年 7 月 30 日
Is there any way I can edit the options for ga using sdo.optimize? I am using @searchga in sdo.optimize for parameter estimation but I can only edit options under sdo.OptimizeOptions and not specifically options for ga?

採用された回答

Abhi Sundararaman
Abhi Sundararaman 2017 年 7 月 28 日
Since you are using @searchga as the search function for sdo.optimize, perhaps you could try to pass in additional information along with the search function, similar to the way it is done in the "Search Options" section of this link:
that is, for the "SearchFcn" property, try to specify {@searchga, iterationLimit, gaOptions}, and you could create gaOptions using the "optimoptions" function, similar to how it is done in the following link:
  1 件のコメント
Imisi Jo
Imisi Jo 2017 年 7 月 30 日
Thank you! I will try this today.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink Design Optimization についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by