bbox5: A black-box computer model

View source: R/bbox5.R

bbox5R Documentation

A black-box computer model

Description

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

Usage

bbox5(x1, x2, x3)

Arguments

x1

A scalar value between -pi and pi, inclusive

x2

A scalar value between -pi and pi, inclusive

x3

A scalar value between -pi and pi, inclusive

Value

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

  • obj: A scalar objective function value

Examples

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

bbox5(1,1,1)

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

Related to bbox5 in CompModels...