elcorto / psweep

Loop like a pro, make parameter studies fun.
https://elcorto.github.io/psweep
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link
computational-experiment dask dask-distributed dask-jobqueue database pandas parameter-estimation parameter-scan parameter-search parameter-study parameter-sweep python

ruff pypi GitHub Workflow Status DOI

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.