OptunaHub / BoTorch Sampler

A Sampler using botorch library as the backend.

Package: samplers/botorch_sampler
Author: Optuna team
License: MIT License
Verified Optuna version: 3.6.1

Class or Function Names

Installation

pip install optuna-integration botorch

Example

from optuna_integration import BoTorchSampler
sampler = BoTorchSampler()

Others

See the documentation for more details.