I have just released version 0.3 of particles (my Python Sequential Monte Carlo library). Here are the main changes: No more Fortran dependency Previous versions of particles relied on a bit of Fortran code to produce QMC (quasi-Monte Carlo) points. This code was automatically compiled during the installation. This was working fine for most users,Continue reading “particles 0.3: waste-free SMC, Fortran dependency removed, binary spaces”
Tag Archives: Python
particles
I have released a few months ago a Python package for particle filtering, called particles; you can find it on Github here. You may want to have a look first at the documentation, in particular the tutorials here. This package has been developed to support our (with Omiros Papaspiliopoulos) forthcoming book called (tentatively): an introductionContinue reading “particles”