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 82eab66 commit b95f2a4Copy full SHA for b95f2a4
src/ProximalAlgorithms.jl
@@ -12,7 +12,7 @@ const Maybe{T} = Union{T,Nothing}
12
13
Callable struct wrapping function `f` to be auto-differentiated using `backend`.
14
15
-When called, it evaluates the same as `f`, while [`ProximalAlgorithms.value_and_gradient_closure`](@ref)
+When called, it evaluates the same as `f`, while [`value_and_gradient_closure`](@ref)
16
is implemented using `backend` for automatic differentiation.
17
The backend can be any from [AbstractDifferentiation](https://github.com/JuliaDiff/AbstractDifferentiation.jl).
18
"""
0 commit comments