bayesvalidrox.surrogate_models.engineΒΆ

Engine to train the surrogate

Functions

hellinger_distance(P, Q)

Hellinger distance between two continuous distributions.

logpdf(x, mean, cov)

Computes the likelihood based on a multivariate normal distribution.

subdomain(Bounds, n_new_samples)

Divides a domain defined by Bounds into subdomains.

Classes

Engine(MetaMod, Model, ExpDes)