[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
+1
View File
@@ -10,5 +10,6 @@ RUN pip install -U h5py # Mutes FutureWarnings
RUN pip install --upgrade bayesian-optimization
RUN pip install --upgrade git+git://github.com/hyperopt/hyperopt.git
RUN pip install --upgrade sigopt
# RUN pip install --upgrade nevergrad
RUN pip install --upgrade scikit-optimize
RUN conda install pytorch-cpu torchvision-cpu -c pytorch