LLNL / MuyGPyS

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

Optimization loop chassis #181

Closed akilandrews closed 1 year ago

akilandrews commented 1 year ago

Updates include:

Evaluated performance using 2D anisotropic distortion distance function (simple case) experimenting with four treatments:

bwpriest commented 1 year ago

Don't worry about occasional failures in the 3.X optimize checks. You probably did not do anything wrong. Occasionally the number of BO probes is insufficient to converge to a good value or the sampler produces a particularly yucky surface. I am using generous tolerances and several iterations, but sometimes there is still a failure. This is a classic problem associated with testing stochastic code.