Jump to content

Gradient-enhanced kriging: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Jouke1980 (talk | contribs)
Jouke1980 (talk | contribs)
Line 9: Line 9:


=== Kriging ===
=== Kriging ===
We are interested in the output <math>x<\math> of our computer simulation.
We are interested in the output <math>x</math> of our computer simulation.


=== GEK ===
=== GEK ===

Revision as of 03:35, 8 November 2016

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.

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