pycnic / pysimkernel

A Python package to control parameter scans and iterations for computational experiments
ISC License
1 stars 2 forks source link

Use a dask graph to internally set up computation #37

Open andsor opened 8 years ago

andsor commented 8 years ago

As discussed with @debsankha , we use a dask graph to internally specify the computation. This way, we can immediately make use of the dask schedulers.