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!