facebookresearch / nevergrad

A Python toolbox for performing gradient-free optimization
https://facebookresearch.github.io/nevergrad/
MIT License
3.92k stars 352 forks source link

Adding Pytorch/Tensorflow/Scikit-learn hyperparameter tuning problems #618

Open teytaud opened 4 years ago

teytaud commented 4 years ago

We have real-world problems, based on MLDA or optical properties (ARCoating, Photonics).

We might want to include the hyperparameter tuning of Pytorch or Tensorflow or Scikit-learn models.

This can be done by reproducing the structure of e.g. ARCoating.

teytaud commented 4 years ago

This is done for Scikit-Learn (though it could be bigger).