Filter löschen
Filter löschen

measurement based optimization using fmincon

2 Ansichten (letzte 30 Tage)
Abhinav Kumar
Abhinav Kumar am 7 Aug. 2023
Kommentiert: Torsten am 7 Aug. 2023
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

Akzeptierte Antwort

Torsten
Torsten am 7 Aug. 2023
"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 Kommentare
Abhinav Kumar
Abhinav Kumar am 7 Aug. 2023
Dear Torsten,
I wanted to optimize my objective function using matlab inbuilt function. can you help me in this regard?
Torsten
Torsten am 7 Aug. 2023
Could you state your problem in its mathematical form ?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Nonlinear Optimization finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by