camall3n / onager

Lightweight python library for launching experiments and tuning hyperparameters, either locally or on a cluster
MIT License
20 stars 4 forks source link

Add option to launch jobs in reverse #38

Open camall3n opened 3 years ago

camall3n commented 3 years ago

This is helpful if you need to run jobs in two places. You set one of them to launch the jobs in reverse, which keeps the two sets of jobs from overlapping until they eventually meet in the middle. This ensures that the full set of jobs is finished as soon as possible.