[tune] Add Nevergrad to Tune (#3985)

This commit is contained in:
Adi Zimmerman
2019-02-12 11:00:04 -08:00
committed by Richard Liaw
parent c523bc04ad
commit dac1969647
7 changed files with 183 additions and 2 deletions
@@ -362,6 +362,11 @@ docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} -e SIGOPT_KEY $DO
python /ray/python/ray/tune/examples/sigopt_example.py \
--smoke-test
# Runs only on Python3
# docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
# python /ray/python/ray/tune/examples/nevergrad_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