LLNL / MuyGPyS

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

Need to refactor `muygps_layer` class so that it accepts a `MuyGPS` object #119

Closed bwpriest closed 1 year ago

bwpriest commented 1 year ago

This is in opposition to the current workflow, which is hard-coded to Matérn and requires to user to pass in the component parts.

bwpriest commented 1 year ago

This should be much easier after PR #118

alecmdunton commented 1 year ago

This is a long overdue refactoring that I should have dealt with initially.

alecmdunton commented 1 year ago

I am combining this issue and Issue #103 into one PR - solving issue #119 is a requirement for solving #103 as I currently see it.

alecmdunton commented 1 year ago

This was addressed in PR #144