Spaces:
Running
Running
Commit
·
d146a3e
1
Parent(s):
5fac847
Give more populations to final test
Browse files- test/test.py +4 -1
test/test.py
CHANGED
|
@@ -135,7 +135,10 @@ class TestPipeline(unittest.TestCase):
|
|
| 135 |
y,
|
| 136 |
unary_operators=[],
|
| 137 |
binary_operators=["+", "*", "/", "-"],
|
| 138 |
-
|
|
|
|
|
|
|
|
|
|
| 139 |
Xresampled=Xresampled,
|
| 140 |
denoise=True,
|
| 141 |
select_k_features=2,
|
|
|
|
| 135 |
y,
|
| 136 |
unary_operators=[],
|
| 137 |
binary_operators=["+", "*", "/", "-"],
|
| 138 |
+
niterations=20,
|
| 139 |
+
populations=10,
|
| 140 |
+
annealing=False,
|
| 141 |
+
useFrequency=False,
|
| 142 |
Xresampled=Xresampled,
|
| 143 |
denoise=True,
|
| 144 |
select_k_features=2,
|