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 d1d41cd commit 2082bc1Copy full SHA for 2082bc1
autoPyTorch/core/hpbandster_extensions/run_with_time.py
@@ -30,7 +30,6 @@ def run_with_time(self, runtime=1, n_iterations=float("inf"), min_n_workers=1, i
30
self.thread_cond.acquire()
31
32
start_time = time.time()
33
- n_iterations -= len(self.iterations) # in the case of a initial design iteration
34
kill = False
35
while True:
36
if (not kill and runtime < time.time() - start_time):
0 commit comments