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 f784492 commit 45820d2Copy full SHA for 45820d2
src/RobustAdaptiveMetropolis.jl
@@ -78,7 +78,7 @@ Base.@kwdef struct RobustAdaptiveMetropolis{T,A<:Union{Nothing,AbstractMatrix{T}
78
α::T = 0.234
79
"negative exponent of the adaptation decay rate. Default: `0.6`."
80
γ::T = 0.6
81
- "initial lower-triangular Cholesky factor. Default: `nothing`."
+ "initial lower-triangular Cholesky factor. If specified, should be convertible into a `LowerTriangular`. Default: `nothing`."
82
S::A = nothing
83
"lower bound on eigenvalues of the adapted Cholesky factor. Default: `0.0`."
84
eigenvalue_lower_bound::T = 0.0
0 commit comments