MilesCranmer commited on
Commit
9f27d22
1 Parent(s): dcb0894

Hyperparams similar to previous found by hyperopt

Browse files
Files changed (1) hide show
  1. eureqa.py +3 -3
eureqa.py CHANGED
@@ -7,8 +7,8 @@ import pandas as pd
7
 
8
  # Dumped from hyperparam optimization
9
  default_alpha = 5
10
- default_fractionReplaced = 0.1
11
- default_fractionReplacedHof = 0.1
12
  default_npop = 200
13
  default_weightAddNode = 1
14
  default_weightInsertNode = 1
@@ -16,7 +16,7 @@ default_weightDeleteNode = 1
16
  default_weightMutateConstant = 10
17
  default_weightMutateOperator = 1
18
  default_weightRandomize = 1
19
- default_weightSimplify = 1
20
  default_weightDoNothing = 1
21
  default_result = 1
22
  default_topn = 10
 
7
 
8
  # Dumped from hyperparam optimization
9
  default_alpha = 5
10
+ default_fractionReplaced = 0.30
11
+ default_fractionReplacedHof = 0.05
12
  default_npop = 200
13
  default_weightAddNode = 1
14
  default_weightInsertNode = 1
 
16
  default_weightMutateConstant = 10
17
  default_weightMutateOperator = 1
18
  default_weightRandomize = 1
19
+ default_weightSimplify = 0.1
20
  default_weightDoNothing = 1
21
  default_result = 1
22
  default_topn = 10