-
Notifications
You must be signed in to change notification settings - Fork 17
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
Expose step size parameters for AutoFiniteDiff #688
Comments
This will first require SciML/ADTypes.jl#101 to be implemented on the ADTypes side, and then we can take it into account here! Do you want to give it a try? |
Try as in forking ADTypes.jl, adding the changes and creating a pull request there? I can try doing that! |
Yes exactly! |
@1-Bart-1 wanna try to make the modifications on this side now that the new version of ADTypes has been released? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using
AutoFiniteDiff
, one should be able to change theabsstep
andrelstep
parameters as described in the FiniteDiff.jl documentation. This seems to be impossible with the current DifferentiationInterface.jl API.From this question on the Julia discourse: https://discourse.julialang.org/t/changing-the-relstep-of-autofinitediff-in-an-optimizationfunction/125004
The text was updated successfully, but these errors were encountered: