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.

回答 (1 件)

Matt J
Matt J 2014 年 3 月 10 日
編集済み: Matt J 2014 年 3 月 10 日

1 投票

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

2 件のコメント

mahir
mahir 2014 年 3 月 10 日
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
Matt J
Matt J 2014 年 3 月 10 日

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeNonlinear Optimization についてさらに検索

製品

質問済み:

2014 年 3 月 10 日

コメント済み:

2014 年 3 月 10 日

Community Treasure Hunt

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

Start Hunting!

Translated by