Can one set up initial values for fminbnd?

6 次查看(过去 30 天)
Can one set intial values for iteration for fminbnd? I do not find an option on the documenation:

采纳的回答

Matt J
Matt J 2020-8-1
编辑:Matt J 2020-8-1
No, you cannot. However, you might get a comparable effect if you use fminsearch instead, setting your objective to Inf outside the desired interval.
Or, you could use fminsearchbnd from the File Exchange,

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by