changeset 2658:b3b306babb2c octave-forge

correct erroneous information in help string
author mcreel
date Tue, 10 Oct 2006 07:56:47 +0000
parents 3608db77c872
children 6af5e46abef9
files main/optim/inst/bfgsmin.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/optim/inst/bfgsmin.m	Tue Oct 10 07:56:07 2006 +0000
+++ b/main/optim/inst/bfgsmin.m	Tue Oct 10 07:56:47 2006 +0000
@@ -41,7 +41,7 @@
 ## 		3 = detailed information
 ## 	* elem 3: convergence criterion
 ## 		1 = strict (function, gradient and param change) (default)
-## 		2 = weak - only function convergence required
+## 		0 = weak - only function convergence required
 ## 	* elem 4: arg in f_args with respect to which minimization is done (default is first)
 ## 	* elem 5: (optional) Memory limit for lbfgs. If it's a positive integer
 ## 		then lbfgs will be use. Otherwise ordinary bfgs is used