Filter löschen
Filter löschen

options for genetic algorithm with sdo.optimize

1 Ansicht (letzte 30 Tage)
Imisi Jo
Imisi Jo am 26 Jul. 2017
Kommentiert: Imisi Jo am 30 Jul. 2017
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?

Akzeptierte Antwort

Abhi Sundararaman
Abhi Sundararaman am 28 Jul. 2017
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:

Weitere Antworten (0)

Kategorien

Mehr zu Simulink Design Optimization finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by