MilesCranmer commited on
Commit
9b8f588
1 Parent(s): 9aef011

Increase default population parameter

Browse files
Files changed (1) hide show
  1. eureqa.py +17 -17
eureqa.py CHANGED
@@ -6,23 +6,23 @@ import numpy as np
6
  import pandas as pd
7
 
8
  # Dumped from hyperparam optimization
9
- default_alpha = 2.288229
10
- default_annealing = 1.000000
11
- default_fractionReplaced = 0.121271
12
- default_fractionReplacedHof = 0.065129
13
- default_ncyclesperiteration = 15831.000000
14
- default_niterations = 11.000000
15
- default_npop = 105.000000
16
- default_parsimony = 0.000465
17
- default_topn = 6.000000
18
- default_weightAddNode = 0.454050
19
- default_weightDeleteNode = 0.603670
20
- default_weightDoNothing = 0.141223
21
- default_weightMutateConstant = 3.680211
22
- default_weightMutateOperator = 0.660488
23
- default_weightRandomize = 6.759691
24
- default_weightSimplify = 0.010442
25
- default_result = 0.687007
26
 
27
  def eureqa(X=None, y=None, threads=4,
28
  niterations=20,
 
6
  import pandas as pd
7
 
8
  # Dumped from hyperparam optimization
9
+ default_alpha = 5.429178
10
+ default_annealing = 1.000000
11
+ default_fractionReplaced = 0.415076
12
+ default_fractionReplacedHof = 0.031713
13
+ default_ncyclesperiteration = 1614.000000
14
+ default_niterations = 25.000000
15
+ default_npop = 300.000000
16
+ default_parsimony = 0.001861
17
+ default_topn = 9.000000
18
+ default_weightAddNode = 3.788920
19
+ default_weightDeleteNode = 2.553399
20
+ default_weightDoNothing = 0.498528
21
+ default_weightMutateConstant = 2.081372
22
+ default_weightMutateOperator = 2.003413
23
+ default_weightRandomize = 4.679883
24
+ default_weightSimplify = 0.009620
25
+ default_result = -1.183938
26
 
27
  def eureqa(X=None, y=None, threads=4,
28
  niterations=20,