Skip to content

Commit

Permalink
Fix parameter name in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed May 29, 2022
1 parent 89e7425 commit fd47de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ may find useful include:
- `populations`
- `weights`
- `maxsize`, `maxdepth`
- `batching`, `batchSize`
- `batching`, `batch_size`
- `variable_names` (or pandas input)
- Constraining operator complexity
- LaTeX, SymPy
Expand Down Expand Up @@ -126,7 +126,7 @@ This specifies that maxsize increases every `warmupMaxsize`.

## Batching
One can turn on mini-batching, with the `batching` flag,
and control the batch size with `batchSize`. This will make
and control the batch size with `batch_size`. This will make
evolution faster for large datasets. Equations are still evaluated
on the entire dataset at the end of each iteration to compare to the hall
of fame, but only on a random subset during mutations and annealing.
Expand Down

0 comments on commit fd47de5

Please sign in to comment.