필터 지우기
필터 지우기

Is there a command-line way of setting MaxIterations in fminsearch/fminsearchbnd ?

조회 수: 1 (최근 30일)
I am trying to find optimum parameters for a minimisation problem. Its a 6-dimensional parameter space. I was wondering if there is a command line way of setting Max number of iterations in fminsearch.

채택된 답변

John D'Errico
John D'Errico 2017년 4월 20일
Read the help!
X = fminsearch(FUN,X0,OPTIONS) minimizes with the default optimization
parameters replaced by values in the structure OPTIONS, created
with the OPTIMSET function. See OPTIMSET for details. fminsearch uses
these options: Display, TolX, TolFun, MaxFunEvals, MaxIter, FunValCheck,
PlotFcns, and OutputFcn.
fminsearchbnd uses the same options structure, since it is just an overlay on top of fminsearch.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by