ICB-DCM / pyPESTO

python Parameter EStimation TOolbox
https://pypesto.readthedocs.io
BSD 3-Clause "New" or "Revised" License
207 stars 45 forks source link

Adaptive Stopping and Continuation of Sampling #1322

Open arrjon opened 4 months ago

arrjon commented 4 months ago

Feature description

Motivation/Application Often it is not known which sample size is requiered until convergence of an MCMC run. We could check every x-samples if we converged already, and continue or stop sampling depending on that instead of creating a fixed number of samples. Also when we already created samples, but not enough, we might want to continue sampling at the last sampled point.

arrjon commented 4 months ago

Actually, the dynesty sampler already allows to do both