-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
WIP Linear parametric solution #468
Conversation
* belief type buildSubgraphFromLabels csmc.dfg * async structure in place * added up messages priors * Idea for consolidate message priors #459 * Changed to use enumerated CliqStatus for messages
Codecov Report
@@ Coverage Diff @@
## master #468 +/- ##
=========================================
Coverage ? 51.73%
=========================================
Files ? 35
Lines ? 4413
Branches ? 0
=========================================
Hits ? 2283
Misses ? 2130
Partials ? 0
Continue to review full report at Codecov.
|
* basic solveFactorGraphParametric! that needs a lot of work * propagate errors on convergence failure * force solver data to update * solve frontals only function * init parametric from mm using normal 'modefit'
cleaned up
* Cleaned up BeliefMessage * messy test to get started
haha, sorry -- I removed the label based on PR being a 'Draft', but probably safer to have the label :-) |
I was jut a bit worried that you wanted to merge it. It is keeping up to date with master so I think we can keep it separate for now. We should decide when to merge, I would like the tree to first work, but we need co-variances. |
* functions for tree messages * move MetaBayesTree channels to be stored on edges * test multiple graph segments * Towards not using clique index directly
Swapping the tree, new CSM, and the inference in one big branch, sjoe okay! You going to have to help with the consolidation then too please :-) |
Jip, sorry. The tree foundation is in master, but I opened a can of worms with the clique index. So I first wanted to experiment and test a few ideas in the simpler parametric CSM. We can merge sooner if you feel its needed. But we will end up with not fully functional code in a tag. This branch has not diverged that far from master yet, but its starting to get harder to keep it consolidated. |
* WIP Seperate tree index from clique index in Metagraphs
targeting slightly premature merge just after IIF v0.8.4 is tagged, coming up soon. |
Cleanup PR468 for merge
Draft PR to track changes with master and discuss code
TODO
basic usage