Optimization with complicated constraints
Mostrar comentarios más antiguos
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!!
Respuesta aceptada
Más respuestas (2)
the cyclist
el 14 de Dic. de 2011
0 votos
I believe that the fmincon() function http://www.mathworks.com/help/toolbox/optim/ug/fmincon.html in the Optimization Toolbox can do this.
Yisroel
el 15 de Dic. de 2011
0 votos
1 comentario
the cyclist
el 15 de Dic. de 2011
As a "thanks", you might consider accepting whichever answer you found most helpful. This will help people seeking similar answers.
Categorías
Más información sobre Solver-Based Nonlinear Optimization en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!