bbox2: A black-box computer model

View source: R/bbox2.R

bbox2R Documentation

A black-box computer model

Description

A black-box computer model that evaluates the objective function for a given input value.

Usage

bbox2(x1, x2)

Arguments

x1

A scalar value between -3 and 3, inclusive

x2

A scalar value between -2 and 2, inclusive

Value

The evaluation of running the black-box computer model at input (x1, x2).

  • obj: A scalar objective function value

Examples

### Running the black-box computer model at x1 = 1, x2 = 1
### obj = 3.23333

bbox2(1,1)

CompModels documentation built on Oct. 20, 2022, 5:06 p.m.

Related to bbox2 in CompModels...