MOE
Enrichment pendingA global, black box optimization engine for real world metric optimization.
GraphCanon updated today · GitHub synced today
Trust & integrity
Full report- Maintenance
- Archived (1205d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Organization account
- As of today · Source: github_public_v1
- Security (OSV)
- 15 low (15 low)
- As of today · Source: osv@v1
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Overview
A global, black box optimization engine for real world metric optimization.
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Jul 11, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Jul 11, 2026
- Languages
- c++
Source: github.language · Jul 11, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 11, 2026)
[9]: http://yelp.github.io/MOE/moe.optimal_learning.python.python_version.htmlSource link
Tags
README
Install in docker:
This is the recommended way to run the MOE REST server. All dependencies and building is done automatically and in an isolated container.
Docker (http://docs.docker.io/) is a container based virtualization framework. Unlike traditional virtualization Docker is fast, lightweight and easy to use. Docker allows you to create containers holding all the dependencies for an application. Each container is kept isolated from any other, and nothing gets shared.
$ docker pull yelpmoe/latest # You can also pull specific versions like yelpmoe/v0.1.0
$ docker run -p 6543:6543 yelpmoe/latest
If you are on OSX, or want a build based on the current master branch you may need to build this manually.
$ git clone https://github.com/Yelp/MOE.git
$ cd MOE
$ docker build -t moe_container .
$ docker run -p 6543:6543 moe_container
The webserver and REST interface is now running on port 6543 from within the container. http://localhost:6543
Install from source:
License
MOE is licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0