LLNL / MuyGPyS

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

loss method propagation is ungainly #168

Closed bwpriest closed 1 year ago

bwpriest commented 1 year ago

right now, when adding a loss method we need to modify a bunch of helper functions, which is brittle and bug-prone. We need to reengineer the loss function harness such that the loss functions in MuyGPyS.optimize.loss are functions that carry the details of their optimization function behavior with them.

bwpriest commented 1 year ago

Addressed by v0.7.0.