You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: