piximi / autotuner

Hyperparameter search module for tensorflow.js
Other
1 stars 2 forks source link

implement GP update #2

Open moserle opened 4 years ago

moserle commented 4 years ago

Implement the update of the gaussian process after a new point was sampled. Currently the GP is constructed from stratch for any 'getNextPonit()' call. TODO: store the GP matrix/vectors and append the new kernel values any time a new point is sampled.