![]() |
Dakota Reference Manual
Version 6.2
Large-Scale Engineering Optimization and Uncertainty Analysis
|
Construct a Taylor Series expansion around a point
Alias: none
Argument(s): none
The Taylor series model is purely a local approximation method. That is, it provides local trends in the vicinity of a single point in parameter space.
The order of the Taylor series may be either first-order or second-order, which is automatically determined from the gradient and Hessian specifications in the responses specification (see responses for info on how to specify gradients and Hessians) for the truth model.
The first-order Taylor series expansion is:
and the second-order expansion is:
where is the expansion point in
-dimensional parameter space and
,
, and
are the computed response value, gradient, and Hessian at the expansion point, respectively.
As dictated by the responses specification used in building the local surrogate, the gradient may be analytic or numerical and the Hessian may be analytic, numerical, or based on quasi-Newton secant updates.
In general, the Taylor series model is accurate only in the region of parameter space that is close to . While the accuracy is limited, the first-order Taylor series model reproduces the correct value and gradient at the point
, and the second-order Taylor series model reproduces the correct value, gradient, and Hessian. This consistency is useful in provably-convergent surrogate-based optimization. The other surface fitting methods do not use gradient information directly in their models, and these methods rely on an external correction procedure in order to satisfy the consistency requirements of provably-convergent SBO.