![]() |
Dakota Reference Manual
Version 6.2
Large-Scale Engineering Optimization and Uncertainty Analysis
|
Radial basis function (RBF) model
Alias: none
Argument(s): none
Required/Optional | Description of Group | Dakota Keyword | Dakota Keyword Description | |
---|---|---|---|---|
Optional | bases | Initial number of radial basis functions | ||
Optional | max_pts | Maximum number of RBF CVT points | ||
Optional | min_partition | (Inactive) Minimum RBF partition | ||
Optional | max_subsets | Number of trial RBF subsets | ||
Optional | export_model_file | Export surrogate to Surfpack model file |
Radial basis functions are functions whose value typically depends on the distance from a center point, called the centroid,
.
The surrogate model approximation comprises a sum of K weighted radial basis functions:
These basis functions take many forms, but Gaussian kernels or splines are most common. The Dakota implementation uses a Gaussian radial basis function. The weights are determined via a linear least squares solution approach. See[67] for more details.