MilesCranmer commited on
Commit
b5e01fa
1 Parent(s): 76f0b3f

docs: add back `turbo` to default long example

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -287,7 +287,7 @@ model = PySRRegressor(
287
  # ^ Higher precision calculations.
288
  warm_start=True,
289
  # ^ Start from where left off.
290
- bumper=True,
291
  # ^ Faster evaluation (experimental)
292
  extra_sympy_mappings={"cos2": lambda x: sympy.cos(x)**2},
293
  # extra_torch_mappings={sympy.cos: torch.cos},
 
287
  # ^ Higher precision calculations.
288
  warm_start=True,
289
  # ^ Start from where left off.
290
+ turbo=True,
291
  # ^ Faster evaluation (experimental)
292
  extra_sympy_mappings={"cos2": lambda x: sympy.cos(x)**2},
293
  # extra_torch_mappings={sympy.cos: torch.cos},