Enterprise DNA
O Open Source Observability medium

MOE

by Community

A global, black box optimization engine for real world metric optimization.

M

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