LLNL / MuyGPyS

A fast, pure python implementation of the MuyGPs Gaussian process realization and training algorithm.
Other
23 stars 11 forks source link

All torch tests passing #144

Closed alecmdunton closed 1 year ago

alecmdunton commented 1 year ago

This PR addresses issues #119 and #103 - all references to _src code in the examples/muygps_torch module have been obscured, and the MuyGPs_layer and MultivariateMuyGPs_layer objects can now be constructed directly from MuyGPS and MultivariateMuyGPS objects, respectively.