[Rcpp-devel] Rcpp syntactic sugar equivalent for R's optimize() function

Dirk Eddelbuettel edd at debian.org
Thu Feb 27 21:02:08 CET 2014


Last time I neeed a 1-d solver, I just quicky coded one up, based on another
implementation of Brent's method.  That was a one-off and at work, but it
really isn't that involved.

Otherwise, please do look around at CRAN. There are now 176 packages using
Rcpp, and quite a few use, or implement, optimization approaches. You just
find something to work off.

Dirk

-- 
Dirk Eddelbuettel | edd at debian.org | http://dirk.eddelbuettel.com


More information about the Rcpp-devel mailing list