-
Notifications
You must be signed in to change notification settings - Fork 8
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
Differentiability #217
Comments
Its possible, there is even a On master you can only use ReverseDiff.jl or similar. But all options are pretty slow. We could work on making it faster I guess, but I havent had the time. Raw simulations are fast enough to just run a million times and optimise without using gradients. |
thank you ! |
With Enzyme.jl maturing we should be able to differentiate steps of simulations. Rules should never allocate or have any type stability anyway so the only shortcomings of Enzyme do not apply in our case. Someone will just need to try it out, probably using |
Thank you for getting with the update! |
Hello is it possible to differentiate simulation for optimazation purposes ?
The text was updated successfully, but these errors were encountered: