Skip to content
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

gradient checker should use RIDDERS method instead of central differences. #554

Closed
sandwichmaker opened this issue Jan 31, 2020 · 0 comments
Milestone

Comments

@sandwichmaker
Copy link
Contributor

No description provided.

@sandwichmaker sandwichmaker added this to the 2.0 milestone Jan 31, 2020
keir pushed a commit that referenced this issue Apr 2, 2020
Using Ridders' method gives orders of magnitude more accuracy compared
to central differences. This will make things slower, but this is
primarily a testing/debugging feature and the speed hit is not a
concern. This should also reduce the false positive rates when users
enable check_gradients. This is reflected the increased sensitivity of
the tests for GradientChecker.

#554

Change-Id: I6b871c72df55be1c31175ba062cf3c1e94e4b662
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant