From 476f57325e01b3aa2160d1a046106ed5b7236dde Mon Sep 17 00:00:00 2001 From: Miles Cranmer Date: Sat, 15 Jun 2024 06:36:31 +0900 Subject: [PATCH] docs: add back `turbo` to default long example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ee07b0b9..67493c28d 100644 --- a/README.md +++ b/README.md @@ -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},