![]() |
Fleet
0.0.9
Inference in the LOT
|
This class does grammar inference with some collection of HumanData and fixed set of hypotheses. More...
#include "BaseGrammarHypothesis.h"
Go to the source code of this file.
Classes | |
class | FullGrammarHypothesis< this_t, _HYP, datum_t, data_t, _Predict_t > |
This class does grammar inference with some collection of HumanData and fixed set of hypotheses.
NOTE: This is set up in way that it recomputes variables only when necessary, allowing it to make copies (mostly of pointers) to components needed for the likelihood. This means, proposals maintain pointers to old values of Eigen matrices and these are tracked using shared_ptr NOTE: Without likelihood decay, this would be much faster. It should work fine if likelihood decay is just set once.