You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Real-time Framework for Particle Filter Applications
To compile
If want to see LOG info, do
make MODEL=triv verbose=1
Else, do
make MODEL=triv
To run
./main N N_gpu t_max
where N is the total number of particles, default: 5000
N_gpu is the number of particles assigned to GPU, default: 1024
t_max is the number of iterations + 1, default: 101
If you want to specify the ith argument, you need to specify all arguments
that comes before the ith argument.
Model --- triv
Model --- VAR
Model --- EKD
About
A framework for real-time particle filter applications