MilesCranmer commited on
Commit
c225f3c
1 Parent(s): 3e14433

Update default params based on 500 more trials

Browse files
Files changed (1) hide show
  1. eureqa.py +16 -16
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 = 15.182913
10
  default_annealing = 1.000000
11
+ default_fractionReplaced = 0.096909
12
+ default_fractionReplacedHof = 0.116439
13
+ default_ncyclesperiteration = 15280.000000
14
+ default_niterations = 10.000000
15
+ default_npop = 101.000000
16
+ default_parsimony = 0.000505
17
+ default_topn = 7.000000
18
+ default_weightAddNode = 0.495629
19
+ default_weightDeleteNode = 0.652559
20
+ default_weightDoNothing = 0.094013
21
+ default_weightMutateConstant = 3.817843
22
+ default_weightMutateOperator = 0.686884
23
+ default_weightRandomize = 0.055272
24
+ default_weightSimplify = 0.003755
25
+ default_result = 0.135055
26
 
27
  def eureqa(X=None, y=None, threads=4,
28
  niterations=20,