Yelp / MOE

A global, black box optimization engine for real world metric optimization.
Other
1.31k stars 139 forks source link

[Python] make covariance type selectable from the REST interface #379

Open suntzu86 opened 10 years ago

suntzu86 commented 10 years ago

BLOCKED BY: #378

After #378 makes it so that you can select covariance types through the Python interface, we should make this feature accessible through the REST interface.

  1. set up cpp_wrappers/covariance.py python functions for each exposed C++ covariance fcn
  2. set up linkers, constants, etc. to make these selectable and buildable through the REST interface
  3. check that we do not assume square exponential anywhere in the REST interface, tests, etc.