gemlib.mcmc.multi_scan#
- gemlib.mcmc.multi_scan(num_updates, sampling_algorithm)#
Performs multiple applications of a kernel
sampling_algorithmis invokednum_updatestimes returning the state and info after the last step.- Parameters:
num_updates (int) – integer giving the number of updates
sampling_algorithm (SamplingAlgorithm) – an instance of
SamplingAlgorithm
- Returns:
An instance of
SamplingAlgorithm- Return type: