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

facebook/Ax

Adaptive Experimentation Platform observed · 2026-08-28

github.com/facebook/Ax · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

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

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

  • gap_med: 29
  • age_days: 2762
  • days_rel: 85
  • days_push: 14
  • n_releases_24m: 14

Full methodology

Adoption not part of the score

2792 stars · 378 forks observed · 2026-08-28

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

Ax is a Python platform for adaptive experimentation that uses machine learning (Bayesian and bandit optimization via BoTorch) to efficiently explore parameter spaces and find optimal configurations. It manages, automates, and deploys experiments with support for complex search spaces, multiple objectives, constraints, noisy observations, and production-grade storage.

Use cases

  • tune hyperparameters for machine learning models
  • run A/B tests with multi-armed bandit allocation
  • optimize expensive simulations with few evaluations
  • find optimal compiler flags or infrastructure magic numbers
  • multi-objective optimization with parameter and outcome constraints
  • tune engineering design parameters
  • run parallel and asynchronous optimization trials

When to choose

  • evaluations are expensive or limited so random/grid search is wasteful
  • you need Bayesian optimization with state-of-the-art algorithms out of the box
  • you need multi-objective, constrained, or noisy optimization
  • you want production-ready experiment management with MySQL storage and automation

When to avoid

  • your objective function is cheap to evaluate and simple grid or random search suffices
  • you need a lightweight single-purpose hyperparameter tuner like Optuna
  • you are not working in Python or cannot take on PyTorch/BoTorch dependencies
  • you need real-time streaming optimization rather than iterative trials

Facets

library · maturity active

machine-learning benchmarking data-science sdk machine-learning artificial-intelligence data-science developer-tools python windows cross-platform bayesian-optimization hyperparameter-tuning ab-testing bandit-optimization adaptive-experimentation experimental-design botorch multi-objective-optimization algorithms linux macos

10 sources

Member repositories

RepositoryRoleHealth v2
facebook/Axmain95

For agents

markdown · JSON · MCP: product_card(name="facebook/Ax")

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