[tune] Implement BOHB (#5382)

This commit is contained in:
Lisa Dunlap
2019-08-13 12:32:07 -07:00
committed by Richard Liaw
parent 79949fb8a0
commit b7d0733362
12 changed files with 519 additions and 30 deletions
+5
View File
@@ -109,3 +109,8 @@ $SUPPRESS_OUTPUT docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE}
$SUPPRESS_OUTPUT docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
python /ray/python/ray/tune/examples/skopt_example.py \
--smoke-test
# uncomment once statsmodels is updated.
# $SUPPRESS_OUTPUT docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
# python /ray/python/ray/tune/examples/bohb_example.py \
# --smoke-test