botorch — Easy Playground
Bayesian optimization on PyTorch using GPyTorch
Getting started with botorchRun locally
Install
pip install botorchPython 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?