An open API service indexing awesome lists of open source software.

https://github.com/elcorto/psweep

Loop like a pro, make parameter studies fun.
https://github.com/elcorto/psweep

computational-experiment dask dask-distributed dask-jobqueue database pandas parameter-estimation parameter-scan parameter-search parameter-study parameter-sweep python

Last synced: 10 months ago
JSON representation

Loop like a pro, make parameter studies fun.

Awesome Lists containing this project

README

          

[![ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![pypi](https://img.shields.io/pypi/v/psweep?color=blue)](https://pypi.org/project/psweep)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/elcorto/psweep/tests.yml?branch=main&label=tests)
[![DOI](https://zenodo.org/badge/92956212.svg)](https://zenodo.org/badge/latestdoi/92956212)

![](doc/source/psweep-logo.png)

This package helps you to set up and run parameter studies.

Mostly, you'll start with a script and a for-loop and ask "why do I
need a package for that"? Well, soon you'll want housekeeping tools
and a database for your runs and results. This package exists because
sooner or later, everyone doing parameter scans arrives at roughly the
same workflow and tools.

**Check the [docs here](https://elcorto.github.io/psweep)**.