Optimization with complicated constraints
이전 댓글 표시
First off, thank you for you time.
The question is, can Matlab solve optimization problems with complicated constraints in the form:
1/(1-exp(x-y+a)) - 1/(1-exp(y-x+b)) > 1
where a and b are constants.
If so how??
Thanks again!!
채택된 답변
추가 답변 (2개)
the cyclist
2011년 12월 14일
0 개 추천
I believe that the fmincon() function http://www.mathworks.com/help/toolbox/optim/ug/fmincon.html in the Optimization Toolbox can do this.
Yisroel
2011년 12월 15일
0 개 추천
댓글 수: 1
the cyclist
2011년 12월 15일
As a "thanks", you might consider accepting whichever answer you found most helpful. This will help people seeking similar answers.
카테고리
도움말 센터 및 File Exchange에서 Solver-Based Nonlinear Optimization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!