MilesCranmer commited on
Commit
60c3279
1 Parent(s): 367ba80

Fix incorrect default in docs

Browse files
Files changed (1) hide show
  1. docs/options.md +1 -1
docs/options.md CHANGED
@@ -96,7 +96,7 @@ you want `pysr` to use.
96
 
97
  ## Populations
98
 
99
- By default, `populations=100`, but you can set a different
100
  number of populations with this option.
101
  More populations may increase
102
  the diversity of equations discovered, though will take longer to train.
 
96
 
97
  ## Populations
98
 
99
+ By default, `populations=15`, but you can set a different
100
  number of populations with this option.
101
  More populations may increase
102
  the diversity of equations discovered, though will take longer to train.