Set the mcmc object as an R6 class with specific functions for:
$initilaise()
$tune() For tuning rungs (not needed for N = 1)
$burnin() Burning in proposal SD
$sample() Sampling
This will also allow us to save private aspects of the run state to act as a back end for any stop/start operations
Set the mcmc object as an R6 class with specific functions for:
$initilaise()$tune()For tuning rungs (not needed for N = 1)$burnin()Burning in proposal SD$sample()SamplingThis will also allow us to save private aspects of the run state to act as a back end for any stop/start operations