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
Currently annealing.py more or less fulfils the same role as the older smc.py, since I have added the temperature choice and resampler. I should add tests, and that rename (smc.py -> old_smc.py, annealing.py -> smc.py).
The smc algorithm should be parametrized by a markov kernel, so that i can use either Langevin or MCLMC, in order to compare their efficiencies in the context of SMC. Currently it is hardwired to use MCLMC.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: