Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

constrains of the optimization problem

조회 수: 1 (최근 30일)
B
B 2015년 10월 9일
마감: MATLAB Answer Bot 2021년 8월 20일
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 ; %(Depending on the number of components you have c equations)
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?
  댓글 수: 1
Walter Roberson
Walter Roberson 2015년 10월 9일
What is the relationship between y*, yc*, and x* ?

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by