README.md
setup.py
hyperdock/__init__.py
hyperdock/version.py
hyperdock.egg-info/PKG-INFO
hyperdock.egg-info/SOURCES.txt
hyperdock.egg-info/dependency_links.txt
hyperdock.egg-info/entry_points.txt
hyperdock.egg-info/requires.txt
hyperdock.egg-info/top_level.txt
hyperdock/common/__init__.py
hyperdock/common/config.py
hyperdock/common/experiment.py
hyperdock/common/stability.py
hyperdock/common/trialqueue.py
hyperdock/common/utils.py
hyperdock/common/workqueue.py
hyperdock/common/notification/__init__.py
hyperdock/common/notification/pushover.py
hyperdock/common/notification/service.py
hyperdock/common/notification/slack.py
hyperdock/supervisor/__init__.py
hyperdock/supervisor/main.py
hyperdock/supervisor/supervisor.py
hyperdock/supervisor/search/__init__.py
hyperdock/supervisor/search/grid.py
hyperdock/supervisor/search/search.py
hyperdock/worker/__init__.py
hyperdock/worker/main.py
hyperdock/worker/worker.py
tests/__init__.py
tests/hyperdock_basetest.py
tests/common/__init__.py
tests/common/mockexperiment.py
tests/common/test_config.py
tests/common/test_experiment.py
tests/common/test_stability.py
tests/common/test_trialsqueue.py
tests/common/test_utils.py
tests/common/test_workqueue.py
tests/common/notification/__init__.py
tests/common/notification/test_init.py
tests/common/notification/test_pushover.py
tests/common/notification/test_service.py
tests/common/notification/test_slack.py
tests/supervisor/__init__.py
tests/supervisor/test_supervisor.py
tests/supervisor/search/__init__.py
tests/supervisor/search/test_grid.py
tests/supervisor/search/test_search.py
tests/worker/__init__.py
tests/worker/test_worker.py