Radial Basis Function
The Radial Basis Function (RBF) surrogate interpolates the data by passing through each sample point. In the presence of sufficient sample data points, RBF can represent complex data accurately.
Consider a design study containing input parameters that runs for designs. This design study provides sample points as input to a surrogate fitting calculation for each response.
denotes the vector of sample response values involving parameters.
denotes the input parameter matrix
where
- is the low-order polynomial, which is set automatically either to constant or to linear.
- is the Euclidean distance, also called the norm, between and each data point .
- is a radial basis function specified by the fitting function.
- is the radial basis function coefficient of the data point. During the surrogate function calculation, the coefficients to each data points are determined.
Fitting Functions
- Gaussian basis
function: (5167)
- Multi-Quadratic Basis
Function:(5168)
- Inverse Multi-Quadratic Basis
Function:(5169)
- Linear Basis
Function:(5170)
- Cubic Basis
Function:(5171)
- Thin Plate Spline Basis
Function:(5172)
Polynomial Order
In Design Manager, the order of the polynomial term in Eqn. (5166) is set automatically based on the selected fitting function:
- Gaussian basis function: no polynomial term
- Multi-Quadratic Basis Function: constant
- Inverse Multi-Quadratic Basis Function: no polynomial term
- Linear Basis Function: constant
- Cubic Basis Function: linear
- Thin Plate Spline Basis Function: linear
Shape Factor and Tuning
In the fitting functions, the shape factors control how much each sample point affects the surrogate approximation. Small shape factors enhance the influence of the sample point, while large values weaken the influence.
The Gaussian Basis Function, Multi-Quadratic Basis Function, and Inverse Multi-Quadratic Basis Function each require a shape function value. You must find a good fit through manual experiments, where you view the plot and compare cross-validation values. These RBF factors that require tuning are a disadvantage compared to the Kriging method because there is no objective to guide this tuning process.