Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
53c6b2a
1
Parent(s):
4b48961
Update swap operands default
Browse files- pysr/sr.py +1 -1
pysr/sr.py
CHANGED
@@ -703,7 +703,7 @@ class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
|
|
703 |
weight_do_nothing: float = 0.21,
|
704 |
weight_mutate_constant: float = 0.048,
|
705 |
weight_mutate_operator: float = 0.47,
|
706 |
-
weight_swap_operands: float = 0.
|
707 |
weight_randomize: float = 0.00023,
|
708 |
weight_simplify: float = 0.0020,
|
709 |
weight_optimize: float = 0.0,
|
|
|
703 |
weight_do_nothing: float = 0.21,
|
704 |
weight_mutate_constant: float = 0.048,
|
705 |
weight_mutate_operator: float = 0.47,
|
706 |
+
weight_swap_operands: float = 0.1,
|
707 |
weight_randomize: float = 0.00023,
|
708 |
weight_simplify: float = 0.0020,
|
709 |
weight_optimize: float = 0.0,
|