comparison scripts/optimization/fsolve.m @ 30235:3646ef5efd27

maint: merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 09 Oct 2021 13:48:40 +0200
parents a603c9fac000 3dfe97a06ba9
children 796f54d4ddbf
comparison
equal deleted inserted replaced
30233:76393baa188d 30235:3646ef5efd27
104 ## @item 0 104 ## @item 0
105 ## Iteration limit (either @code{MaxIter} or @code{MaxFunEvals}) exceeded. 105 ## Iteration limit (either @code{MaxIter} or @code{MaxFunEvals}) exceeded.
106 ## 106 ##
107 ## @item -1 107 ## @item -1
108 ## Stopped by @code{OutputFcn}. 108 ## Stopped by @code{OutputFcn}.
109 ##
110 ## @item -2
111 ## The Jacobian became excessively small and the search stalled.
109 ## 112 ##
110 ## @item -3 113 ## @item -3
111 ## The trust region radius became excessively small. 114 ## The trust region radius became excessively small.
112 ## @end table 115 ## @end table
113 ## 116 ##