optuna / optuna-examples

Examples for https://github.com/optuna/optuna
MIT License
674 stars 176 forks source link

Use BoTorch 0.8 or higher #185

Closed nzw0301 closed 1 year ago

nzw0301 commented 1 year ago

Motivation

Optuna supports botorch 0.8.*, so the example also should works with it too.

Description of the changes

Note that python 3.7 doesn't use BoTorch 0.8 and PyTorch 2.* since both have dropped python 3.7 support.