Jump to content

Gradient-enhanced kriging

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Jouke1980 (talk | contribs) at 03:38, 8 November 2016 (Kriging). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Template:New unreviewed article Gradient-Enhanced Kriging (GEK) is a surrogate modeling technique used in engineering. A surrogate model (alternatively known as a metamodel, response surface or emulator) is a prediction of the output of an expensive computer code. This prediction is based on a small number of evaluations of the expensive computer code.

Introduction

Example of one-dimensional data interpolated by Kriging and GEK. The black line indicates the test-function, while the gray circles indicate 'samples' or evaluations of the test-function. The blue line is the Kriging mean, the shaded blue area illustrates the Kriging standard deviation. With GEK we can add the gradient information, illustrated in red, which increases the accuracy of the prediction.

Predictor equations

In a Bayesian framework, we use Bayes' Theorem to predict the Kriging mean and variance conditional on the observations. In our case, the observations are the results of a number of computer simulations.

Kriging

We are interested in the output of our computer simulation, for which we assume the normal prior probability distribution:

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "http://localhost:6011/en.wikipedia.org/v1/":): {\displaystyle x~𝒩}

GEK

Example: Drag coefficient of a transonic airfoil

Reference results for the drag coefficient of a transonic airfoil, based on a large number of CFD simulations. The horizontal and vertical axis show the deformation of the shape of the airfoil.
Kriging surrogate model of the drag coefficient of a transonic airfoil. The gray dots indicate the configurations for which the CFD solver was run.
GEK surrogate model of the drag coefficient of a transonic airfoil. The gray dots indicate the configurations for which the CFD solver was run, the arrows indicate the gradients.

References