-
Notifications
You must be signed in to change notification settings - Fork 32
Home
Mei Yi Cheung edited this page Jul 16, 2019
·
9 revisions
Welcome to the Caesar.jl wiki!
The wiki may be useful for summarizing and reviewing longer implicit discussions. Each review discussion could exist as a page in the wiki.
julia --project=docs/ docs/make.jl --local -O3
approxConv(fg,factor,var)
sandboxCliqResolveStep(tree,var,step)
spyCliqMat(cliq)
- Blank / white -- uninitialized,
- Red -- CPU working on clique's Chapman-Kolmogorov inference (up or down),
- Light red -- completed upsolve,
- Tomato -- partial dimension upsolve but finished,
- Green -- trying to initialize,
- Brown -- initialized but not solved yet (likely child cliques that depend on downward autoinit msgs),
- Purple -- blocking on autoinit for more parent/sibling derived down msgs,
- Turquoise -- blocking for on parent for downsolve msgs,
- Light blue -- completed downsolve,
- Blue -- fully marginalized clique that will not be updated during upsolve (maybe downsolved),
- Orange -- recycled clique upsolve solution from previous tree passed into solveTree!