polynomial constrained optimization problem example

plz provide me example of polynomial constrained nonlinear optimization problem. objective function and constraints are in form of fractional polynomial having two variables X(1)^0.02 & x(2)^0.02 objective function f= [(0.0363*x(1)^0.02)/(1.18-x(1)^0.02)]+[(0.014*x(2)^0.02)/(1.173-x(2)^0.02)] constraints c=[(0.0363*x(1)^0.02)/(1.18-x(1)^0.02)]-[(0.014*x(2)^0.02)/(1.173-x(2)^0.02)]+0.57; -[(0.0363*x(1)^0.02)/(1.18-x(1)^0.02)]+0.2; -[(0.014*x(2)^0.02)/(1.173-x(2)^0.02)]+0.2;
i am trying to solve the problem but matlab error is "unexpected matlab equation"

댓글 수: 1

Torsten
Torsten 2017년 2월 14일
편집: Torsten 2017년 2월 14일
Please show the complete MATLAB code you are using including the call to fmincon.
And please format your code with the {} Code button.
Best wishes
Torsten.

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Nonlinear Optimization에 대해 자세히 알아보기

질문:

2017년 2월 14일

편집:

2017년 2월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by