Ross ROSS = Recommend OSS · open-source software intelligence for agents

bayesian-optimization/BayesianOptimization

A Python implementation of global optimization with gaussian processes. observed · 2026-08-28

github.com/bayesian-optimization/BayesianOptimization · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

90/100

  • Activity 98
  • Release rhythm 74
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 32
  • age_days: 4471
  • days_rel: 95
  • days_push: 12
  • n_releases_24m: 12

Full methodology

Adoption not part of the score

8696 stars · 1601 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A pure Python library implementing Bayesian global optimization using Gaussian processes. It finds the maximum of expensive, unknown black-box functions in as few iterations as possible by balancing exploration and exploitation.

Use cases

  • optimize expensive black-box functions with few evaluations
  • tune machine learning model hyperparameters
  • find optimal parameters for costly simulations or experiments
  • balance exploration and exploitation in parameter search
  • maximize an unknown function using gaussian processes

When to choose

  • function evaluations are expensive (minutes to hours each)
  • the objective function is a black box without gradients
  • you need sample-efficient global optimization in Python

When to avoid

  • the function is cheap to evaluate (use standard optimizers instead)
  • the problem is high-dimensional with many parameters
  • you need gradient-based optimization with differentiable objectives

Facets

library · maturity stable

machine-learning math data-science machine-learning data-science python cross-platform bayesian-optimization gaussian-processes hyperparameter-tuning global-optimization algorithms

2 sources

Member repositories

RepositoryRoleHealth v2
bayesian-optimization/BayesianOptimizationmain90

For agents

markdown · JSON · MCP: product_card(name="bayesian-optimization/BayesianOptimization")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem