Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Adding other explicit equations to the optimization toolbox
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello
I am using ga solver to solve a multivariable problem (x1..x4) All of the design variables are bounded between an upper and a lower limits. In addition there are other explicit equations and external specification that should be met such as:
yc1-y1=0 ; yc2-y2=0; yc3-y3=0; ycn2-yn2=0; yc1+yc2+yc3+yn2=1
and a few other equations. How can I add those constrains to the optimization toolbox?
2 Kommentare
Walter Roberson
am 9 Okt. 2015
Those appear to be linear constraints and could be added through any linear constraint interface.
Walter Roberson
am 9 Okt. 2015
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!