We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17650f1 commit 8fc4db7Copy full SHA for 8fc4db7
docs/source/tutorial/tutorial.Learner1D.md
@@ -63,8 +63,8 @@ On Windows systems the runner will use a {class}`loky.get_reusable_executor`.
63
A {class}`~concurrent.futures.ProcessPoolExecutor` cannot be used on Windows for reasons.
64
65
```{code-cell} ipython3
66
-# The end condition is when the "loss" is less than 0.1. In the context of the
67
-# 1D learner this means that we will resolve features in 'func' with width 0.1 or wider.
+# The end condition is when the "loss" is less than 0.01. In the context of the
+# 1D learner this means that we will resolve features in 'func' with width 0.01 or wider.
68
runner = adaptive.Runner(learner, goal=0.01)
69
```
70
0 commit comments