This repository was archived by the owner on May 13, 2025. It is now read-only.
- Features
- Added startup message to REST server including tips for OSX users (#400)
- Added GPU support to
cpp_wrappers.expected_improvement.multistart_expected_improvement_optimization
; requiresmax_num_threads == 1
until future multi-GPU support (#368) - Added the COBYLA optimizer to the expected improvement optimization class. (#370)
- OptimizerParameter struct members now directly readable/writeable from Python; added EqualityComparisonMixin (#138)
- C++ GradientDescentParameters object now stores
num_steps_averaged
(but does not use it yet) (#391) - conda build system for MOE (#417)
- Changes
- Switched from
testify
topy.test
- http://pytest.org/ (#36) - [cleanup] Moved bandits into their own sub directories (#375)
- Supply PYTHON_LIBRARY and PYTHON_INCLUDE_DIR vars to cmake automatically in
setup.py
(#412) - Added warning when colander version is out of date (#413)
- Switched from
- Bugs