MilesCranmer commited on
Commit
71b55ac
1 Parent(s): 948a760

Cut frequency of simplification 1/5x

Browse files
Files changed (1) hide show
  1. pysr/sr.py +1 -1
pysr/sr.py CHANGED
@@ -121,7 +121,7 @@ def pysr(
121
  weightMutateConstant=10,
122
  weightMutateOperator=1,
123
  weightRandomize=1,
124
- weightSimplify=0.01,
125
  perturbationFactor=1.0,
126
  extra_sympy_mappings=None,
127
  extra_torch_mappings=None,
 
121
  weightMutateConstant=10,
122
  weightMutateOperator=1,
123
  weightRandomize=1,
124
+ weightSimplify=0.002,
125
  perturbationFactor=1.0,
126
  extra_sympy_mappings=None,
127
  extra_torch_mappings=None,