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 3395635 commit 257c469Copy full SHA for 257c469
adaptive/runner.py
@@ -738,6 +738,7 @@ def simple(learner, goal):
738
The end condition for the calculation. This function must take the
739
learner as its sole argument, and return True if we should stop.
740
"""
741
+ goal = auto_goal(goal, learner)
742
while not goal(learner):
743
xs, _ = learner.ask(1)
744
for x in xs:
0 commit comments