# HG changeset patch # User mcreel # Date 1160467007 0 # Node ID b3b306babb2c821d88f80dcf6454fff2b6a282f5 # Parent 3608db77c8721a7fa9c152a76f33de1229ba6a9f correct erroneous information in help string diff -r 3608db77c872 -r b3b306babb2c main/optim/inst/bfgsmin.m --- 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