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 8fc4db7 commit 3e68f44Copy full SHA for 3e68f44
adaptive/runner.py
@@ -903,8 +903,8 @@ def auto_goal(
903
If it is None, and
904
- the learner type is `adaptive.SequenceLearner`, it continues until
905
it no more points to add
906
- - the learner type is `adaptive.Integrator`, it continues until the
907
- error is less than the tolerance.
+ - the learner type is `adaptive.IntegratorLearner`, it continues until the
+ error is less than the tolerance specified in the learner.
908
- otherwise, it continues forever, unless `allow_running_forever` is
909
False, in which case it raises a ValueError.
910
learner
0 commit comments