fmincon with external multi-input functions

Can I use an external function with fmincon that has multiple inpt variables. All the examples I have seen seem to imply that the function is only dependent on x, but I would like to pass other parameters inti the function as well.

回答(1 个)

Use one of the techniques described on this documentation page. While that page specifically mentions fzero and integral, the techniques it describes also work for the objective and/or constraint functions you pass into fmincon.

类别

帮助中心File Exchange 中查找有关 Surrogate Optimization 的更多信息

产品

版本

R2019a

提问:

2019-9-23

Community Treasure Hunt

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

Start Hunting!

Translated by