Emulators API

The Emulators submodule defines types and methods for emulating expensive SimulatorForwardProblems.

SimulationBasedInference.Emulators.EmulatedObservablesType
EmulatedObservables{names} <: SciMLBase.AbstractSciMLAlgorithm

Represents an emulated forward solver for observables names in a given forward problem. The dimensionality of the output spaces of the emulators are assumed to match those of the observables exactly.

source
SimulationBasedInference.Emulators.EmulatorType
Emulator{TM,TT} <: Emulator

Data structure consisting of some training data for a model emulator, appropriate transforms, and a tuple of univariate regressors which are applied to the transformed data.

source
SimulationBasedInference.Emulators.EmulatorDataType
EmulatorData

Generic container for emulator training data matrices X and Y. X should have shape m x N where N is the number of samples and m is the number of covariates. Y should have dimensions N x d where d is the number of ouptut covariates.+

source