[tune] Add BayesOpt (#3864)

Adds BayesOpt as a Tune suggestion algorithm.
This commit is contained in:
Peter Schafhalter
2019-01-31 16:54:17 -08:00
committed by Richard Liaw
parent d3551dd8df
commit 62a0a7bdc7
6 changed files with 193 additions and 0 deletions
@@ -354,6 +354,10 @@ docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
python /ray/python/ray/tune/examples/hyperopt_example.py \
--smoke-test
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
python /ray/python/ray/tune/examples/bayesopt_example.py \
--smoke-test
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
python /ray/python/ray/tune/examples/tune_mnist_keras.py \
--smoke-test