MilesCranmer commited on
Commit
d2d05bb
1 Parent(s): 9d4c050

Update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ Uses regularized evolution and simulated annealing.
8
  You can either call the program using `eureqa` from `eureqa.py`,
9
  or execute the program from the command line with, for example:
10
  ```bash
11
- python eureqa.py --threads 8 --binary-operators plus mult
12
  ```
13
 
14
  Here is the full list of arguments:
 
8
  You can either call the program using `eureqa` from `eureqa.py`,
9
  or execute the program from the command line with, for example:
10
  ```bash
11
+ python eureqa.py --threads 8 --binary-operators plus mult pow --npop 200
12
  ```
13
 
14
  Here is the full list of arguments: