We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue is meant to bring together most relevant things to "Tree/CSM" as they stand now 3Q20.
We can edit and update here as needed.
::BayesTree
::TreeClique
::BayesTreeNodeData
tree, csmtasks, hists = solveTree!(fg [,tree], ...)
limititer
break-on-function
limititers
::CliqStateMachineContainer
csmc.cliqSubFg
::Channel{LikelihoodMessage}
fetch
take!
::LikelihoodMessage
cliqSubFg
LIKELIHOODMESSAGE
UPWARD_DIFFERENTIAL
UPWARD_COMMON
DOWNWARD_COMMON
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue is meant to bring together most relevant things to "Tree/CSM" as they stand now 3Q20.
We can edit and update here as needed.
References:
::BayesTree
is full of cliques (::TreeClique
),::BayesTreeNodeData
tree, csmtasks, hists = solveTree!(fg [,tree], ...)
.limititer
andbreak-on-function
which are patched through from CSM,limititers
per CSM: Documenting CSM and inference steps for debugging #443 (comment)::CliqStateMachineContainer
of data referencescsmc.cliqSubFg
is the main local subgraph copy workhorse (it's reference is only local to each CSM individually).::Channel{LikelihoodMessage}
(Consolidate belief messages and message channels #459),::BayesTreeNodeData
(Decide if msg channels in BTND or edges only #675),fetch
(peek) vs.take!
model fetch vs take! on message channels #855 (currently undecided on path forward)::LikelihoodMessage
for all solvers (parametric or nonparametric)cliqSubFg
as either CSM tags e.g LIKELIHOODMESSAGE must be exclusive #782LIKELIHOODMESSAGE
for all message factors,UPWARD_DIFFERENTIAL
for the deconvolved relative information between joint variables in a message,UPWARD_COMMON
for the gauge information during upsolve,DOWNWARD_COMMON
for the complete posterior gauge information during downsolve.The text was updated successfully, but these errors were encountered: