[tune] Add command line support for choosing early stopping schedulers (#1209)

* command line support

* add checkpoint freq

* fix other flags

* fix

* docs

* doc
This commit is contained in:
Eric Liang
2017-11-12 12:05:18 -08:00
committed by Richard Liaw
parent afdc87323f
commit 7c38f964b7
11 changed files with 218 additions and 101 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ class HyperBandScheduler(FIFOScheduler):
and band and will spill over to new brackets/bands accordingly.
"""
def __init__(self, max_iter, eta=3):
def __init__(self, max_iter=200, eta=3):
"""
args:
max_iter (int): maximum iterations per configuration