This repository was archived by the owner on May 13, 2025. It is now read-only.
v0.2.0
- Features
- Changes
- Split up old
schemas.pyfile intoschemas/directory with several subfiles (#291) - Improved Dockerfile, reducing Docker-based install times substantially, https://hub.docker.com/u/yelpmoe/ (#332)
- Created
min_reqsdocker container which is a snapshot of all MOE third-party requirements - Created
latest, which tracks the latest MOE build - Started releasing docker containers for each tagged MOE release (currently just
v0.1.0)
- Created
GradientDescentOptimization(C++) no longer has a separatenext_pointsoutput (#186)- LogLikelihood evaluate at point list and latin hypercube search now return status dicts like every other optimizer (#189)
- status dicts also a little more informative/standardized now
- Update C++ autodoc tools to handle the new
gpudirectory (#353) - Added
__version__tomoe/__init__.py(#353)
- Split up old
- Bugs