pycnic / pysimkernel

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

All inputs to be generated at runtime on the host #35

Open andsor opened 8 years ago

andsor commented 8 years ago

As discussed with @debsankha, we agreed that input generators should be iterated at run-time on the host. That way, all input is calculated and incorporated into the dask task graph, to be submitted to the scheduler.

If input generation is costly, it is at the discretion of the user to set up a seperate "experiment" for that.