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 881a2d3 commit efb46f1Copy full SHA for efb46f1
docs/source/tutorial/tutorial.Learner1D.md
@@ -124,7 +124,7 @@ The `Learner1D` can be used for such functions:
124
125
```{code-cell} ipython3
126
learner = adaptive.Learner1D(f_levels, bounds=(-1, 1))
127
-runner = adaptive.Runner(learner, loss_goal=0.01) # continue until `learner.loss()<=1`
+runner = adaptive.Runner(learner, loss_goal=0.01) # continue until `learner.loss()<=0.01`
128
```
129
130
0 commit comments