Skip to content

Commit efb46f1

Browse files
basnijholtjbweston
andauthored
Fix loss in tutorial
Co-authored-by: Joseph Weston <[email protected]>
1 parent 881a2d3 commit efb46f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorial/tutorial.Learner1D.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The `Learner1D` can be used for such functions:
124124

125125
```{code-cell} ipython3
126126
learner = adaptive.Learner1D(f_levels, bounds=(-1, 1))
127-
runner = adaptive.Runner(learner, loss_goal=0.01) # continue until `learner.loss()<=1`
127+
runner = adaptive.Runner(learner, loss_goal=0.01) # continue until `learner.loss()<=0.01`
128128
```
129129

130130
```{code-cell} ipython3

0 commit comments

Comments
 (0)