Anton-Le / PhysicsBasedBayesianInference

Implementation of ensemble-based HMC for multiple architectures
MIT License
0 stars 0 forks source link

Feature initial step size #133

Open Anton-Le opened 1 year ago

Anton-Le commented 1 year ago

Implementation of an empirical search for a "good" timestep size using doubling/halving of an initial proposal (user-provided or 1.0) of a step size. Additionally tests for the functions have been provided using the N-d harmonic oscillator potential.

Currently the default integrator is SV, as LF appears to provide worse results (larger deviation from theoretical prediction for the N-d harmonic oscillator).