Skip to content

Add a Batchwise Marginal CP Computation for Memory Efficiency

Choose a tag to compare

@MartinHessler MartinHessler released this 19 Aug 13:04
· 26 commits to main since this release

This post-release is related to the computation of the marginal CP PDFs. For a high number of CP configurations, the multiprocessing pool allocates excessive amounts of memory to prepare all jobs. Therefore, the option

  • queue_managment is added which allows for opening and closing of multiprocessing pools per batch. This resolves the memory issue and guarantees feasible computation times.