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.
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.