bayesian_optimization

command
v0.0.0-...-140e820 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 4, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package main demonstrates Bayesian Optimization for hyperparameter tuning.

Bayesian Optimization is a powerful technique for finding optimal hyperparameters efficiently. It uses a probabilistic surrogate model to guide the search, balancing exploration of unknown regions with exploitation of known good configurations.

This example shows:

  • Setting up a search space with different parameter types
  • Defining an objective function (simulated agent performance)
  • Running optimization with different acquisition functions
  • Analyzing optimization results and convergence

Run with: go run bayesian_optimization_example.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL