[tune] Cross-Framework Compatibility (#2646)

This commit is a first pass at restructuring the Trial execution logic to support running on multiple frameworks.
This commit is contained in:
joyyoj
2018-08-22 10:55:45 -07:00
committed by Richard Liaw
parent fbe6c59f72
commit 38867eea4e
12 changed files with 680 additions and 340 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ class TuneServerSuite(unittest.TestCase):
self.assertEqual(len(all_trials), 2)
def testStopTrial(self):
"""Check if Stop Trial works"""
"""Check if Stop Trial works."""
runner, client = self.basicSetup()
for i in range(2):
runner.step()