-
Notifications
You must be signed in to change notification settings - Fork 21
Tree Based Initialization
dehann edited this page Apr 19, 2019
·
6 revisions
Steps involved with numerically initializing the Bayes (Junction) tree from scratch. Steps 1.a., 2.a., etc represent the flow of the overall algorithm. The sub steps 2.a., 2.b, etc represent alternative situations that may occur. Follow a particular subset through each of the stages.
- iterative and asynchronous upward init process triggered
1.) try clique up init tryCliqUpInit!
2.a.) -
2.b.) response :needdwnmsg
3.a.) -
3.b.) block at parent until all siblings produce up response
4.a.) -
4.b.) construct down init msg from parent
5.a.) -
5.b.) try cliq down init operation, doCliqAutoInitDown!
6.) response :initialized
7.) do upsolve doCliqInferenceUp!
8.) response :upsolved
9.) store up solve belief message in parent
10.) progress to parent clique