Skip to content
Snippets Groups Projects
Commit 02522f26 authored by Bas Nijholt's avatar Bas Nijholt
Browse files

simplify

parent 5979f29c
No related branches found
No related tags found
No related merge requests found
Pipeline #21277 passed
......@@ -203,8 +203,8 @@ To do this automatically (recommended) and in parallel (by default on all cores
from adaptive import Runner
runner = Runner(learner, goal)
```
This will return immediately as the calculation happens in the background.
That also means that as the calculation is in progress `learner.data` plotted with `learner.plot()`.
This will return immediately because the calculation happens in the background.
That also means that as the calculation is in progress `learner.data` is accessible and plotted with `learner.plot()`.
Additionally, in a Jupyter notebook environment, one can call `runner.live_info()` to display useful information.
To change the loss function ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment