LLNL / MuyGPyS

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

need overhaul of `tests/optimize.py` #138

Closed bwpriest closed 1 year ago

bwpriest commented 1 year ago

I pretty badly broke tests/optimize.py back in March, and left it incomplete. It needs to be refactored and have tests added back in verifying that we can find all of the parameters that are sensitive to optimization. The issue is that I tried to refactor the tests so that curves are sampled only once (the slow part), but it seems that somewhere I made a bad assumption, so it will most likely be fastest to rewrite the whole sampling boilerplate from the ground up.

bwpriest commented 1 year ago

addressed with PR #139