wschuell / experiment_manager

Experiment managing library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

branch master: Build Status codecov

branch develop: Build Status codecov

Tests are done for both python 2 and 3

Experiment managing library

This framework aims at wrapping every technical aspects needed to run many similar experiments with different parameters, and was especially designed for scientific research.

It takes one line to change your execution platform from local to a cluster. Torque and Slurm already supported, new ones can easily be added.

All what is needed is to define a Job subclass, as detailed in template_job.

Explanatory notebook soon to come.

About

Experiment managing library

License:Other


Languages

Language:Python 95.0%Language:Jupyter Notebook 5.0%