Skip to content

Parallelize initial points calculation

Gregory Ashton requested to merge parallel-initial-points into master

Closes #14 (closed)

  • Use a pool to calculate the initial points in parallel
  • Reduce required likelihood calls by a factor of 2 by removing a redundant call
  • Add option to calculate initial points ignoring the likelihood (for the ptemcee sampler)

Merge request reports