MilesCranmer commited on
Commit
564993f
1 Parent(s): 483a19a

Fix docs for `weight_swap_operands`

Browse files
Files changed (1) hide show
  1. pysr/sr.py +1 -1
pysr/sr.py CHANGED
@@ -388,7 +388,7 @@ class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
388
  Default is `0.47`.
389
  weight_swap_operands : float
390
  Relative likehood for swapping operands in binary operators.
391
- Default is `0.0`.
392
  weight_randomize : float
393
  Relative likelihood for mutation to completely delete and then
394
  randomly generate the equation
 
388
  Default is `0.47`.
389
  weight_swap_operands : float
390
  Relative likehood for swapping operands in binary operators.
391
+ Default is `0.1`.
392
  weight_randomize : float
393
  Relative likelihood for mutation to completely delete and then
394
  randomly generate the equation