Skip to content

Commit

Permalink
Update docs/src/guide/custom_objectives.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Dalle <[email protected]>
  • Loading branch information
lostella and gdalle authored Jan 17, 2024
1 parent d407660 commit d046528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/guide/custom_objectives.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# To compute gradients, algorithms use [`ProximalAlgorithms.value_and_pullback`](@ref):
# this relies on [AbstractDifferentiation](https://github.com/JuliaDiff/AbstractDifferentiation.jl), for automatic differentiation
# with any of its supported backends, when functions are wrapped in [`ProximalAlgorithms.AutoDifferentiable`](@ref),
# as the esamples below show.
# as the examples below show.
#
# If however you would like to provide your own gradient implementation (e.g. for efficiency reasons),
# you can simply implement a method for [`ProximalAlgorithms.value_and_pullback`](@ref) on your own function type.
Expand Down

0 comments on commit d046528

Please sign in to comment.