MilesCranmer commited on
Commit
fd47de5
1 Parent(s): 89e7425

Fix parameter name in docs

Browse files
Files changed (1) hide show
  1. docs/options.md +2 -2
docs/options.md CHANGED
@@ -10,7 +10,7 @@ may find useful include:
10
  - `populations`
11
  - `weights`
12
  - `maxsize`, `maxdepth`
13
- - `batching`, `batchSize`
14
  - `variable_names` (or pandas input)
15
  - Constraining operator complexity
16
  - LaTeX, SymPy
@@ -126,7 +126,7 @@ This specifies that maxsize increases every `warmupMaxsize`.
126
 
127
  ## Batching
128
  One can turn on mini-batching, with the `batching` flag,
129
- and control the batch size with `batchSize`. This will make
130
  evolution faster for large datasets. Equations are still evaluated
131
  on the entire dataset at the end of each iteration to compare to the hall
132
  of fame, but only on a random subset during mutations and annealing.
 
10
  - `populations`
11
  - `weights`
12
  - `maxsize`, `maxdepth`
13
+ - `batching`, `batch_size`
14
  - `variable_names` (or pandas input)
15
  - Constraining operator complexity
16
  - LaTeX, SymPy
 
126
 
127
  ## Batching
128
  One can turn on mini-batching, with the `batching` flag,
129
+ and control the batch size with `batch_size`. This will make
130
  evolution faster for large datasets. Equations are still evaluated
131
  on the entire dataset at the end of each iteration to compare to the hall
132
  of fame, but only on a random subset during mutations and annealing.