getAEI: Compute a design's augmented expected improvement (AEI)

Description Usage Arguments Details

View source: R/getAEI.R

Description

getAEI returns the AEI for a proposed design points based on a provided Gaussian Process model, the previously tested design points, and the effective best solution (EBS) thus far.

Usage

1
getAEI(point, model, designs, ebs, se.threshold = 1e-06)

Arguments

point

Numeric vector of same dimension as model and designs

model

Object of class km with attr(,"package") = "DiceKriging"

designs

Matrix with columns corresponding to design parameters

ebs

Output of internal function getEBS

se.threshold

Setting AEI to zero for nearby tested values

Details

TODO: PROVIDE DETAILS ON AEI COMPUTATION


aidantmcloughlin/hdMBO documentation built on Dec. 31, 2020, 6:47 p.m.