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

Optimize directly in C++ #61

Closed
Tracked by #60
osorensen opened this issue Jan 2, 2023 · 2 comments
Closed
Tracked by #60

Optimize directly in C++ #61

osorensen opened this issue Jan 2, 2023 · 2 comments
Assignees

Comments

@osorensen
Copy link
Collaborator

No description provided.

@osorensen osorensen created this issue from a note in Eigen Sparse (To do) Jan 2, 2023
@osorensen osorensen changed the title Use L-BFGS-B directly in C++. Use L-BFGS-B directly in C++ Jan 2, 2023
@osorensen osorensen moved this from To do to In progress in Eigen Sparse Jan 2, 2023
@osorensen
Copy link
Collaborator Author

Actually with the use of OptimLib in this branch we can test out a whole lot of different algorithms.

@osorensen osorensen removed this from In progress in Eigen Sparse Jan 6, 2023
@osorensen osorensen changed the title Use L-BFGS-B directly in C++ Optimize directly in C++ Jan 6, 2023
@osorensen osorensen self-assigned this Jan 6, 2023
@osorensen osorensen moved this from Done to In Progress in API and Optimization Jan 6, 2023
@osorensen
Copy link
Collaborator Author

Having tried out OptimLib for a while, it seems very unstable compare to R's stats::optim. In addition, it requires Eigen 3.4.0 which is not supported by RcppEigen yet, so I stay with stats::optim.

@osorensen osorensen moved this from In Progress to Done in API and Optimization Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant