Skip to content

Commit df52a58

Browse files
committed
updates file and hpc data phase 3 available
1 parent 4c48c6a commit df52a58

8 files changed

Lines changed: 268 additions & 7 deletions

File tree

docs/HPC_GUIDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ssh kanagnostopoul@snellius.surf.nl
66
# On a separate terminal run the following
77
88
# Upload the entire project directory (including your models/ folder)
9+
910
rsync -avz --progress --exclude-from='.rsync-exclude' \
1011
~/CSS_Project/ kanagnostopoul@snellius.surf.nl:~/CSS_Project/
1112
@@ -47,7 +48,7 @@ watch -n 10 "ls -1 results_JOBID | wc -l"
4748
4849
# Fetching the results once the job is done
4950
50-
scp -r kanagnostopoul@snellius.surf.nl:~/CSS_Project/results/phase2_18693004/ ./results/
51+
scp -r kanagnostopoul@snellius.surf.nl:~/CSS_Project/results/phase3_18698382/ ./results/
5152
```
5253

5354
The jobscript template can be found in ```run_analysis.sh``` (default rome paritition).

docs/kimon_updates.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,4 +284,14 @@ Refactored ```experiments.py``` according to ```experiments.md```. Phase 4 and P
284284

285285
- Phase 6: Will implement if all the other phases pass successfully.
286286

287-
TODO: We need to start drafting a proper version of the analyis (```analysis.py```) for postprocessing of all the data we are currenlty collecting and plotting utilities to visualize them.
287+
TODO: We need to start drafting a proper version of the analyis (```analysis.py```) for postprocessing of all the data we are currenlty collecting and plotting utilities to visualize them.
288+
289+
290+
## Updates (26/1)
291+
292+
Under ```hpc_data``` folder you can find:
293+
294+
- ```../hpc_data/phase1_18677015```
295+
- ```../hpc_data/phase1.5_18682575``` (finer grid but ow same as phase 1)
296+
- ```../hpc_data/phase2_18693004```
297+
- ```../hpc_data/phase3_18698382```
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
2026-01-26 16:53:51,318 [INFO] ============================================================
2+
2026-01-26 16:53:51,318 [INFO] PREDATOR-PREY HYDRA EFFECT EXPERIMENTS
3+
2026-01-26 16:53:51,318 [INFO] ============================================================
4+
2026-01-26 16:53:51,318 [INFO] Phases: [3]
5+
2026-01-26 16:53:51,318 [INFO] Output: results/phase3_18698382
6+
2026-01-26 16:53:51,318 [INFO] Cores: 32
7+
2026-01-26 16:53:51,319 [INFO] Numba: ENABLED
8+
2026-01-26 16:53:51,319 [INFO]
9+
2026-01-26 16:53:51,319 [INFO] ============================================================
10+
2026-01-26 16:53:51,319 [INFO] PHASE 3
11+
2026-01-26 16:53:51,319 [INFO] ============================================================
12+
2026-01-26 16:53:51,319 [INFO] Estimated: 1,500 sims, ~2.2h on 32 cores (~71 core-hours)
13+
2026-01-26 16:53:51,319 [INFO] Dry run - skipping execution
14+
2026-01-26 16:53:51,319 [INFO]
15+
2026-01-26 16:53:51,319 [INFO] ============================================================
16+
2026-01-26 16:53:51,319 [INFO] EXPERIMENTS COMPLETE
17+
2026-01-26 16:53:51,319 [INFO] ============================================================
18+
2026-01-26 16:53:52,501 [INFO] ============================================================
19+
2026-01-26 16:53:52,501 [INFO] PREDATOR-PREY HYDRA EFFECT EXPERIMENTS
20+
2026-01-26 16:53:52,501 [INFO] ============================================================
21+
2026-01-26 16:53:52,501 [INFO] Phases: [3]
22+
2026-01-26 16:53:52,501 [INFO] Output: results/phase3_18698382
23+
2026-01-26 16:53:52,501 [INFO] Cores: 32
24+
2026-01-26 16:53:52,501 [INFO] Numba: ENABLED
25+
2026-01-26 16:53:52,501 [INFO]
26+
2026-01-26 16:53:52,501 [INFO] ============================================================
27+
2026-01-26 16:53:52,501 [INFO] PHASE 3
28+
2026-01-26 16:53:52,501 [INFO] ============================================================
29+
2026-01-26 16:53:52,501 [INFO] Estimated: 1,500 sims, ~2.2h on 32 cores (~71 core-hours)
30+
2026-01-26 16:53:52,650 [INFO] Phase 3: FSS at critical point (pb=0.2, pd=0.0963)
31+
2026-01-26 16:54:07,348 [INFO] Grid sizes: (50, 100, 250, 500, 1000, 2500)
32+
2026-01-26 16:54:07,349 [INFO] Total simulations: 120
33+
2026-01-26 17:14:44,746 [INFO] Phase 3 complete. Results: results/phase3_18698382/phase3_results.jsonl
34+
2026-01-26 17:14:44,756 [INFO] Phase 3 runtime: 20.9 minutes
35+
2026-01-26 17:14:44,756 [INFO]
36+
2026-01-26 17:14:44,756 [INFO] ============================================================
37+
2026-01-26 17:14:44,756 [INFO] EXPERIMENTS COMPLETE
38+
2026-01-26 17:14:44,756 [INFO] ============================================================
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
{
2+
"grid_size": 1000,
3+
"densities": [
4+
0.3,
5+
0.15
6+
],
7+
"grid_sizes": [
8+
50,
9+
100,
10+
250,
11+
500,
12+
1000,
13+
2500
14+
],
15+
"prey_birth": 0.2,
16+
"prey_death": 0.05,
17+
"predator_birth": 0.8,
18+
"predator_death": 0.05,
19+
"critical_prey_birth": 0.2,
20+
"critical_prey_death": 0.0963,
21+
"prey_death_range": [
22+
0.0,
23+
0.2
24+
],
25+
"n_prey_birth": 15,
26+
"n_prey_death": 5,
27+
"predator_birth_values": [
28+
0.15,
29+
0.2,
30+
0.25,
31+
0.3
32+
],
33+
"predator_death_values": [
34+
0.05,
35+
0.1,
36+
0.15,
37+
0.2
38+
],
39+
"prey_death_offsets": [
40+
-0.02,
41+
-0.01,
42+
0.0,
43+
0.01,
44+
0.02
45+
],
46+
"n_replicates": 20,
47+
"warmup_steps": 1000,
48+
"measurement_steps": 1000,
49+
"with_evolution": false,
50+
"evolve_sd": 0.1,
51+
"evolve_min": 0.0,
52+
"evolve_max": 0.1,
53+
"sensitivity_sd_values": [
54+
0.02,
55+
0.05,
56+
0.1,
57+
0.15,
58+
0.2
59+
],
60+
"synchronous": false,
61+
"directed_hunting": false,
62+
"directed_hunting_values": [
63+
false,
64+
true
65+
],
66+
"save_timeseries": false,
67+
"timeseries_subsample": 10,
68+
"collect_pcf": false,
69+
"pcf_sample_rate": 0.2,
70+
"pcf_max_distance": 20.0,
71+
"pcf_n_bins": 20,
72+
"min_density_for_analysis": 0.002,
73+
"perturbation_magnitude": 0.1,
74+
"n_jobs": 32
75+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"phase": 3,
3+
"description": "Finite-size scaling",
4+
"critical_point": {
5+
"prey_birth": 0.2,
6+
"prey_death": 0.0963
7+
},
8+
"grid_sizes": [
9+
50,
10+
100,
11+
250,
12+
500,
13+
1000,
14+
2500
15+
],
16+
"n_sims": 120,
17+
"timestamp": "2026-01-26 17:14:44"
18+
}

0 commit comments

Comments
 (0)