Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
bb3bc5e
1
Parent(s):
1ced8cb
Turn off mistakenly-activated annealing
Browse files- pysr/sr.py +1 -1
pysr/sr.py
CHANGED
@@ -633,7 +633,7 @@ class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
|
|
633 |
use_frequency=True,
|
634 |
use_frequency_in_tournament=True,
|
635 |
alpha=0.1,
|
636 |
-
annealing=
|
637 |
early_stop_condition=None,
|
638 |
ncyclesperiteration=550,
|
639 |
fraction_replaced=0.000364,
|
|
|
633 |
use_frequency=True,
|
634 |
use_frequency_in_tournament=True,
|
635 |
alpha=0.1,
|
636 |
+
annealing=False,
|
637 |
early_stop_condition=None,
|
638 |
ncyclesperiteration=550,
|
639 |
fraction_replaced=0.000364,
|