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!