-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbatch-config.json
119 lines (119 loc) · 3.22 KB
/
batch-config.json
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
[
{
"name": "H100_P500-T01_P500-T00_G10_N2000_R005_K005_I005",
"prey": [500, 500],
"toxicity": [0.1, 0.0],
"predator": 100,
"initial_scale": 0.05,
"generations": 2000,
"cmap": "coolwarm"
},
{
"name": "H100_P500-T09_P500-T00_G10_N2000_R005_K005_I005",
"prey": [500, 500],
"toxicity": [0.9, 0.0],
"predator": 100,
"initial_scale": 0.05,
"generations": 2000,
"cmap": "coolwarm"
},
{
"name": "H100_P500-T09_P500-T08_G10_N2000_R005_K005_I005",
"prey": [500, 500],
"toxicity": [0.9, 0.8],
"predator": 100,
"initial_scale": 0.05,
"generations": 2000,
"cmap": "coolwarm"
},
{
"name": "H150_P500-T09_P500-T01_P500-T00_G10_N2000_R005_K005_I005",
"prey": [500, 500, 500],
"toxicity": [0.9, 0.1, 0.0],
"predator": 150,
"initial_scale": 0.05,
"generations": 2000,
"cmap": "coolwarm"
},
{
"name": "H150_P500-T09_P500-T05_P500-T00_G10_N2000_R005_K005_I005",
"prey": [500, 500, 500],
"toxicity": [0.9, 0.5, 0.0],
"predator": 150,
"initial_scale": 0.05,
"generations": 2000,
"cmap": "coolwarm"
},
{
"name": "H150_P500-T09_P500-T08_P500-T00_G10_N2000_R005_K005_I005",
"prey": [500, 500, 500],
"toxicity": [0.9, 0.8, 0.0],
"predator": 150,
"initial_scale": 0.05,
"generations": 2000,
"cmap": "coolwarm"
},
{
"name": "H200_P500-T09_P500-T02_P500-T01_P500-T00_G10_N2000_R005_K005_I005",
"prey": [500, 500, 500, 500],
"toxicity": [0.9, 0.2, 0.1, 0.0],
"predator": 200,
"initial_scale": 0.05,
"generations": 2000,
"cmap": "coolwarm"
},
{
"name": "H200_P500-T09_P500-T05_P500-T01_P500-T00_G10_N2000_R005_K005_I005",
"prey": [500, 500, 500, 500],
"toxicity": [0.9, 0.5, 0.1, 0.0],
"predator": 200,
"initial_scale": 0.05,
"generations": 2000,
"cmap": "coolwarm"
},
{
"name": "H200_P500-T09_P500-T06_P500-T03_P500-T00_G10_N2000_R005_K005_I005",
"prey": [500, 500, 500, 500],
"toxicity": [0.9, 0.6, 0.3, 0.0],
"predator": 200,
"initial_scale": 0.05,
"generations": 2000,
"cmap": "coolwarm"
},
{
"name": "H200_P500-T09_P500-T08_P500-T01_P500-T00_G10_N2000_R005_K005_I005",
"prey": [500, 500, 500, 500],
"toxicity": [0.9, 0.8, 0.1, 0.0],
"predator": 200,
"initial_scale": 0.05,
"generations": 2000,
"cmap": "coolwarm"
},
{
"name": "H200_P500-T09_P500-T08_P500-T07_P500-T00_G10_N2000_R005_K005_I005",
"prey": [500, 500, 500, 500],
"toxicity": [0.9, 0.8, 0.7, 0.0],
"predator": 200,
"initial_scale": 0.05,
"generations": 2000,
"cmap": "coolwarm"
},
{
"name": "H200_P500-T09_P500-T08_P500-T05_P500-T00_G10_N2000_R005_K005_I005",
"prey": [500, 500, 500, 500],
"toxicity": [0.9, 0.8, 0.5, 0.0],
"predator": 200,
"initial_scale": 0.05,
"generations": 2000,
"cmap": "coolwarm"
},
{
"name": "H500_P500-T09_P500-T08_P500-T07_P500-T06_P500-T05_P500-T04_P500-T03_P500-T02_P500-T01_P500-T00_G10_N2000_R005_K005_I005",
"prey": [500, 500, 500, 500, 500, 500, 500, 500, 500, 500],
"toxicity": [0.9, 0.8, 0.7, 0.6, 0.5, 0.4, 0.3, 0.2, 0.1, 0.0],
"predator": 500,
"initial_scale": 0.05,
"generations": 2000,
"cmap": "coolwarm"
}
]