File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ InferOptFrankWolfeExt = "DifferentiableFrankWolfe"
2727ChainRulesCore = " 1"
2828DensityInterface = " 0.4.0"
2929DifferentiableExpectations = " 0.2"
30- DifferentiableFrankWolfe = " 0.2 "
30+ DifferentiableFrankWolfe = " 0.3 "
3131Distributions = " 0.25"
3232DocStringExtensions = " 0.9.3"
3333LinearAlgebra = " <0.0.1,1"
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ $TYPEDSIGNATURES
8282
8383Compute the gradient of the logdensity of η = θ ⊙ exp(εZ - ε²/2) w.r.t. θ., with Z ∼ N(0, 1).
8484!!! warning
85- η should be a relization of θ, i.e. should be of the same sign.
85+ η should be a realization of θ, i.e. should be of the same sign.
8686"""
8787function normal_multiplicative_grad_logdensity (ε, η, θ)
8888 return (inv .(ε^ 2 .* θ) .* (log .(abs .(η)) - log .(abs .(θ)) .+ (ε^ 2 / 2 )),)
You can’t perform that action at this time.
0 commit comments