Built-in [GPSampler] from Optuna — a Gaussian-process Bayesian optimizer.
- Highlights: a BoTorch-free GP baseline that stays inside the Optuna ecosystem.
- Good for: continuous-heavy spaces with expensive evaluations.
- Dependencies:
optuna, scipy, torch.
- A drop-in alternative to scikit-optimize.