diff scripts/optimization/fminsearch.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 0850b5212619 446c46af4b42
children f1d0f506ee78
line wrap: on
line diff
--- a/scripts/optimization/fminsearch.m	Tue Jan 20 09:55:41 2015 -0500
+++ b/scripts/optimization/fminsearch.m	Tue Jan 20 10:24:46 2015 -0500
@@ -28,7 +28,7 @@
 ## algorithm is better-suited to functions which have discontinuities or for
 ## which a gradient-based search such as @code{fminunc} fails.
 ##
-## Options for the search are provided in the parameter @var{options} using 
+## Options for the search are provided in the parameter @var{options} using
 ## the function @code{optimset}.  Currently, @code{fminsearch} accepts the
 ## options: @qcode{"TolX"}, @qcode{"MaxFunEvals"}, @qcode{"MaxIter"},
 ## @qcode{"Display"}.  For a description of these options, see