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 b586be3 commit 43dcfa3Copy full SHA for 43dcfa3
src/services/GraphInit.jl
@@ -354,6 +354,7 @@ function initVariable!(
354
vnd = getSolverData(variable, solveKey)
355
vnd.val[1] = getPoint(getVariableType(variable), μ)
356
vnd.bw .= inv(iΣ)
357
+ vnd.initialized = true
358
else
359
points = [samplePoint(M, samplable_belief) for _ = 1:N]
360
initVariable!(variable, points, solveKey)
0 commit comments