Skip to content

Commit f2e3b8d

Browse files
committed
to do: main thread jit warmup, json to binary, decouple analysis from loop, pre allocate coordinate arrays, increase cluster and pcf intervals, disable snapshots, align slurm tasks with cores, re-write generate plots with binary loading
1 parent 9e4182e commit f2e3b8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/pp_analysis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ class Config:
8080
# Simulation length
8181
warmup_steps: int = 200
8282
measurement_steps: int = 300
83-
cluster_samples: int = 40
84-
cluster_interval: int = 8
83+
cluster_samples: int = 10
84+
cluster_interval: int = 100
8585

8686
# Ecological parameters
8787
evolve_sd: float = 0.10

0 commit comments

Comments
 (0)