We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug 🐞
I'm encountering a bug in the UDE tutorial code located at https://docs.sciml.ai/Overview/stable/showcase/missing_physics/ when using Julia 1.10. The tutorial works fine up to version 1.9.
Expected behavior
The tutorial works fine up to version 1.9.
Steps to reproduce:
The error occurs running your tutorial code at https://docs.sciml.ai/Overview/stable/showcase/missing_physics/
res1 = Optimization.solve(optprob, ADAM(), callback = callback, maxiters = 5000)
Additional context
The code works fine up to version 1.9 in Windows 10.
Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered:
I'm pleased to report that the bug appears to be fixed after updating OptimizationOptimisers from v0.2.0 to the new v0.2.1.
OptimizationOptimisers
Sorry, something went wrong.
No branches or pull requests
Describe the bug 🐞
I'm encountering a bug in the UDE tutorial code located at https://docs.sciml.ai/Overview/stable/showcase/missing_physics/ when using Julia 1.10. The tutorial works fine up to version 1.9.
Expected behavior
The tutorial works fine up to version 1.9.
Steps to reproduce:
The error occurs running your tutorial code at https://docs.sciml.ai/Overview/stable/showcase/missing_physics/
res1 = Optimization.solve(optprob, ADAM(), callback = callback, maxiters = 5000)
.Additional context
The code works fine up to version 1.9 in Windows 10.
Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered: