-
Features
- Added startup message to REST server including tips for OSX users (#400)
-
Changes
- [cleanup] Moved bandits into their own sub directories (#375)
-
Bugs
SHA: ab6f959c11a0cacbed6dad618fe6ffed71092116
-
Features
- Implemented BLA (Bayesian Learning Automaton). (#373)
- Connected GPU functions to multistart gradient descent optimizer. (#270)
-
Changes
-
Bugs
- variance in a sample arm was dropped in _make_bandit_historical_info_from_params. (#385)
- SampleArm's add and str were broken. (#387)
SHA: 8201917e3f9b47b8edd8039ea3278ef8631b0f2a
-
Features
- Added multi-armed bandit endpoint. (#255)
- Implemented epsilon-greedy. (#255)
- Implemented epsilon-first. (#335)
- Implemented UCB1. (#354)
- Implemented UCB1-tuned. (#366)
- Added support for the L-BFGS-B optimizer. (#296)
- Added GPU implementation for q,p-EI and its gradient computation. (#219)
- Speed up GPU functions by redesign of memory allocation. (#297)
- Added multi-armed bandit endpoint. (#255)
-
Changes
- Split up old
schemas.py
file intoschemas/
directory with several subfiles (#291) - Improved Dockerfile, reducing Docker-based install times substantially, https://hub.docker.com/u/yelpmoe/ (#332)
- Created
min_reqs
docker 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_points
output (#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
gpu
directory (#353) - Added
__version__
tomoe/__init__.py
(#353)
- Split up old
-
Bugs
- Throw exceptions (C++) if
num_multistarts
ornum_random_samples
is 0 (#345) combined_example
endpoint was not passingkwargs
through so users could not change the default server (#356)- fix sometimes dropped general
kwargs
(#358)
- fix sometimes dropped general
mean_var_of_gp_from_historic_data
was also not passingkwargs
(#359)
- Throw exceptions (C++) if
SHA: 5fef1d242cc8b6e0d6443522f8ba73ba743607de
-
Features
- initial open source release