What optimization method can be used to solve the following optimization problem?

조회 수: 1 (최근 30일)
Dear All,
I am trying to find the right method to solve the following optimization problem:
are given scalar constants.
Each is given. There are n of them: let's say Z is a vector of n elements.
Each is given. There are n of them: let's say C is a vector of n elements.
are also elements of corresponding vectors of n elements.
It would be great to see similar example or any ideas to tutorials.
Thanks

채택된 답변

Matt J
Matt J 2020년 12월 3일
편집: Matt J 2020년 12월 3일
linprog would be appropriate. You could also use the problem-based framework to set up the problem.
  댓글 수: 1
Arseniy Sleptsov
Arseniy Sleptsov 2020년 12월 17일
Thanks, Matt.
I managed to fit to the linprog the problem.
I have another question: what if in I have two variables and (let's say one of them is integer)?
I saw MINLP, but there was no such problem solved.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Solver Outputs and Iterative Display에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by