Mercurial > hg > octave-lyh
diff scripts/optimization/fminunc.m @ 10821:693e22af08ae
Grammarcheck documentation of m-files
Add newlines between @item fields for readability.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 26 Jul 2010 21:25:36 -0700 |
parents | be55736a0783 |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/scripts/optimization/fminunc.m +++ b/scripts/optimization/fminunc.m @@ -54,12 +54,16 @@ ## Converged to a solution point. Relative gradient error is less than ## specified ## by TolFun. +## ## @item 2 ## Last relative step size was less that TolX. +## ## @item 3 ## Last relative decrease in func value was less than TolF. +## ## @item 0 ## Iteration limit exceeded. +## ## @item -3 ## The trust region radius became excessively small. ## @end table