branin_function {soobench} | R Documentation |
This function is a 2D test function. The generator does not take any parameters. The only exists so that the interface is consitent with all other test functions.
branin_function()
A soo_function
.
f <- branin_function() plot(f, rank=TRUE)