Skip to content

Commit 1e0d8ec

Browse files
committed
fix docstring
1 parent ef92ff4 commit 1e0d8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/perturbed/multiplicative.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
PerturbedMultiplicative{P,G,O,R,S,parallel} <: AbstractPerturbed{parallel}
33
4-
Differentiable log-normal perturbation of a black-box oracle:
4+
Differentiable multiplicative perturbation of a black-box oracle:
55
the input undergoes `θ -> θ ⊙ exp[εZ - ε²/2]` where `Z ∼ perturbation`.
66
77
This [`OptimizationLayer`](@ref) is compatible with [`FenchelYoungLoss`](@ref),

0 commit comments

Comments
 (0)