ben-denham / labtech

Easily run experiment permutations with multi-processing and caching
https://ben-denham.github.io/labtech/
GNU General Public License v3.0
7 stars 1 forks source link

Distributed Computation #21

Open ben-denham opened 6 months ago

ben-denham commented 6 months ago

A natural extension for labtech would be to support running tasks across multiple machines. This will require careful design and some refactoring of existing code in lab.py, so I'm starting this issue as a place to start logging ideas and plans.