LLNL / MuyGPyS

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

Need cross-entropy optimizer for `sigma_sq` #72

Open bwpriest opened 1 year ago

bwpriest commented 1 year ago

We need to add James' code for optimizing sigma_sq according to the cross entropy objective, described in his galaxy blend detection paper. This should be possible now that sigma_sq optimization has been modularized.