MilesCranmer commited on
Commit
2c4e49b
1 Parent(s): 264e1c4

Fix docstring for annealing

Browse files
Files changed (1) hide show
  1. pysr/sr.py +1 -1
pysr/sr.py CHANGED
@@ -316,7 +316,7 @@ class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
316
  Initial temperature for simulated annealing
317
  (requires :param`annealing` to be `True`).
318
 
319
- annealing : bool, default=True
320
  Whether to use annealing.
321
 
322
  early_stop_condition : { float | str }, default=None
 
316
  Initial temperature for simulated annealing
317
  (requires :param`annealing` to be `True`).
318
 
319
+ annealing : bool, default=False
320
  Whether to use annealing.
321
 
322
  early_stop_condition : { float | str }, default=None