Browse code

add `runner.live_plot()` in README example

Bas Nijholt authored on 13/08/2020 17:24:35 • GitHub committed on 13/08/2020 17:24:35
Showing 1 changed files
... ...
@@ -76,6 +76,7 @@ Adaptively learning a 1D function (the `gif` below) and live-plotting the proces
76 76
     learner = Learner1D(peak, bounds=(-1, 1))
77 77
     runner = Runner(learner, goal=lambda l: l.loss() < 0.01)
78 78
     runner.live_info()
79
+    runner.live_plot()
79 80
 
80 81
 
81 82
 .. raw:: html