acturtle / cashflower

An open-source Python framework for actuarial cash flow models
https://cashflower.acturtle.com
MIT License
38 stars 9 forks source link

Try out Dask for multiprocessing #364

Open zchmielewska opened 7 months ago

zchmielewska commented 7 months ago

Don't use explicitly "multiprocessing" package; instead try to use map from the dask package because it incorporates multiprocessing.

Currently, we split model points into cpu_count parts and calculate each of these batches separetely.