Closed cwehmeyer closed 6 years ago
This PR provides as much speedup through parallelisation as PyEMMA supports at the moment. Once the cktestmethod of a Bayesian MSM/HMM supports n_jobs=None, additional speedup can be achieved.
cktest
n_jobs=None
The cktest for a Bayesian model in 06 failed again (timeout >10min) as well as the last cell in 07 (timeout too).
This PR provides as much speedup through parallelisation as PyEMMA supports at the moment. Once the
cktest
method of a Bayesian MSM/HMM supportsn_jobs=None
, additional speedup can be achieved.