acquisition: Acquisition Function Evaluates the infill criterion if cached...

Description Usage Arguments Value See Also

Description

Acquisition Function

Evaluates the infill criterion if cached information about the population is present.

If this is not the case, the criterion can be converted to an MBOInfillCrit using as.MBOInfillCrit() and then executed directly.

Usage

1
acquisition(infobj, suggestions, population.info)

Arguments

infobj

[Infill] The acquisition function object

suggestions

[data.frame] points to evaluate, with columns "response", "se", "c2.value"

population.info

[list] with elements:\

  • $nadir [numeric(2)] nadir point.\

  • paretofront [matrix] pareto front of values seen so far: one column per individuum, two rows\ where the first row is the modeled one and the second row is the known one. Columns should be ordered by second row increasing.

  • $pointdata [data.frame] points known so far, with columns value, response, se, c2.value\

  • $nugget [numeric(1)] model nugget

Value

[numeric] vector of length nrow(suggestions) indicating desirability of each point. Larger values are better.

See Also

Other Infill Criteria: Infill, as.MBOInfillCrit


compstat-lmu/mobafeas documentation built on June 3, 2019, 7:19 a.m.