Yelp / MOE

A global, black box optimization engine for real world metric optimization.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add healthcheck

suntzu86 opened this issue · comments

MOE currently has no healthcheck, let's add one.

Things to consider:

  • pyramid multithreaded by default? don't want healthcheck to fail b/c machine is busy doing heavy optimization work
  • should health check import the C++ library (and maybe even call a DoNothing() fcn) to ensure that the import/linking is working properly? Extra overhead should be nothing.