-
Notifications
You must be signed in to change notification settings - Fork 16
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
Using OptaxMinimiser results in AttributeError #21
Comments
Can you provide a MWE? |
sry very late but still relevant. A single shooting example:
output:
|
Ah! You want |
ah thanks for you prompt reponse! I took this sentence from the https://docs.kidger.site/optimistix/how-to-choose/ |
Ah, thank you for pointing out the mistake! This should now be fixed in #29, so I'm closing this. |
Using the OptaxMinimiser as solver results in " '_Closure' object has no attribute 'init' " whereas the BFGS solver runs without errors.
The objective function uses a custom equinox pytree.
The text was updated successfully, but these errors were encountered: