In optimization toolbox, in function "gamultiobj" how to define ConstraintFile.m function in which constraints are not functions of design variables. This facility is available in "ga" under "nonlin".
Ältere Kommentare anzeigen
ga(fitnessfsn,.......lb,ub,nonlin,options)
gamultiobj(fitnessfsn,.......lb,ub,options)
Akzeptierte Antwort
Weitere Antworten (1)
Steven Lord
am 24 Jun. 2016
1 Stimme
If you mean that your constraints are functions not only of the design variables but also additional parameters, use the techniques described in the documentation to pass those additional parameters into the constraint functions when you call gamultiobj.
1 Kommentar
Ravindra Desai
am 27 Jun. 2016
Kategorien
Mehr zu Earthquake Engineering finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!