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.
- Host: GitHub
- URL: https://github.com/elcorto/psweep
- Owner: elcorto
- License: bsd-3-clause
- Created: 2017-05-31T14:43:40.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T20:12:03.000Z (12 months ago)
- Last Synced: 2025-05-16T09:19:19.728Z (11 months ago)
- Topics: computational-experiment, dask, dask-distributed, dask-jobqueue, database, pandas, parameter-estimation, parameter-scan, parameter-search, parameter-study, parameter-sweep, python
- Language: Python
- Homepage: https://elcorto.github.io/psweep
- Size: 6.86 MB
- Stars: 17
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/astral-sh/ruff)
[](https://pypi.org/project/psweep)

[](https://zenodo.org/badge/latestdoi/92956212)

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)**.