Jialei Wang

Results 5 issues of Jialei Wang

********\* PEOPLE ************* Primary reviewer: Reviewers: ********\* DESCRIPTION ************** Branch Name: jwang_445_install_pure_python_modules_only Ticket(s)/Issue(s): Closes #445 ********\* TESTING DONE ************* `make test` for both `MOE_NO_BUILD_CPP=True` and `MOE_NO_BUILD_CPP=False` Caveat: when `MOE_NO_BUILD_CPP=True`, unit...

It is not necessary for all users to compile C++ code, which sometimes is a headache to do on highly custom built systems. Currently you can specify env variable `MOE_NO_BUILD_CPP`...

Motivation: While stochastic gradient descent algorithm has tolerance to the noise coming from monte carlo estimation of gradient, the noise from estimation of EI has great impact to the performance...

P1 - Do now

As GPU functions living in C++ interface are finalized, we need to create python callers that let users access GPU functions.

P1 - Do now

This ticket is to set up PingTest for GPU computation in `gpp_expected_improvement_gpu_test.hpp/cpp`. To do that, we need to ensure EI and grad_EI calculation use the same sequence of random numbers.

testing
P4 - Nice to Have