Find maximum of constrained multivariable function

Hey,
I am looking for maximum optimization of a constrained nonlinear multivariable function. I found some solvers for minimum optimization of constrained nonlinear multivariable function, like fmincon ,fminsearch etc. But I need maximization of the same function.
Thanks- Mahir.

Réponses (1)

Matt J
Matt J le 10 Mar 2014
Modifié(e) : Matt J le 10 Mar 2014

1 vote

Minimizing -f(x) it is equivalent to maximizing f(x).

2 commentaires

mahir
mahir le 10 Mar 2014
so its a simple mathematical thing....no functional trick is required....thanks .....i have one more ques...i am working with optimtool box and the fmincon solver....how do i extract the optimized data in a variable after optimization ends

Connectez-vous pour commenter.

Catégories

Produits

Question posée :

le 10 Mar 2014

Commenté :

le 10 Mar 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by