model
Interface ApproxModel
- All Superinterfaces:
- Computable, DataFit, DataListener, ScalarFunction, VariableBounds, VariableInputDimension
- All Known Subinterfaces:
- TwoFidelityApproxModel
- All Known Implementing Classes:
- BasicApproxModel, BasicTwoFidelityModel, GPRegression, PenaltyFunctionModel
public interface ApproxModel
- extends DataFit
Extends the DataFit interface by supporting methods that compute the
uncertainty at a point in addition to a value. Note: The number representing
uncertainty may have different interpretations, depending on the
implementation.
- Author:
- dgorur
getUncertaintyEstimator
ScalarFunction getUncertaintyEstimator()
getMaxUncertainty
double getMaxUncertainty()