search for: optim_orig

Displaying 1 result from an estimated 1 matches for "optim_orig".

2008 Apr 04
2
suggested minor patch for optim.R
...://www.zoo.ufl.edu/bolker/optim_new.R")) O2 <- optim(fn=ssqfun,par=c(1,2),control=list(maxint=100)) O3 <- optim(fn=ssqfun,par=c(1,2),control=list(maxint=100,bogus=123)) I realize this is probably too late for feature freeze for 2.7.0 (?), but I'd appreciate any comments ... *** optim_orig.R 2008-04-04 18:55:42.000000000 -0400 --- optim_new.R 2008-04-04 18:58:56.000000000 -0400 *************** *** 37,46 **** --- 37,50 ---- type = 1, lmm = 5, factr = 1e7, pgtol = 0, tmax = 10, temp = 10.0) + orig.names <- names(con...