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 1b73e5a commit 66a8544Copy full SHA for 66a8544
src/optimisation/Optimisation.jl
@@ -76,6 +76,8 @@ function DynamicPPL.accumulator_name(::Type{<:LogPriorWithoutJacobianAccumulator
76
return :LogPriorWithoutJacobian
77
end
78
79
+Base.copy(acc::LogPriorWithoutJacobianAccumulator) = acc
80
+
81
function DynamicPPL.split(::LogPriorWithoutJacobianAccumulator{T}) where {T}
82
return LogPriorWithoutJacobianAccumulator(zero(T))
83
0 commit comments