mirror of
https://github.com/wassname/ray.git
synced 2026-07-20 12:40:20 +08:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user