From 5979f29cf27e7e6932f730794175ba43a5694643 Mon Sep 17 00:00:00 2001 From: Bas Nijholt <basnijholt@gmail.com> Date: Fri, 13 Sep 2019 17:14:37 +0200 Subject: [PATCH] simplify --- paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper.md b/paper.md index 7b99108..e2ce98b 100755 --- a/paper.md +++ b/paper.md @@ -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 ... -- GitLab