Skip to content

Commit 90cee3f

Browse files
committed
single params default on ccw.inflation
1 parent 78d5f54 commit 90cee3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entities/FactorOperationalMemory.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Base.@kwdef struct CommonConvWrapper{
112112
""" probability that this factor is wholly incorrect and should be ignored during solving """
113113
nullhypo::Float64 = 0.0
114114
""" inflationSpread particular to this factor (by how much to dispurse the belief initial values before numerical optimization is run). Analogous to stochastic search """
115-
inflation::Float64 = 3.0
115+
inflation::Float64 = SolverParams().inflation
116116
# multihypo specific field containers for recipe of hypotheses to compute
117117
""" multi hypothesis settings #NOTE no need for a parameter as type is known from `parseusermultihypo` """
118118
hypotheses::HP = nothing

0 commit comments

Comments
 (0)