Skip to content

Commit f397330

Browse files
committed
added phase 1.5 results
1 parent e5fd91d commit f397330

10 files changed

Lines changed: 1599 additions & 1 deletion

File tree

.DS_Store

10 KB
Binary file not shown.

docs/HPC_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ watch -n 10 "ls -1 results_JOBID | wc -l"
4747
4848
# Fetching the results once the job is done
4949
50-
scp -r kanagnostopoul@snellius.surf.nl:~/CSS_Project/results/phase1_18680757/ ./results/
50+
scp -r kanagnostopoul@snellius.surf.nl:~/CSS_Project/results/phase1_ 18682575/ ./results/
5151
```
5252

5353
The jobscript template can be found in ```run_analysis.sh``` (default rome paritition).
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2026-01-26 11:37:31,253 [INFO] ============================================================
2+
2026-01-26 11:37:31,253 [INFO] PREDATOR-PREY HYDRA EFFECT EXPERIMENTS
3+
2026-01-26 11:37:31,253 [INFO] ============================================================
4+
2026-01-26 11:37:31,253 [INFO] Phases: [1]
5+
2026-01-26 11:37:31,253 [INFO] Output: results/phase1_18682575
6+
2026-01-26 11:37:31,253 [INFO] Cores: 32
7+
2026-01-26 11:37:31,254 [INFO] Numba: ENABLED
8+
2026-01-26 11:37:31,254 [INFO]
9+
2026-01-26 11:37:31,254 [INFO] ============================================================
10+
2026-01-26 11:37:31,254 [INFO] PHASE 1
11+
2026-01-26 11:37:31,254 [INFO] ============================================================
12+
2026-01-26 11:37:31,254 [INFO] Estimated: 9,000 sims, ~13.2h on 32 cores (~423 core-hours)
13+
2026-01-26 11:37:31,254 [INFO] Dry run - skipping execution
14+
2026-01-26 11:37:31,254 [INFO]
15+
2026-01-26 11:37:31,254 [INFO] ============================================================
16+
2026-01-26 11:37:31,254 [INFO] EXPERIMENTS COMPLETE
17+
2026-01-26 11:37:31,254 [INFO] ============================================================
18+
2026-01-26 11:37:32,419 [INFO] ============================================================
19+
2026-01-26 11:37:32,419 [INFO] PREDATOR-PREY HYDRA EFFECT EXPERIMENTS
20+
2026-01-26 11:37:32,419 [INFO] ============================================================
21+
2026-01-26 11:37:32,419 [INFO] Phases: [1]
22+
2026-01-26 11:37:32,419 [INFO] Output: results/phase1_18682575
23+
2026-01-26 11:37:32,419 [INFO] Cores: 32
24+
2026-01-26 11:37:32,419 [INFO] Numba: ENABLED
25+
2026-01-26 11:37:32,420 [INFO]
26+
2026-01-26 11:37:32,420 [INFO] ============================================================
27+
2026-01-26 11:37:32,420 [INFO] PHASE 1
28+
2026-01-26 11:37:32,420 [INFO] ============================================================
29+
2026-01-26 11:37:32,420 [INFO] Estimated: 9,000 sims, ~13.2h on 32 cores (~423 core-hours)
30+
2026-01-26 11:37:38,321 [INFO] Phase 1: 600 simulations
31+
2026-01-26 11:37:38,321 [INFO] Grid: 20 prey_death values × 30 reps (prey_birth=0.2)
32+
2026-01-26 12:11:49,630 [INFO] Phase 1 complete. Results: results/phase1_18682575/phase1_results.jsonl
33+
2026-01-26 12:11:49,668 [INFO] Phase 1 runtime: 34.3 minutes
34+
2026-01-26 12:11:49,669 [INFO]
35+
2026-01-26 12:11:49,669 [INFO] ============================================================
36+
2026-01-26 12:11:49,669 [INFO] EXPERIMENTS COMPLETE
37+
2026-01-26 12:11:49,669 [INFO] ============================================================
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
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.22,
20+
"critical_prey_death": 0.04,
21+
"prey_birth_range": [
22+
0.1,
23+
0.35
24+
],
25+
"prey_death_range": [
26+
0.09,
27+
0.12
28+
],
29+
"n_prey_birth": 15,
30+
"n_prey_death": 20,
31+
"predator_birth_values": [
32+
0.15,
33+
0.2,
34+
0.25,
35+
0.3
36+
],
37+
"predator_death_values": [
38+
0.05,
39+
0.1,
40+
0.15,
41+
0.2
42+
],
43+
"prey_death_offsets": [
44+
-0.02,
45+
-0.01,
46+
0.0,
47+
0.01,
48+
0.02
49+
],
50+
"n_replicates": 30,
51+
"warmup_steps": 1000,
52+
"measurement_steps": 1000,
53+
"with_evolution": false,
54+
"evolve_sd": 0.1,
55+
"evolve_min": 0.001,
56+
"evolve_max": 0.1,
57+
"sensitivity_sd_values": [
58+
0.02,
59+
0.05,
60+
0.1,
61+
0.15,
62+
0.2
63+
],
64+
"synchronous": false,
65+
"directed_hunting": false,
66+
"directed_hunting_values": [
67+
false,
68+
true
69+
],
70+
"save_timeseries": false,
71+
"timeseries_subsample": 10,
72+
"collect_pcf": true,
73+
"pcf_sample_rate": 0.2,
74+
"pcf_max_distance": 20.0,
75+
"pcf_n_bins": 20,
76+
"min_density_for_analysis": 0.002,
77+
"perturbation_magnitude": 0.1,
78+
"n_jobs": 32
79+
}
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
{
2+
"phase": 1,
3+
"description": "Parameter sweep for critical point",
4+
"n_sims": 600,
5+
"timestamp": "2026-01-26 12:11:49",
6+
"config": {
7+
"grid_size": 1000,
8+
"densities": [
9+
0.3,
10+
0.15
11+
],
12+
"grid_sizes": [
13+
50,
14+
100,
15+
250,
16+
500,
17+
1000,
18+
2500
19+
],
20+
"prey_birth": 0.2,
21+
"prey_death": 0.05,
22+
"predator_birth": 0.8,
23+
"predator_death": 0.05,
24+
"critical_prey_birth": 0.22,
25+
"critical_prey_death": 0.04,
26+
"prey_birth_range": [
27+
0.1,
28+
0.35
29+
],
30+
"prey_death_range": [
31+
0.09,
32+
0.12
33+
],
34+
"n_prey_birth": 15,
35+
"n_prey_death": 20,
36+
"predator_birth_values": [
37+
0.15,
38+
0.2,
39+
0.25,
40+
0.3
41+
],
42+
"predator_death_values": [
43+
0.05,
44+
0.1,
45+
0.15,
46+
0.2
47+
],
48+
"prey_death_offsets": [
49+
-0.02,
50+
-0.01,
51+
0.0,
52+
0.01,
53+
0.02
54+
],
55+
"n_replicates": 30,
56+
"warmup_steps": 1000,
57+
"measurement_steps": 1000,
58+
"with_evolution": false,
59+
"evolve_sd": 0.1,
60+
"evolve_min": 0.001,
61+
"evolve_max": 0.1,
62+
"sensitivity_sd_values": [
63+
0.02,
64+
0.05,
65+
0.1,
66+
0.15,
67+
0.2
68+
],
69+
"synchronous": false,
70+
"directed_hunting": false,
71+
"directed_hunting_values": [
72+
false,
73+
true
74+
],
75+
"save_timeseries": false,
76+
"timeseries_subsample": 10,
77+
"collect_pcf": true,
78+
"pcf_sample_rate": 0.2,
79+
"pcf_max_distance": 20.0,
80+
"pcf_n_bins": 20,
81+
"min_density_for_analysis": 0.002,
82+
"perturbation_magnitude": 0.1,
83+
"n_jobs": 32
84+
}
85+
}

hpc_data/phase1.5_18682575/phase1_results.jsonl

Lines changed: 600 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2026-01-25 21:27:51,540 [INFO] ============================================================
2+
2026-01-25 21:27:51,540 [INFO] PREDATOR-PREY HYDRA EFFECT EXPERIMENTS
3+
2026-01-25 21:27:51,540 [INFO] ============================================================
4+
2026-01-25 21:27:51,540 [INFO] Phases: [1]
5+
2026-01-25 21:27:51,540 [INFO] Output: results/phase1_18677015
6+
2026-01-25 21:27:51,540 [INFO] Cores: 32
7+
2026-01-25 21:27:51,540 [INFO] Numba: ENABLED
8+
2026-01-25 21:27:51,540 [INFO]
9+
2026-01-25 21:27:51,540 [INFO] ============================================================
10+
2026-01-25 21:27:51,541 [INFO] PHASE 1
11+
2026-01-25 21:27:51,541 [INFO] ============================================================
12+
2026-01-25 21:27:51,541 [INFO] Estimated: 9,000 sims, ~13.2h on 32 cores (~423 core-hours)
13+
2026-01-25 21:27:51,541 [INFO] Dry run - skipping execution
14+
2026-01-25 21:27:51,541 [INFO]
15+
2026-01-25 21:27:51,541 [INFO] ============================================================
16+
2026-01-25 21:27:51,541 [INFO] EXPERIMENTS COMPLETE
17+
2026-01-25 21:27:51,541 [INFO] ============================================================
18+
2026-01-25 21:27:52,718 [INFO] ============================================================
19+
2026-01-25 21:27:52,718 [INFO] PREDATOR-PREY HYDRA EFFECT EXPERIMENTS
20+
2026-01-25 21:27:52,718 [INFO] ============================================================
21+
2026-01-25 21:27:52,718 [INFO] Phases: [1]
22+
2026-01-25 21:27:52,718 [INFO] Output: results/phase1_18677015
23+
2026-01-25 21:27:52,719 [INFO] Cores: 32
24+
2026-01-25 21:27:52,719 [INFO] Numba: ENABLED
25+
2026-01-25 21:27:52,719 [INFO]
26+
2026-01-25 21:27:52,719 [INFO] ============================================================
27+
2026-01-25 21:27:52,719 [INFO] PHASE 1
28+
2026-01-25 21:27:52,719 [INFO] ============================================================
29+
2026-01-25 21:27:52,719 [INFO] Estimated: 9,000 sims, ~13.2h on 32 cores (~423 core-hours)
30+
2026-01-25 21:27:58,720 [INFO] Phase 1: 600 simulations
31+
2026-01-25 21:27:58,721 [INFO] Grid: 20 prey_death values × 30 reps (prey_birth=0.2)
32+
2026-01-25 21:46:45,197 [INFO] Phase 1 complete. Results: results/phase1_18677015/phase1_results.jsonl
33+
2026-01-25 21:46:45,220 [INFO] Phase 1 runtime: 18.9 minutes
34+
2026-01-25 21:46:45,220 [INFO]
35+
2026-01-25 21:46:45,220 [INFO] ============================================================
36+
2026-01-25 21:46:45,220 [INFO] EXPERIMENTS COMPLETE
37+
2026-01-25 21:46:45,220 [INFO] ============================================================
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"grid_size": 1000,
3+
"densities": [
4+
0.3,
5+
0.15
6+
],
7+
"grid_sizes": [
8+
100,
9+
200,
10+
500,
11+
1000
12+
],
13+
"prey_birth": 0.2,
14+
"prey_death": 0.05,
15+
"predator_birth": 0.8,
16+
"predator_death": 0.05,
17+
"critical_prey_birth": 0.22,
18+
"critical_prey_death": 0.04,
19+
"prey_birth_range": [
20+
0.1,
21+
0.35
22+
],
23+
"prey_death_range": [
24+
0.0,
25+
0.2
26+
],
27+
"n_prey_birth": 15,
28+
"n_prey_death": 20,
29+
"predator_birth_values": [
30+
0.15,
31+
0.2,
32+
0.25,
33+
0.3
34+
],
35+
"predator_death_values": [
36+
0.05,
37+
0.1,
38+
0.15,
39+
0.2
40+
],
41+
"prey_death_offsets": [
42+
-0.02,
43+
-0.01,
44+
0.0,
45+
0.01,
46+
0.02
47+
],
48+
"n_replicates": 30,
49+
"warmup_steps": 1000,
50+
"measurement_steps": 1000,
51+
"with_evolution": false,
52+
"evolve_sd": 0.1,
53+
"evolve_min": 0.001,
54+
"evolve_max": 0.1,
55+
"sensitivity_sd_values": [
56+
0.02,
57+
0.05,
58+
0.1,
59+
0.15,
60+
0.2
61+
],
62+
"synchronous": false,
63+
"directed_hunting": false,
64+
"directed_hunting_values": [
65+
false,
66+
true
67+
],
68+
"save_timeseries": false,
69+
"timeseries_subsample": 10,
70+
"collect_pcf": true,
71+
"pcf_sample_rate": 0.2,
72+
"pcf_max_distance": 20.0,
73+
"pcf_n_bins": 20,
74+
"min_density_for_analysis": 0.002,
75+
"perturbation_magnitude": 0.1,
76+
"n_jobs": 32
77+
}

0 commit comments

Comments
 (0)