MilesCranmer commited on
Commit
b7b7f87
1 Parent(s): c54eed1

Fix README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -99,7 +99,7 @@ model = PySRRegressor(
99
  loss="loss(x, y) = (x - y)^2", # Custom loss function (julia syntax)
100
  )
101
  ```
102
- This will set up the model for 5 iterations of the search code, which contains hundreds of thousands of mutations and equation evaluations.
103
 
104
  Let's train this model on our dataset:
105
  ```python
 
99
  loss="loss(x, y) = (x - y)^2", # Custom loss function (julia syntax)
100
  )
101
  ```
102
+ This will set up the model for 40 iterations of the search code, which contains hundreds of thousands of mutations and equation evaluations.
103
 
104
  Let's train this model on our dataset:
105
  ```python