We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1043ae commit be36626Copy full SHA for be36626
HISTORY.md
@@ -18,7 +18,6 @@ There is now also an `rng` keyword argument to help seed parameter generation.
18
19
Finally, instead of specifying `value_atol` and `grad_atol`, you can now specify `atol` and `rtol` which are used for both value and gradient.
20
Their semantics are the same as in Julia's `isapprox`; two values are equal if they satisfy either `atol` or `rtol`.
21
-Note that gradients are always compared elementwise (instead of using the norm, which is what `isapprox` does).
22
23
### Accumulators
24
0 commit comments