run multiple simulations for different sets of parameters

This commit is contained in:
2024-08-31 22:12:33 +02:00
parent 4a5ced1172
commit 6ea763f914
4 changed files with 144 additions and 58 deletions

View File

@@ -9,6 +9,7 @@ readme = "README.md"
python = "^3.10"
numpy = "^2.0.1"
polars = "^1.4.1"
tqdm = "^4.66.5"
[build-system]