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

Improving compile times #200

Open
sethaxen opened this issue Aug 19, 2024 · 0 comments
Open

Improving compile times #200

sethaxen opened this issue Aug 19, 2024 · 0 comments

Comments

@sethaxen
Copy link
Member

With #178 we added support for ADTypes, but using Optimization.jl to construct the gradient and hessian functions causes compile times for pathfinder to be very slow. This propagates also to extensions such as the Turing support.

We should try to figure out exactly why the compile times a now higher and reduce them. We could even define our own grad/hess functions if that helps.

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

No branches or pull requests

1 participant