run multiple simulations for different sets of parameters

This commit is contained in:
2024-08-31 21:45:32 +02:00
parent 4a5ced1172
commit a4a0dd7412
4 changed files with 142 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]