AdvancedHMC.jl
AdvancedHMC.jl copied to clipboard
Add verbosity level
See the following issue: https://github.com/TuringLang/Turing.jl/issues/1398
I'm not sure if we want to do this in AHMC.
My intension is indeed to control the verbosity using Julia's logging system, as David suggested there.
Maybe Turing can wrap its call of AHMC with with_logger when verbose=true?
Probably fixed by #297