-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphase2_config.json
More file actions
75 lines (75 loc) · 1.18 KB
/
phase2_config.json
File metadata and controls
75 lines (75 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"grid_size": 1000,
"densities": [
0.3,
0.15
],
"grid_sizes": [
50,
100,
250,
500,
1000,
2500
],
"prey_birth": 0.2,
"prey_death": 0.05,
"predator_birth": 0.8,
"predator_death": 0.05,
"critical_prey_birth": 0.2,
"critical_prey_death": 0.0963,
"prey_death_range": [
0.0,
0.2
],
"n_prey_birth": 1,
"n_prey_death": 5,
"predator_birth_values": [
0.15,
0.2,
0.25,
0.3
],
"predator_death_values": [
0.05,
0.1,
0.15,
0.2
],
"prey_death_offsets": [
-0.02,
-0.01,
0.0,
0.01,
0.02
],
"n_replicates": 10,
"warmup_steps": 1000,
"measurement_steps": 5000,
"with_evolution": true,
"evolve_sd": 0.01,
"evolve_min": 0.0,
"evolve_max": 0.2,
"sensitivity_sd_values": [
0.02,
0.05,
0.1,
0.15,
0.2
],
"synchronous": false,
"directed_hunting": false,
"directed_hunting_values": [
false,
true
],
"save_timeseries": false,
"timeseries_subsample": 10,
"collect_pcf": false,
"pcf_sample_rate": 0.2,
"pcf_max_distance": 20.0,
"pcf_n_bins": 20,
"min_density_for_analysis": 0.002,
"perturbation_magnitude": 0.1,
"n_jobs": 32
}