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 collected togethr into “result sets” and 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
epyc works with Python 3.6 and above, and with PyPy3. You can install it 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 pip install .
Examples
See the examples directory for code examples.
Documentation
API documentation for epyc can be found on ReadTheDocs. You can also read a Jupyter notebook describing several epyc use cases online here.
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-1.7.1.tar.gz
.
File metadata
- Download URL: epyc-1.7.1.tar.gz
- Upload date:
- Size: 78.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf2562204730683e9051771d7b7416db36829d08054752c3cf8e3cf0f013a453 |
|
MD5 | e2249d266fe6db0b4fe9819412afe559 |
|
BLAKE2b-256 | a19c5dd177bd4b08bc0b3b948dbee1c5832f8091395dc3f019a061abe4a23095 |