필터 지우기
필터 지우기

How to solve linear optimization problem with non linear conditions in MATLAB?

조회 수: 1 (최근 30일)
Farhan
Farhan 2014년 12월 22일
답변: Alan Weiss 2014년 12월 22일
How to solve this optimization problem in MATLAB? How it can be solved using “linprog” as it has nonlinear constrains? Can you suggest any other better way of doing that in MATLAB?

답변 (1개)

Alan Weiss
Alan Weiss 2014년 12월 22일
If you look in the Optimization Decision Table, when you have a linear objective and general smooth constraints, you should use fmincon.
It is conceivable that you could reformulate your problem to have a quadratic objective and linear constraints. In that case, you could use quadprog.
Alan Weiss
MATLAB mathematical toolbox documentation

카테고리

Help CenterFile Exchange에서 Problem-Based Optimization Setup에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by