LLNL / MuyGPyS

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

Should refactor library internals to be "ifless" #186

Closed bwpriest closed 1 year ago

bwpriest commented 1 year ago

Presently, brittle conditionals still proliferate in the codebase. We need to eventually remove all of this stuff with proper object-oriented design and inheritance to avoid yucky updates when we have to add features.

bwpriest commented 1 year ago

PR #190 makes the treatment of loss functions ifless.

bwpriest commented 1 year ago

PR #193 makes sigma_sq ifless.

bwpriest commented 1 year ago

addressed by v0.8.0