botorchEasy Playground

Bayesian optimization on PyTorch using GPyTorch

Getting started with botorchRun locally
Install
pip install botorch
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: botorch)

botorch is a third-party package. Bayesian optimization on PyTorch using GPyTorch. Install with: pip install botorch

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?