Python computational experiment management
Project description
Overview
epyc is a Python module for controlling a long-running series of computational experiments, as is often found when writing simulations of complex networks and other such domains. There is often a need to perform a computation across a multi-dimensional parameter space, varying the parameters, performing and aggregating multiple repetitions, and wrangling results for analysis and presentation. Often the experiments being performed are on such a scale as to require the use of a computing cluster to perform multiple experiments simultaneously.
Managing all these tasks is complicated, so epyc tries to automate it. It provides a way to define a “laboratory” performing a collection of “experiments” whose parameters and results are recorded in a “lab notebook” for later retrieval. Laboratories can be sequential (for a single machine) or parallel (to use a multicore or cluster of machines); lab notebooks can be persistent to allow experiments to be fired-off and their results retrieved later – handy if you use a laptop. Notebooks store all the data and metadata in a portable format to improve the reproducibility of computational experiments.
epyc also includes a small number of “experiment combinators” that separate the logic of a single experiment from the logic of performing multiple repetitions and other structuring tasks. This means that any experiment can be repeated and statistically summarised, for example.
Installation
You can install epyc directly from PyPi using pip:
pip install epyc
The master distribution of epyc is hosted on GitHub. To obtain a copy, just clone the repo:
git clone git@github.com:simoninireland/epyc.git cd epyc python setup.py install
Documentation
The doc/ directory contains an IPython notebook that describes the use of epyc in detail. You can also read it directly online <https://github.com/simoninireland/epyc/blob/master/doc/epyc.ipynb>.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file epyc-0.3.1.tar.gz
.
File metadata
- Download URL: epyc-0.3.1.tar.gz
- Upload date:
- Size: 151.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a99ab7e99bdc8deed758454700ce39028ae0e5633ed2774c297e908efb3a9f7 |
|
MD5 | c56b56076ad11cfa08737890113e928b |
|
BLAKE2b-256 | 2814d79ffa55f6f95f1b171db8d508cfedfbecb29f44a801935dd13bf0e02c2b |