powered by
A black-box computer model that evaluates the objective function for a given input value.
bbox2(x1, x2)
The evaluation of running the black-box computer model at input (x1, x2).
obj: A scalar objective function value
A scalar value between -3 and 3, inclusive
A scalar value between -2 and 2, inclusive
### Running the black-box computer model at x1 = 1, x2 = 1 ### obj = 3.23333 bbox2(1,1)
Run the code above in your browser using DataLab