solving PF memory growth issue#324
Conversation
LWSampler. But LWSampler doesnot need CBN information.
There was a problem hiding this comment.
@lileicc Why do you want to remove this line? (About varToLogProb)
There was a problem hiding this comment.
since I already put it in setValue(...)
when value is null, I already put varToLogProb.remove(var).
|
@datang1992 |
|
@datang1992 @jxwuyi |
|
@datang1992 |
|
OK. If we don't allow PF for OU models, then it LGTM. |
There was a problem hiding this comment.
@datang1992 @lileicc Why record object is necessary in Gibbs and MH?
There was a problem hiding this comment.
The exact answer is complicated. It is one way to record the usage graph.
|
Overall LGTM |
solving PF memory growth issue, disable CBN recording objects in LWSampler and ParticleFilter
disable the use of CBN in DefaultPossibleWorld, which is used in PF and LWSampler. But LWSampler doesnot need CBN information.
@jxwuyi @datang1992