measurement based optimization using fmincon

i am getting error while running the code . I want to minimize my objective function using fmincon. i follow the examples but i dont why i am getting the error? please help

 採用された回答

Torsten
Torsten 2023 年 8 月 7 日

0 投票

"fmincon" is not a stochastic, but a deterministic optimizer. You are not allowed to use random inputs for it that change every time you call the objective function.

2 件のコメント

Abhinav Kumar
Abhinav Kumar 2023 年 8 月 7 日
Dear Torsten,
I wanted to optimize my objective function using matlab inbuilt function. can you help me in this regard?
Torsten
Torsten 2023 年 8 月 7 日
Could you state your problem in its mathematical form ?

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeSystems of Nonlinear Equations についてさらに検索

タグ

質問済み:

2023 年 8 月 7 日

コメント済み:

2023 年 8 月 7 日

Community Treasure Hunt

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

Start Hunting!

Translated by