Optimization with complicated constraints
Ältere Kommentare anzeigen
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!!
Akzeptierte Antwort
Weitere Antworten (2)
the cyclist
am 14 Dez. 2011
0 Stimmen
I believe that the fmincon() function http://www.mathworks.com/help/toolbox/optim/ug/fmincon.html in the Optimization Toolbox can do this.
Yisroel
am 15 Dez. 2011
0 Stimmen
1 Kommentar
the cyclist
am 15 Dez. 2011
As a "thanks", you might consider accepting whichever answer you found most helpful. This will help people seeking similar answers.
Kategorien
Mehr zu Solver-Based Nonlinear Optimization finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!