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

simplify

parent 833ad037
No related branches found
No related tags found
No related merge requests found
Pipeline #21275 passed
......@@ -204,7 +204,7 @@ 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` can be inspected and be plotted with `learner.plot()`.
That also means that as the calculation is in progress `learner.data` 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