This C++ version of BAT is still being maintained, but addition of new features is unlikely. Check out our new incarnation, BAT.jl, the Bayesian analysis toolkit in Julia. In addition to Metropolis-Hastings sampling, BAT.jl supports Hamiltonian Monte Carlo (HMC) with automatic differentiation, automatic prior-based parameter space transformations, and much more. See the BAT.jl documentation.
Changelog for version 0.9.1
2012-06-19 Daniel Kollar* increased library version info for libBAT.so and libBATmtf.so * updated release notes * small update in introduction.tex * final version BAT 0.9.1 2012-06-19 Daniel Kollar * raised version to 0.9.1.rc1 * prepared release notes for 0.9.1 2012-06-19 Kevin Kroeninger * models/mtf: added Doxygen comments to all classes. * doc/introduction: added plot options for MTF tool into introduction. 2012-06-16 Daniel Kollar * BCIntegrate: don't set fMinuit to 0 after the fit (bugfix) 2012-06-15 Kevin Kroeninger * models/FBU: moved code to extras/FBU 2012-06-14 Kevin Kroeninger * models/FBU: added first instance of full bayesian unfolding (code from Kerim Suruliz). 2012-06-12 Kevin Kroeninger * models/mtf: include more plotting options for stacks 2012-06-10 Kevin Kroeninger * models/mtf: first work on uncertainty bands