Skip to content

Commit ea9ee07

Browse files
authored
add runner.live_plot() in README example
1 parent c92e30b commit ea9ee07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Adaptively learning a 1D function (the `gif` below) and live-plotting the proces
7676
learner = Learner1D(peak, bounds=(-1, 1))
7777
runner = Runner(learner, goal=lambda l: l.loss() < 0.01)
7878
runner.live_info()
79+
runner.live_plot()
7980
8081
8182
.. raw:: html

0 commit comments

Comments
 (0)