bbox3 | R Documentation |
A black-box computer model that evaluates the objective function for a given input value.
bbox3(x1, x2)
x1 |
A scalar value between -2 and 2, inclusive |
x2 |
A scalar value between -2 and 2, inclusive |
The evaluation of running the black-box computer model at input (x1, x2).
obj: A scalar objective function value
### Running the black-box computer model at x1 = 1, x2 = 1 ### obj = 1876 bbox3(1,1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.