MOE
by Community
A global, black box optimization engine for real world metric optimization.
OSS
MOE
Added 1 June 2026
Overview
MOE is a C++ black box optimization engine for tuning real world metrics. It uses Bayesian optimization to find optimal configurations with minimal evaluations.
Best for
Best for
Developers needing a fast, embeddable optimizer for metric-driven tuning tasks
Use cases
- Optimizing hyperparameters for machine learning models
- Tuning latency or throughput in distributed systems
- Maximizing conversion rates in A/B testing experiments
Notes
MOE is a C++ black box optimization engine for tuning real world metrics. It uses Bayesian optimization to find optimal configurations with minimal evaluations.
1,320 stars on GitHub. Last updated 2023-03-24.
Use cases
- Optimizing hyperparameters for machine learning models
- Tuning latency or throughput in distributed systems
- Maximizing conversion rates in A/B testing experiments
Pros
- Proven Bayesian optimization approach for efficient search
- Lightweight C++ implementation with no external dependencies
- Active community with over 1300 stars on GitHub
Cons
- Limited to black box optimization, not a general observability platform
- No built-in visualization or dashboarding
- Requires manual integration with existing monitoring pipelines
Indexed from awesome-llmops and enriched against its public facts.
Pros
- Proven Bayesian optimization approach for efficient search
- Lightweight C++ implementation with no external dependencies
- Active community with over 1300 stars on GitHub
Cons
- Limited to black box optimization, not a general observability platform
- No built-in visualization or dashboarding
- Requires manual integration with existing monitoring pipelines
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
PyTorch
Community
Tensors and Dynamic neural networks in Python with strong GPU acceleration
TensorFlow
Community
An Open Source Machine Learning Framework for Everyone
scikit-learn
Community
scikit-learn: machine learning in Python
XGBoost
Community
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and D