MilesCranmer commited on
Commit
282a715
1 Parent(s): 465f35e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -237,6 +237,8 @@ model = PySRRegressor(
237
  # ^ Higher precision calculations.
238
  warm_start=True,
239
  # ^ Start from where left off.
 
 
240
  julia_project=None,
241
  # ^ Can set to the path of a folder containing the
242
  # "SymbolicRegression.jl" repo, for custom modifications.
 
237
  # ^ Higher precision calculations.
238
  warm_start=True,
239
  # ^ Start from where left off.
240
+ turbo=True,
241
+ # ^ Faster evaluation (experimental)
242
  julia_project=None,
243
  # ^ Can set to the path of a folder containing the
244
  # "SymbolicRegression.jl" repo, for custom modifications.