measurement based optimization using fmincon

2 次查看(过去 30 天)
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
"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 个)

类别

Help CenterFile Exchange 中查找有关 Nonlinear Optimization 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by