We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c92e30b + ea9ee07 commit 366ffa0Copy full SHA for 366ffa0
1 file changed
README.rst
@@ -76,6 +76,7 @@ Adaptively learning a 1D function (the `gif` below) and live-plotting the proces
76
learner = Learner1D(peak, bounds=(-1, 1))
77
runner = Runner(learner, goal=lambda l: l.loss() < 0.01)
78
runner.live_info()
79
+ runner.live_plot()
80
81
82
.. raw:: html
0 commit comments