psaegert commited on
Commit
4e8903d
·
unverified ·
1 Parent(s): 2ea0b12

Add 7.12, 9.1 skeleton pools

Browse files
test_set/feynman/skeleton_pool/expression_space.yaml CHANGED
@@ -27,7 +27,6 @@ operators:
27
  monotonicity: 0
28
  neg:
29
  realization: nsrops.neg
30
- wolfram: Negative
31
  alias:
32
  - negative
33
  inverse: neg
@@ -66,7 +65,6 @@ operators:
66
  monotonicity: 0
67
  abs:
68
  realization: abs
69
- wolfram: Abs
70
  alias:
71
  - absolute
72
  inverse: null
@@ -79,7 +77,6 @@ operators:
79
  monotonicity: 0
80
  inv:
81
  realization: nsrops.inv
82
- wolfram: Inverse
83
  alias:
84
  - inverse
85
  inverse: inv
@@ -183,7 +180,6 @@ operators:
183
  monotonicity: 1
184
  sin:
185
  realization: numpy.sin
186
- wolfram: Sin
187
  alias: []
188
  inverse: asin
189
  arity: 1
@@ -195,7 +191,6 @@ operators:
195
  monotonicity: 0
196
  cos:
197
  realization: numpy.cos
198
- wolfram: Cos
199
  alias: []
200
  inverse: acos
201
  arity: 1
@@ -207,7 +202,6 @@ operators:
207
  monotonicity: 0
208
  tan:
209
  realization: numpy.tan
210
- wolfram: Tan
211
  alias: []
212
  inverse: atan
213
  arity: 1
@@ -219,7 +213,6 @@ operators:
219
  monotonicity: 0
220
  asin:
221
  realization: numpy.arcsin
222
- wolfram: ArcSin
223
  alias:
224
  - arcsin
225
  inverse: sin
@@ -232,7 +225,6 @@ operators:
232
  monotonicity: 1
233
  acos:
234
  realization: numpy.arccos
235
- wolfram: ArcCos
236
  alias:
237
  - arccos
238
  inverse: cos
@@ -245,7 +237,6 @@ operators:
245
  monotonicity: 1
246
  atan:
247
  realization: numpy.arctan
248
- wolfram: ArcTan
249
  alias:
250
  - arctan
251
  inverse: tan
@@ -258,7 +249,6 @@ operators:
258
  monotonicity: 1
259
  exp:
260
  realization: numpy.exp
261
- wolfram: Exp
262
  alias: []
263
  inverse: log
264
  arity: 1
@@ -270,7 +260,6 @@ operators:
270
  monotonicity: 1
271
  log:
272
  realization: numpy.log
273
- wolfram: Log
274
  alias:
275
  - ln
276
  inverse: exp
 
27
  monotonicity: 0
28
  neg:
29
  realization: nsrops.neg
 
30
  alias:
31
  - negative
32
  inverse: neg
 
65
  monotonicity: 0
66
  abs:
67
  realization: abs
 
68
  alias:
69
  - absolute
70
  inverse: null
 
77
  monotonicity: 0
78
  inv:
79
  realization: nsrops.inv
 
80
  alias:
81
  - inverse
82
  inverse: inv
 
180
  monotonicity: 1
181
  sin:
182
  realization: numpy.sin
 
183
  alias: []
184
  inverse: asin
185
  arity: 1
 
191
  monotonicity: 0
192
  cos:
193
  realization: numpy.cos
 
194
  alias: []
195
  inverse: acos
196
  arity: 1
 
202
  monotonicity: 0
203
  tan:
204
  realization: numpy.tan
 
205
  alias: []
206
  inverse: atan
207
  arity: 1
 
213
  monotonicity: 0
214
  asin:
215
  realization: numpy.arcsin
 
216
  alias:
217
  - arcsin
218
  inverse: sin
 
225
  monotonicity: 1
226
  acos:
227
  realization: numpy.arccos
 
228
  alias:
229
  - arccos
230
  inverse: cos
 
237
  monotonicity: 1
238
  atan:
239
  realization: numpy.arctan
 
240
  alias:
241
  - arctan
242
  inverse: tan
 
249
  monotonicity: 1
250
  exp:
251
  realization: numpy.exp
 
252
  alias: []
253
  inverse: log
254
  arity: 1
 
260
  monotonicity: 1
261
  log:
262
  realization: numpy.log
 
263
  alias:
264
  - ln
265
  inverse: exp
test_set/feynman/skeleton_pool/skeleton_pool.yaml CHANGED
@@ -1,4 +1,4 @@
1
- expression_space: /home/psaegert/Projects/flash-ansr/configs/test_set_base/./expression_space.yaml
2
  holdout_pools: []
3
  sample_strategy:
4
  max_tries: 100
 
1
+ expression_space: /home/psaegert/Projects/flash-ansr/configs/test_set/./expression_space.yaml
2
  holdout_pools: []
3
  sample_strategy:
4
  max_tries: 100
test_set/nguyen/skeleton_pool/expression_space.yaml CHANGED
@@ -27,7 +27,6 @@ operators:
27
  monotonicity: 0
28
  neg:
29
  realization: nsrops.neg
30
- wolfram: Negative
31
  alias:
32
  - negative
33
  inverse: neg
@@ -66,7 +65,6 @@ operators:
66
  monotonicity: 0
67
  abs:
68
  realization: abs
69
- wolfram: Abs
70
  alias:
71
  - absolute
72
  inverse: null
@@ -79,7 +77,6 @@ operators:
79
  monotonicity: 0
80
  inv:
81
  realization: nsrops.inv
82
- wolfram: Inverse
83
  alias:
84
  - inverse
85
  inverse: inv
@@ -183,7 +180,6 @@ operators:
183
  monotonicity: 1
184
  sin:
185
  realization: numpy.sin
186
- wolfram: Sin
187
  alias: []
188
  inverse: asin
189
  arity: 1
@@ -195,7 +191,6 @@ operators:
195
  monotonicity: 0
196
  cos:
197
  realization: numpy.cos
198
- wolfram: Cos
199
  alias: []
200
  inverse: acos
201
  arity: 1
@@ -207,7 +202,6 @@ operators:
207
  monotonicity: 0
208
  tan:
209
  realization: numpy.tan
210
- wolfram: Tan
211
  alias: []
212
  inverse: atan
213
  arity: 1
@@ -219,7 +213,6 @@ operators:
219
  monotonicity: 0
220
  asin:
221
  realization: numpy.arcsin
222
- wolfram: ArcSin
223
  alias:
224
  - arcsin
225
  inverse: sin
@@ -232,7 +225,6 @@ operators:
232
  monotonicity: 1
233
  acos:
234
  realization: numpy.arccos
235
- wolfram: ArcCos
236
  alias:
237
  - arccos
238
  inverse: cos
@@ -245,7 +237,6 @@ operators:
245
  monotonicity: 1
246
  atan:
247
  realization: numpy.arctan
248
- wolfram: ArcTan
249
  alias:
250
  - arctan
251
  inverse: tan
@@ -258,7 +249,6 @@ operators:
258
  monotonicity: 1
259
  exp:
260
  realization: numpy.exp
261
- wolfram: Exp
262
  alias: []
263
  inverse: log
264
  arity: 1
@@ -270,7 +260,6 @@ operators:
270
  monotonicity: 1
271
  log:
272
  realization: numpy.log
273
- wolfram: Log
274
  alias:
275
  - ln
276
  inverse: exp
 
27
  monotonicity: 0
28
  neg:
29
  realization: nsrops.neg
 
30
  alias:
31
  - negative
32
  inverse: neg
 
65
  monotonicity: 0
66
  abs:
67
  realization: abs
 
68
  alias:
69
  - absolute
70
  inverse: null
 
77
  monotonicity: 0
78
  inv:
79
  realization: nsrops.inv
 
80
  alias:
81
  - inverse
82
  inverse: inv
 
180
  monotonicity: 1
181
  sin:
182
  realization: numpy.sin
 
183
  alias: []
184
  inverse: asin
185
  arity: 1
 
191
  monotonicity: 0
192
  cos:
193
  realization: numpy.cos
 
194
  alias: []
195
  inverse: acos
196
  arity: 1
 
202
  monotonicity: 0
203
  tan:
204
  realization: numpy.tan
 
205
  alias: []
206
  inverse: atan
207
  arity: 1
 
213
  monotonicity: 0
214
  asin:
215
  realization: numpy.arcsin
 
216
  alias:
217
  - arcsin
218
  inverse: sin
 
225
  monotonicity: 1
226
  acos:
227
  realization: numpy.arccos
 
228
  alias:
229
  - arccos
230
  inverse: cos
 
237
  monotonicity: 1
238
  atan:
239
  realization: numpy.arctan
 
240
  alias:
241
  - arctan
242
  inverse: tan
 
249
  monotonicity: 1
250
  exp:
251
  realization: numpy.exp
 
252
  alias: []
253
  inverse: log
254
  arity: 1
 
260
  monotonicity: 1
261
  log:
262
  realization: numpy.log
 
263
  alias:
264
  - ln
265
  inverse: exp
test_set/nguyen/skeleton_pool/skeleton_pool.yaml CHANGED
@@ -1,4 +1,4 @@
1
- expression_space: /home/psaegert/Projects/flash-ansr/configs/test_set_base/./expression_space.yaml
2
  holdout_pools: []
3
  sample_strategy:
4
  max_tries: 100
 
1
+ expression_space: /home/psaegert/Projects/flash-ansr/configs/test_set/./expression_space.yaml
2
  holdout_pools: []
3
  sample_strategy:
4
  max_tries: 100
test_set/soose_nc/skeleton_pool/expression_space.yaml CHANGED
@@ -27,7 +27,6 @@ operators:
27
  monotonicity: 0
28
  neg:
29
  realization: nsrops.neg
30
- wolfram: Negative
31
  alias:
32
  - negative
33
  inverse: neg
@@ -66,7 +65,6 @@ operators:
66
  monotonicity: 0
67
  abs:
68
  realization: abs
69
- wolfram: Abs
70
  alias:
71
  - absolute
72
  inverse: null
@@ -79,7 +77,6 @@ operators:
79
  monotonicity: 0
80
  inv:
81
  realization: nsrops.inv
82
- wolfram: Inverse
83
  alias:
84
  - inverse
85
  inverse: inv
@@ -183,7 +180,6 @@ operators:
183
  monotonicity: 1
184
  sin:
185
  realization: numpy.sin
186
- wolfram: Sin
187
  alias: []
188
  inverse: asin
189
  arity: 1
@@ -195,7 +191,6 @@ operators:
195
  monotonicity: 0
196
  cos:
197
  realization: numpy.cos
198
- wolfram: Cos
199
  alias: []
200
  inverse: acos
201
  arity: 1
@@ -207,7 +202,6 @@ operators:
207
  monotonicity: 0
208
  tan:
209
  realization: numpy.tan
210
- wolfram: Tan
211
  alias: []
212
  inverse: atan
213
  arity: 1
@@ -219,7 +213,6 @@ operators:
219
  monotonicity: 0
220
  asin:
221
  realization: numpy.arcsin
222
- wolfram: ArcSin
223
  alias:
224
  - arcsin
225
  inverse: sin
@@ -232,7 +225,6 @@ operators:
232
  monotonicity: 1
233
  acos:
234
  realization: numpy.arccos
235
- wolfram: ArcCos
236
  alias:
237
  - arccos
238
  inverse: cos
@@ -245,7 +237,6 @@ operators:
245
  monotonicity: 1
246
  atan:
247
  realization: numpy.arctan
248
- wolfram: ArcTan
249
  alias:
250
  - arctan
251
  inverse: tan
@@ -258,7 +249,6 @@ operators:
258
  monotonicity: 1
259
  exp:
260
  realization: numpy.exp
261
- wolfram: Exp
262
  alias: []
263
  inverse: log
264
  arity: 1
@@ -270,7 +260,6 @@ operators:
270
  monotonicity: 1
271
  log:
272
  realization: numpy.log
273
- wolfram: Log
274
  alias:
275
  - ln
276
  inverse: exp
 
27
  monotonicity: 0
28
  neg:
29
  realization: nsrops.neg
 
30
  alias:
31
  - negative
32
  inverse: neg
 
65
  monotonicity: 0
66
  abs:
67
  realization: abs
 
68
  alias:
69
  - absolute
70
  inverse: null
 
77
  monotonicity: 0
78
  inv:
79
  realization: nsrops.inv
 
80
  alias:
81
  - inverse
82
  inverse: inv
 
180
  monotonicity: 1
181
  sin:
182
  realization: numpy.sin
 
183
  alias: []
184
  inverse: asin
185
  arity: 1
 
191
  monotonicity: 0
192
  cos:
193
  realization: numpy.cos
 
194
  alias: []
195
  inverse: acos
196
  arity: 1
 
202
  monotonicity: 0
203
  tan:
204
  realization: numpy.tan
 
205
  alias: []
206
  inverse: atan
207
  arity: 1
 
213
  monotonicity: 0
214
  asin:
215
  realization: numpy.arcsin
 
216
  alias:
217
  - arcsin
218
  inverse: sin
 
225
  monotonicity: 1
226
  acos:
227
  realization: numpy.arccos
 
228
  alias:
229
  - arccos
230
  inverse: cos
 
237
  monotonicity: 1
238
  atan:
239
  realization: numpy.arctan
 
240
  alias:
241
  - arctan
242
  inverse: tan
 
249
  monotonicity: 1
250
  exp:
251
  realization: numpy.exp
 
252
  alias: []
253
  inverse: log
254
  arity: 1
 
260
  monotonicity: 1
261
  log:
262
  realization: numpy.log
 
263
  alias:
264
  - ln
265
  inverse: exp
test_set/soose_nc/skeleton_pool/skeleton_pool.yaml CHANGED
@@ -1,4 +1,4 @@
1
- expression_space: /home/psaegert/Projects/flash-ansr/configs/test_set_base/./expression_space.yaml
2
  holdout_pools: []
3
  sample_strategy:
4
  max_tries: 100
 
1
+ expression_space: /home/psaegert/Projects/flash-ansr/configs/test_set/./expression_space.yaml
2
  holdout_pools: []
3
  sample_strategy:
4
  max_tries: 100
v7.12/skeleton_pool_val/expression_space.yaml ADDED
@@ -0,0 +1,273 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ operators:
2
+ +:
3
+ realization: +
4
+ alias:
5
+ - add
6
+ - plus
7
+ inverse: '-'
8
+ arity: 2
9
+ weight: 10
10
+ precedence: 1
11
+ commutative: true
12
+ symmetry: 0
13
+ positive: false
14
+ monotonicity: 0
15
+ '-':
16
+ realization: '-'
17
+ alias:
18
+ - sub
19
+ - minus
20
+ inverse: +
21
+ arity: 2
22
+ weight: 5
23
+ precedence: 1
24
+ commutative: false
25
+ symmetry: 0
26
+ positive: false
27
+ monotonicity: 0
28
+ neg:
29
+ realization: nsrops.neg
30
+ alias:
31
+ - negative
32
+ inverse: neg
33
+ arity: 1
34
+ weight: 5
35
+ precedence: 2.5
36
+ commutative: false
37
+ symmetry: -1
38
+ positive: false
39
+ monotonicity: -1
40
+ '*':
41
+ realization: '*'
42
+ alias:
43
+ - mul
44
+ - times
45
+ inverse: /
46
+ arity: 2
47
+ weight: 10
48
+ precedence: 2
49
+ commutative: true
50
+ symmetry: 0
51
+ positive: false
52
+ monotonicity: 0
53
+ /:
54
+ realization: /
55
+ alias:
56
+ - div
57
+ - divide
58
+ inverse: '*'
59
+ arity: 2
60
+ weight: 5
61
+ precedence: 2
62
+ commutative: false
63
+ symmetry: 0
64
+ positive: false
65
+ monotonicity: 0
66
+ abs:
67
+ realization: abs
68
+ alias:
69
+ - absolute
70
+ inverse: null
71
+ arity: 1
72
+ weight: 4
73
+ precedence: 3
74
+ commutative: false
75
+ symmetry: 1
76
+ positive: true
77
+ monotonicity: 0
78
+ inv:
79
+ realization: nsrops.inv
80
+ alias:
81
+ - inverse
82
+ inverse: inv
83
+ arity: 1
84
+ weight: 4
85
+ precedence: 4
86
+ commutative: false
87
+ symmetry: -1
88
+ positive: false
89
+ monotonicity: -1
90
+ pow2:
91
+ realization: nsrops.pow2
92
+ alias:
93
+ - square
94
+ inverse: null
95
+ arity: 1
96
+ weight: 4
97
+ precedence: 3
98
+ commutative: false
99
+ symmetry: 1
100
+ positive: true
101
+ monotonicity: 0
102
+ pow3:
103
+ realization: nsrops.pow3
104
+ alias:
105
+ - cube
106
+ inverse: pow1_3
107
+ arity: 1
108
+ weight: 2
109
+ precedence: 3
110
+ commutative: false
111
+ symmetry: -1
112
+ positive: false
113
+ monotonicity: 1
114
+ pow4:
115
+ realization: nsrops.pow4
116
+ alias: []
117
+ inverse: null
118
+ arity: 1
119
+ weight: 1
120
+ precedence: 3
121
+ commutative: false
122
+ symmetry: 1
123
+ positive: true
124
+ monotonicity: 0
125
+ pow5:
126
+ realization: nsrops.pow5
127
+ alias: []
128
+ inverse: pow1_5
129
+ arity: 1
130
+ weight: 1
131
+ precedence: 3
132
+ commutative: false
133
+ symmetry: -1
134
+ positive: false
135
+ monotonicity: 1
136
+ pow1_2:
137
+ realization: nsrops.pow1_2
138
+ alias:
139
+ - sqrt
140
+ inverse: null
141
+ arity: 1
142
+ weight: 4
143
+ precedence: 3
144
+ commutative: false
145
+ symmetry: 0
146
+ positive: true
147
+ monotonicity: 1
148
+ pow1_3:
149
+ realization: nsrops.pow1_3
150
+ alias: []
151
+ inverse: null
152
+ arity: 1
153
+ weight: 2
154
+ precedence: 3
155
+ commutative: false
156
+ symmetry: -1
157
+ positive: false
158
+ monotonicity: 1
159
+ pow1_4:
160
+ realization: nsrops.pow1_4
161
+ alias: []
162
+ inverse: null
163
+ arity: 1
164
+ weight: 1
165
+ precedence: 3
166
+ commutative: false
167
+ symmetry: 0
168
+ positive: true
169
+ monotonicity: 1
170
+ pow1_5:
171
+ realization: nsrops.pow1_5
172
+ alias: []
173
+ inverse: null
174
+ arity: 1
175
+ weight: 1
176
+ precedence: 3
177
+ commutative: false
178
+ symmetry: -1
179
+ positive: false
180
+ monotonicity: 1
181
+ sin:
182
+ realization: numpy.sin
183
+ alias: []
184
+ inverse: asin
185
+ arity: 1
186
+ weight: 4
187
+ precedence: 2
188
+ commutative: false
189
+ symmetry: -1
190
+ positive: false
191
+ monotonicity: 0
192
+ cos:
193
+ realization: numpy.cos
194
+ alias: []
195
+ inverse: acos
196
+ arity: 1
197
+ weight: 4
198
+ precedence: 2
199
+ commutative: false
200
+ symmetry: 1
201
+ positive: false
202
+ monotonicity: 0
203
+ tan:
204
+ realization: numpy.tan
205
+ alias: []
206
+ inverse: atan
207
+ arity: 1
208
+ weight: 4
209
+ precedence: 2
210
+ commutative: false
211
+ symmetry: -1
212
+ positive: false
213
+ monotonicity: 0
214
+ asin:
215
+ realization: numpy.arcsin
216
+ alias:
217
+ - arcsin
218
+ inverse: sin
219
+ arity: 1
220
+ weight: 2
221
+ precedence: 2
222
+ commutative: false
223
+ symmetry: -1
224
+ positive: false
225
+ monotonicity: 1
226
+ acos:
227
+ realization: numpy.arccos
228
+ alias:
229
+ - arccos
230
+ inverse: cos
231
+ arity: 1
232
+ weight: 2
233
+ precedence: 2
234
+ commutative: false
235
+ symmetry: 0
236
+ positive: true
237
+ monotonicity: 1
238
+ atan:
239
+ realization: numpy.arctan
240
+ alias:
241
+ - arctan
242
+ inverse: tan
243
+ arity: 1
244
+ weight: 2
245
+ precedence: 2
246
+ commutative: false
247
+ symmetry: -1
248
+ positive: false
249
+ monotonicity: 1
250
+ exp:
251
+ realization: numpy.exp
252
+ alias: []
253
+ inverse: log
254
+ arity: 1
255
+ weight: 4
256
+ precedence: 3
257
+ commutative: false
258
+ symmetry: 0
259
+ positive: true
260
+ monotonicity: 1
261
+ log:
262
+ realization: numpy.log
263
+ alias:
264
+ - ln
265
+ inverse: exp
266
+ arity: 1
267
+ weight: 4
268
+ precedence: 2
269
+ commutative: false
270
+ symmetry: 0
271
+ positive: false
272
+ monotonicity: 1
273
+ variables: 11
v7.12/skeleton_pool_val/skeleton_pool.yaml ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ expression_space: /home/psaegert/Projects/flash-ansr/configs/v7.12/./expression_space.yaml
2
+ holdout_pools:
3
+ - '{{ROOT}}/data/ansr-data/test_set/soose_nc/skeleton_pool/'
4
+ - '{{ROOT}}/data/ansr-data/test_set/feynman/skeleton_pool/'
5
+ - '{{ROOT}}/data/ansr-data/test_set/nguyen/skeleton_pool/'
6
+ - '{{ROOT}}/data/ansr-data/test_set/pool_15/skeleton_pool/'
7
+ sample_strategy:
8
+ n_operator_distribution: length_proportional
9
+ min_operators: 0
10
+ max_operators: 10
11
+ power: 1
12
+ max_length: 21
13
+ max_tries: 1
14
+ independent_dimensions: true
15
+ allow_nan: false
16
+ simplify: true
17
+ literal_prior: uniform
18
+ literal_prior_kwargs:
19
+ low: -5
20
+ high: 5
21
+ support_prior: uniform_intervals
22
+ support_prior_kwargs:
23
+ low: -10
24
+ high: 10
25
+ n_support_prior: uniform
26
+ n_support_prior_kwargs:
27
+ low: 16
28
+ high: 512
29
+ min_value: 16
30
+ max_value: 512
v7.12/skeleton_pool_val/skeletons.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a47c96fcfd4e00209c6d367bd9eb14fc3943d4dc9e166bc0e9e4ef82d45900ff
3
+ size 1434923
v9.1/skeleton_pool_val/expression_space.yaml ADDED
@@ -0,0 +1,282 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ operators:
2
+ +:
3
+ realization: +
4
+ alias:
5
+ - add
6
+ - plus
7
+ inverse: '-'
8
+ arity: 2
9
+ weight: 10
10
+ precedence: 1
11
+ commutative: true
12
+ symmetry: 0
13
+ positive: false
14
+ monotonicity: 0
15
+ '-':
16
+ realization: '-'
17
+ alias:
18
+ - sub
19
+ - minus
20
+ inverse: +
21
+ arity: 2
22
+ weight: 5
23
+ precedence: 1
24
+ commutative: false
25
+ symmetry: 0
26
+ positive: false
27
+ monotonicity: 0
28
+ neg:
29
+ realization: nsrops.neg
30
+ alias:
31
+ - negative
32
+ inverse: neg
33
+ arity: 1
34
+ weight: 5
35
+ precedence: 2.5
36
+ commutative: false
37
+ symmetry: -1
38
+ positive: false
39
+ monotonicity: -1
40
+ '*':
41
+ realization: '*'
42
+ alias:
43
+ - mul
44
+ - times
45
+ inverse: /
46
+ arity: 2
47
+ weight: 10
48
+ precedence: 2
49
+ commutative: true
50
+ symmetry: 0
51
+ positive: false
52
+ monotonicity: 0
53
+ /:
54
+ realization: /
55
+ alias:
56
+ - div
57
+ - divide
58
+ inverse: '*'
59
+ arity: 2
60
+ weight: 5
61
+ precedence: 2
62
+ commutative: false
63
+ symmetry: 0
64
+ positive: false
65
+ monotonicity: 0
66
+ abs:
67
+ realization: abs
68
+ alias:
69
+ - absolute
70
+ inverse: null
71
+ arity: 1
72
+ weight: 4
73
+ precedence: 3
74
+ commutative: false
75
+ symmetry: 1
76
+ positive: true
77
+ monotonicity: 0
78
+ inv:
79
+ realization: nsrops.inv
80
+ alias:
81
+ - inverse
82
+ inverse: inv
83
+ arity: 1
84
+ weight: 4
85
+ precedence: 4
86
+ commutative: false
87
+ symmetry: -1
88
+ positive: false
89
+ monotonicity: -1
90
+ pow2:
91
+ realization: nsrops.pow2
92
+ alias:
93
+ - square
94
+ inverse: null
95
+ arity: 1
96
+ weight: 4
97
+ precedence: 3
98
+ commutative: false
99
+ symmetry: 1
100
+ positive: true
101
+ monotonicity: 0
102
+ pow3:
103
+ realization: nsrops.pow3
104
+ alias:
105
+ - cube
106
+ inverse: pow1_3
107
+ arity: 1
108
+ weight: 2
109
+ precedence: 3
110
+ commutative: false
111
+ symmetry: -1
112
+ positive: false
113
+ monotonicity: 1
114
+ pow4:
115
+ realization: nsrops.pow4
116
+ alias: []
117
+ inverse: null
118
+ arity: 1
119
+ weight: 1
120
+ precedence: 3
121
+ commutative: false
122
+ symmetry: 1
123
+ positive: true
124
+ monotonicity: 0
125
+ pow5:
126
+ realization: nsrops.pow5
127
+ alias: []
128
+ inverse: pow1_5
129
+ arity: 1
130
+ weight: 1
131
+ precedence: 3
132
+ commutative: false
133
+ symmetry: -1
134
+ positive: false
135
+ monotonicity: 1
136
+ pow1_2:
137
+ realization: nsrops.pow1_2
138
+ alias:
139
+ - sqrt
140
+ inverse: null
141
+ arity: 1
142
+ weight: 4
143
+ precedence: 3
144
+ commutative: false
145
+ symmetry: 0
146
+ positive: true
147
+ monotonicity: 1
148
+ pow1_3:
149
+ realization: nsrops.pow1_3
150
+ alias: []
151
+ inverse: null
152
+ arity: 1
153
+ weight: 2
154
+ precedence: 3
155
+ commutative: false
156
+ symmetry: -1
157
+ positive: false
158
+ monotonicity: 1
159
+ pow1_4:
160
+ realization: nsrops.pow1_4
161
+ alias: []
162
+ inverse: null
163
+ arity: 1
164
+ weight: 1
165
+ precedence: 3
166
+ commutative: false
167
+ symmetry: 0
168
+ positive: true
169
+ monotonicity: 1
170
+ pow1_5:
171
+ realization: nsrops.pow1_5
172
+ alias: []
173
+ inverse: null
174
+ arity: 1
175
+ weight: 1
176
+ precedence: 3
177
+ commutative: false
178
+ symmetry: -1
179
+ positive: false
180
+ monotonicity: 1
181
+ sin:
182
+ realization: numpy.sin
183
+ alias: []
184
+ inverse: asin
185
+ arity: 1
186
+ weight: 4
187
+ precedence: 2
188
+ commutative: false
189
+ symmetry: -1
190
+ positive: false
191
+ monotonicity: 0
192
+ cos:
193
+ realization: numpy.cos
194
+ alias: []
195
+ inverse: acos
196
+ arity: 1
197
+ weight: 4
198
+ precedence: 2
199
+ commutative: false
200
+ symmetry: 1
201
+ positive: false
202
+ monotonicity: 0
203
+ tan:
204
+ realization: numpy.tan
205
+ alias: []
206
+ inverse: atan
207
+ arity: 1
208
+ weight: 4
209
+ precedence: 2
210
+ commutative: false
211
+ symmetry: -1
212
+ positive: false
213
+ monotonicity: 0
214
+ asin:
215
+ realization: numpy.arcsin
216
+ alias:
217
+ - arcsin
218
+ inverse: sin
219
+ arity: 1
220
+ weight: 2
221
+ precedence: 2
222
+ commutative: false
223
+ symmetry: -1
224
+ positive: false
225
+ monotonicity: 1
226
+ acos:
227
+ realization: numpy.arccos
228
+ alias:
229
+ - arccos
230
+ inverse: cos
231
+ arity: 1
232
+ weight: 2
233
+ precedence: 2
234
+ commutative: false
235
+ symmetry: 0
236
+ positive: true
237
+ monotonicity: 1
238
+ atan:
239
+ realization: numpy.arctan
240
+ alias:
241
+ - arctan
242
+ inverse: tan
243
+ arity: 1
244
+ weight: 2
245
+ precedence: 2
246
+ commutative: false
247
+ symmetry: -1
248
+ positive: false
249
+ monotonicity: 1
250
+ exp:
251
+ realization: numpy.exp
252
+ alias: []
253
+ inverse: log
254
+ arity: 1
255
+ weight: 4
256
+ precedence: 3
257
+ commutative: false
258
+ symmetry: 0
259
+ positive: true
260
+ monotonicity: 1
261
+ log:
262
+ realization: numpy.log
263
+ alias:
264
+ - ln
265
+ inverse: exp
266
+ arity: 1
267
+ weight: 4
268
+ precedence: 2
269
+ commutative: false
270
+ symmetry: 0
271
+ positive: false
272
+ monotonicity: 1
273
+ variables: 3
274
+ special_tokens:
275
+ - <pad>
276
+ - <bos>
277
+ - <eos>
278
+ - <unk>
279
+ - <cls>
280
+ - <mask>
281
+ - <num>
282
+ - <ctrl_complexity>
v9.1/skeleton_pool_val/skeleton_pool.yaml ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ expression_space: /home/psaegert/Projects/flash-ansr/configs/v9.1/./expression_space.yaml
2
+ holdout_pools:
3
+ - '{{ROOT}}/data/ansr-data/test_set/soose_nc/skeleton_pool/'
4
+ - '{{ROOT}}/data/ansr-data/test_set/feynman/skeleton_pool/'
5
+ - '{{ROOT}}/data/ansr-data/test_set/nguyen/skeleton_pool/'
6
+ - '{{ROOT}}/data/ansr-data/test_set/pool_15/skeleton_pool/'
7
+ sample_strategy:
8
+ n_operator_distribution: length_proportional
9
+ min_operators: 0
10
+ max_operators: 10
11
+ power: 1
12
+ max_length: 21
13
+ max_tries: 1
14
+ independent_dimensions: true
15
+ allow_nan: false
16
+ simplify: true
17
+ literal_prior: uniform
18
+ literal_prior_kwargs:
19
+ low: -5
20
+ high: 5
21
+ support_prior: uniform_intervals
22
+ support_prior_kwargs:
23
+ low: -10
24
+ high: 10
25
+ n_support_prior: uniform
26
+ n_support_prior_kwargs:
27
+ low: 16
28
+ high: 512
29
+ min_value: 16
30
+ max_value: 512
v9.1/skeleton_pool_val/skeletons.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dcd35bf01b5b15953cb7c8fc7d550774c9ad1bc8254df101227d9606eacdefa
3
+ size 1344947