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 19bd9b3 commit a46481eCopy full SHA for a46481e
adaptive/runner.py
@@ -1023,7 +1023,8 @@ def auto_goal(
1023
``start_time + duration``. ``duration`` can be a number
1024
indicating the number of seconds.
1025
learner
1026
- Learner for which to determine the goal.
+ Learner for which to determine the goal. Only used if the learner type
1027
+ is `BalancingLearner`, `DataSaver`, `SequenceLearner`, or `IntegratorLearner`.
1028
allow_running_forever
1029
If True, and the goal is None and the learner is not a SequenceLearner,
1030
then a goal that never stops is returned, otherwise an exception is raised.
0 commit comments