LLNL / MuyGPyS

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

Need `DistortionModel`s to take metric functions (instead of strings) #137

Closed bwpriest closed 1 year ago

bwpriest commented 1 year ago

Instead of accepting strings like "l2", we should have DistortionModels like IsotropicDistortion directly take the l2 function at creation time.

bwpriest commented 1 year ago

We also need to create a polar metric function

alecmdunton commented 1 year ago

Addressed in PR #147