-
Notifications
You must be signed in to change notification settings - Fork 38
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
finite_difference_gradient
is mutating arrays
#148
Comments
It is tricky to make this completely non-mutating for If you look how this case is handled in
The issue is that you have a bunch of partial derivatives: |
If you use out of place |
I have not used |
FiniteDiff.jl has an extended version (shadowed) |
The text was updated successfully, but these errors were encountered: