Optimization with complicated constraints
Afficher commentaires plus anciens
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!!
Réponse acceptée
Plus de réponses (2)
the cyclist
le 14 Déc 2011
0 votes
I believe that the fmincon() function http://www.mathworks.com/help/toolbox/optim/ug/fmincon.html in the Optimization Toolbox can do this.
Yisroel
le 15 Déc 2011
0 votes
1 commentaire
the cyclist
le 15 Déc 2011
As a "thanks", you might consider accepting whichever answer you found most helpful. This will help people seeking similar answers.
Catégories
En savoir plus sur Solver-Based Nonlinear Optimization dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!