Skip to content

Commit

Permalink
docs: add back turbo to default long example
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer authored Jun 14, 2024
1 parent bc45e58 commit 476f573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ model = PySRRegressor(
# ^ Higher precision calculations.
warm_start=True,
# ^ Start from where left off.
bumper=True,
turbo=True,
# ^ Faster evaluation (experimental)
extra_sympy_mappings={"cos2": lambda x: sympy.cos(x)**2},
# extra_torch_mappings={sympy.cos: torch.cos},
Expand Down

0 comments on commit 476f573

Please sign in to comment.