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.3.1
2009-10-06 Daniel Kollar* final version 0.3.1 * typos and small updates in example03 and 04 2009-10-05 Daniel Kollar * version 0.3.1 release candidate 1 (.rc1) 2009-10-05 Daniel Kollar * BCEngineMCMC: - fixed booking of 2d histograms * BCModel: - fixed problem in axis name swapping for 2d GetMarginalized() - better checks for histogram existence in GetMarginalized() methods - minor code updates