-
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
Feature/update variable estimates #421
Conversation
@@ -737,6 +737,8 @@ function doautoinit!(dfg::T, | |||
end | |||
pts,inferdim = predictbelief(dfg, vsym, useinitfct, logger=logger) | |||
setValKDE!(xi, pts, true, inferdim) | |||
#TODO test | |||
setVariablePosteriorEstimates!(xi) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dehann, I think adding extra data breaks compare test, but I haven't had time to dig into the details.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these compare functions recently moved to DFG, so we should just tie up there too -- thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
understood as adding PPE update to doautoinit
, and pending concern about compare functions detecting change in unit testing that has not yet been addressed. Also, that the compare functions are moving to DFG.
Hi @GearsAD , just mention you to keep mental note prior to DFG v0.5.0 -- that we may need to modify some of the compare stuff either in IIF or DFG when adding this PR. I think this PR should land in the IIF v0.8.0 release, unless there are any objections. |
Lets hold off on this one and do it all in one go pending JuliaRobotics/DistributedFactorGraphs.jl#147 (comment) I think we are close enough to a final decision. |
…JuliaRobotics/IncrementalInference.jl into feature/updateVariableEstimates
…timate Fix for tests - note that having different estimates will fail in compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added several updates from the original PR
…actortodfg Moving compare factor data to DFG
Import compare before export to avoid conflict
addresses #214 |
No description provided.