Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move optimization and likelihood into C++ #25

Open
ianfiske opened this issue Mar 17, 2010 · 1 comment
Open

Move optimization and likelihood into C++ #25

ianfiske opened this issue Mar 17, 2010 · 1 comment

Comments

@ianfiske
Copy link
Owner

This can be implemented on a by-fitting-function basis. I'd prefer that we do this through Rcpp -- maybe in combination with GSL.

Another idea I'm tossing around is using ADMB as an engine now that it's free software.

@ianfiske
Copy link
Owner Author

Yes, I've been using ADMB for a little while and a solution might be:

Use tpl2rem to generate C++ code and then call this code using Rcpp. This approach should be cross-platform, but requires the inclusion of ADMB libraries -- should be OK with the BSD license?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant