File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,14 @@ Runners allow you to specify the stopping criterion by providing
66a ` goal ` as a function that takes the learner and returns a boolean: ` False `
77for "continue running" and ` True ` for "stop". This gives you a lot of flexibility
88for defining your own stopping conditions, however we also provide some common
9- stopping conditions as a convenience.
9+ stopping conditions as a convenience. The ` adaptive.runner.auto_goal ` will
10+ automatically create a goal based on simple input types, e.g., an int means
11+ at least that many points are required and a float means that the loss has
12+ to become lower or equal to that float.
13+
14+ ``` {eval-rst}
15+ .. autofunction:: adaptive.runner.auto_goal
16+ ```
1017
1118``` {eval-rst}
1219.. autofunction:: adaptive.runner.stop_after
You can’t perform that action at this time.
0 commit comments