Optimization with complicated constraints
Mostra commenti meno recenti
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!!
Risposta accettata
Più risposte (2)
the cyclist
il 14 Dic 2011
0 voti
I believe that the fmincon() function http://www.mathworks.com/help/toolbox/optim/ug/fmincon.html in the Optimization Toolbox can do this.
Yisroel
il 15 Dic 2011
0 voti
1 Commento
the cyclist
il 15 Dic 2011
As a "thanks", you might consider accepting whichever answer you found most helpful. This will help people seeking similar answers.
Categorie
Scopri di più su Solver-Based Nonlinear Optimization in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!