Info

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

How to solve optimization problem?

조회 수: 4 (최근 30일)
Rajkumar Verma
Rajkumar Verma 2019년 8월 30일
마감: MATLAB Answer Bot 2021년 8월 20일
Dear All,
I have optimization tool box. Could you help me in solving these two optimization problem?
(1)
subject to the constraints
.
(2)
subject to the constraints
, , , ,
.
  댓글 수: 2
Walter Roberson
Walter Roberson 2019년 8월 30일
For the first one:
fmincon() with lower bound 0, upper bound infinity, Aeq = ones(1,6), beq = 1 . And minimize the negative of the expression that you need to maximize (so basically change all those subtractions into additions.)
For the second one: nearly the same but with changes to the lower bound and upper bound.
Rajkumar Verma
Rajkumar Verma 2019년 8월 30일
Thanks.

답변 (0개)

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by