Skip to content

Commit

Permalink
Fix docs for weight_swap_operands
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Mar 24, 2024
1 parent 483a19a commit 564993f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysr/sr.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
Default is `0.47`.
weight_swap_operands : float
Relative likehood for swapping operands in binary operators.
Default is `0.0`.
Default is `0.1`.
weight_randomize : float
Relative likelihood for mutation to completely delete and then
randomly generate the equation
Expand Down

0 comments on commit 564993f

Please sign in to comment.