-
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
First state machine tree init (single core) #273
Conversation
need to update the compatibility check jld2 file in repo for save and load. VariableNodeData has changed, new field |
Codecov Report
@@ Coverage Diff @@
## master #273 +/- ##
=========================================
Coverage ? 52.77%
=========================================
Files ? 22
Lines ? 2814
Branches ? 0
=========================================
Hits ? 1485
Misses ? 1329
Partials ? 0
Continue to review full report at Codecov.
|
xref #224 |
Cool! |
The idea is to initialize factor graph variables using the Bayes tree and not just on the factor graph, or worse to just punt initialization to the user -- yuck.