comparison scripts/optimization/optimset.m @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents 8d4d78285c8e 446c46af4b42
children 4197fc428c7d
comparison
equal deleted inserted replaced
19626:37d37297acf8 19630:0e1f5a750d00
68 ## @item FunValCheck 68 ## @item FunValCheck
69 ## When enabled, display an error if the objective function returns an invalid 69 ## When enabled, display an error if the objective function returns an invalid
70 ## value (a complex number, NaN, or Inf). Must be set to @qcode{"on"} or 70 ## value (a complex number, NaN, or Inf). Must be set to @qcode{"on"} or
71 ## @qcode{"off"} [default]. Note: the functions @code{fzero} and 71 ## @qcode{"off"} [default]. Note: the functions @code{fzero} and
72 ## @code{fminbnd} correctly handle Inf values and only complex values or NaN 72 ## @code{fminbnd} correctly handle Inf values and only complex values or NaN
73 ## will cause an error in this case. 73 ## will cause an error in this case.
74 ## 74 ##
75 ## @item GradObj 75 ## @item GradObj
76 ## When set to @qcode{"on"}, the function to be minimized must return a 76 ## When set to @qcode{"on"}, the function to be minimized must return a
77 ## second argument which is the gradient, or first derivative, of the 77 ## second argument which is the gradient, or first derivative, of the
78 ## function at the point @var{x}. If set to @qcode{"off"} [default], the 78 ## function at the point @var{x}. If set to @qcode{"off"} [default], the