YelpArchive/MOE
A global, black box optimization engine for real world metric optimization. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived no_license
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: n/a
- age_days: 4573
- days_rel: n/a
- days_push: 1258
- n_releases_24m: 0
Adoption not part of the score
1321 stars · 139 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
MOE (Metric Optimization Engine) is a global, black box optimization engine built by Yelp for optimizing expensive, time-consuming objective functions using Bayesian global optimization and optimal learning. It is written in C++ with a Python interface and REST API, and is ideal when function evaluations are costly, derivatives are unavailable, and a global optimum is sought.
Use cases
- optimize click-through rate via A/B tests without wasting traffic
- tune hyperparameters of a slow machine-learning model
- optimize engineering designs that require expensive simulations
- optimize parameters of costly real-world lab experiments
- find global optima of non-convex black-box functions with no derivatives
- minimize the number of expensive objective function evaluations
When to choose
- each evaluation of your objective function is expensive or slow (A/B tests, simulations, lab experiments)
- the objective is a black box with no gradients and possibly non-convex
- you want Bayesian optimization with historical data support
- you need a REST API for an optimization service
When to avoid
- your objective function is cheap to evaluate (use standard gradient-based or scipy optimizers)
- you need gradients or convex optimization guarantees
- you need actively maintained software with up-to-date dependencies (CI is broken, last release 2023)
- you need a pure-Python lightweight library
Facets
library · maturity maintenance
machine-learning benchmarking machine-learning data-science python cpp bayesian-optimization black-box-optimization optimal-learning hyperparameter-optimization rest-api algorithms docker linux macos
1 source
- readme: https://github.com/YelpArchive/MOE · fetched 2026-08-28 · c0a9d50bca15
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| YelpArchive/MOE | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem