facebook/Ax
Adaptive Experimentation Platform 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
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
- readme: https://github.com/facebook/Ax · fetched 2026-08-28 · fc9da1531d4c
- homepage: https://ax.dev · fetched 2026-08-29 · 7494b2771b65
- site_page: https://ax.dev/docs/tutorials/quickstart · fetched 2026-08-29 · a23b2b6a877f
- site_page: https://ax.dev/docs/why-ax · fetched 2026-08-29 · 558a6b64ee2a
- site_page: https://ax.dev/docs/next/why-ax · fetched 2026-08-29 · 0c27b5f3225d
- site_page: https://ax.dev/docs/1.2.4/why-ax · fetched 2026-08-29 · 2249ce22a11c
- site_page: https://ax.dev/docs/1.1.2/why-ax · fetched 2026-08-29 · 6b50d899f026
- site_page: https://ax.dev/docs/1.0.0/why-ax · fetched 2026-08-29 · 0e77326adb28
- site_page: https://ax.dev/docs/0.5.0/why-ax · fetched 2026-08-29 · df0a70db138d
- site_page: https://ax.dev/docs/installation · fetched 2026-08-29 · 79380dd03918
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| facebook/Ax | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem