We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2176208 commit cf0ab59Copy full SHA for cf0ab59
docs/source/reference/adaptive.runner.extras.rst
@@ -1,6 +1,17 @@
1
Runner extras
2
=============
3
4
+Stopping Criteria
5
+-----------------
6
+
7
+Runners allow you to specify the stopping criterion by providing
8
+a ``goal`` as a function that takes the learner and returns a boolean: ``False``
9
+for "continue running" and ``True`` for "stop". This gives you a lot of flexibility
10
+for defining your own stopping conditions, however we also provide some common
11
+stopping conditions as a convenience.
12
13
+.. autofunction:: adaptive.runner.stop_after
14
15
Simple executor
16
---------------
17
0 commit comments