Processing of NaN or Inf function evaluations by fminbnd
조회 수: 5(최근 30일)
표시 이전 댓글
How are NaN or Inf function evaluations handled by fminbnd?
Per https://www.mathworks.com/help/matlab/ref/fminbnd.html , the default 'off' for FunValCheck allows fminbnd to proceed when the objective function returns a value that is complex or NaN. Under this default setting, how exaclty does it proceed when NaN is retunred? If Inf is returned by the function evaluation, does the algorithm proceed the same way as if NaN is retunred by the function evaluation?
I am interested in definitive answers, even if only partial, not speculation. Thanks.
답변(0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!