started smoothing part

This commit is contained in:
toni
2016-04-26 16:55:12 +02:00
parent 0e7c45eb02
commit bea3658b78
7 changed files with 120 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ public:
//create the backward smoothing filter
bf = new K::BackwardSimulation<MyState>(500);
bf = new K::BackwardSimulation<MyState>(MiscSettings::numBSParticles);
//bf = new K::CondensationBackwardFilter<MyState>;
bf->setSampler( std::unique_ptr<K::CumulativeSampler<MyState>>(new K::CumulativeSampler<MyState>()));