Currently, there is no output showing progress of the sampler, which makes it hard to debug since we don't know what is going on under the hood. We should add some logger statements. We can take inspiration from how this is done in jester for instance for the nested sampling runs.
I would also advocate for putting verbose=True on by default in sampler classes. Better to have by default more output and users can switch it off if they really want to.
Currently, there is no output showing progress of the sampler, which makes it hard to debug since we don't know what is going on under the hood. We should add some logger statements. We can take inspiration from how this is done in jester for instance for the nested sampling runs.
I would also advocate for putting
verbose=Trueon by default in sampler classes. Better to have by default more output and users can switch it off if they really want to.