MilesCranmer commited on
Commit
6aa8f20
1 Parent(s): 327e651

Tell users they should set maxsize

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -61,9 +61,9 @@ which gives:
61
  What follows is the API reference for running the numpy interface.
62
  Note that most parameters here
63
  have been tuned with ~1000 trials over several example
64
- equations, so you don't need to tune them yourself.
65
  However, you should adjust `threads`, `niterations`,
66
- `binary_operators`, `unary_operators` to your requirements.
67
 
68
  The program will output a pandas DataFrame containing the equations,
69
  mean square error, and complexity. It will also dump to a csv
 
61
  What follows is the API reference for running the numpy interface.
62
  Note that most parameters here
63
  have been tuned with ~1000 trials over several example
64
+ equations, so you likely don't need to tune them yourself.
65
  However, you should adjust `threads`, `niterations`,
66
+ `binary_operators`, `unary_operators`, and `maxsize` to your requirements.
67
 
68
  The program will output a pandas DataFrame containing the equations,
69
  mean square error, and complexity. It will also dump to a csv