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

Optimization algorithms #18

Closed
Tracked by #12
osorensen opened this issue Jun 1, 2022 · 1 comment
Closed
Tracked by #12

Optimization algorithms #18

osorensen opened this issue Jun 1, 2022 · 1 comment
Assignees

Comments

@osorensen
Copy link
Collaborator

Experimentation with full Newton methods with linear mixed models suggests that this requires quite good initial values for the parameters. Should consider different algorithms, perhaps something in this library.

@osorensen osorensen self-assigned this Jun 1, 2022
@osorensen osorensen added this to the Maximize loglikelihood milestone Jul 13, 2022
@osorensen
Copy link
Collaborator Author

L-BFGS-B seems to be the best option, since second-order dual numbers scale relatively poorly, and we need box constraints.

@osorensen osorensen added this to Done in Eigen Sparse Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

1 participant