Skip to content
Prev 5747 / 10988 Next

[Rcpp-devel] Additional parameters for an objective function, e.g. in RcppDE

Hi,

ok, that's exactly the file I was looking at right now. The problem is 
that my objective function is implemented in C++, and passed as an 
external pointer. So in evaluate.h, instead of in the EvalStandard case 
I'm in the EvalCompiled case, where the environment is not used. My 
question now is if I can include it there somehow..

Regards,
Christoph
On 04/29/2013 02:16 PM, Dirk Eddelbuettel wrote: