makeBraninFunction {smoof} | R Documentation |
Branin RCOS function
Description
Popular 2-dimensional single-objective test function based on the formula:
where and
. The box constraints are given by
and
. The function has three global minima.
Usage
makeBraninFunction()
Value
[smoof_single_objective_function
]
References
F. H. Branin. Widely convergent method for finding multiple solutions of simultaneous nonlinear equations. IBM J. Res. Dev. 16, 504-522, 1972.
Examples
library(ggplot2)
fn = makeBraninFunction()
print(fn)
print(autoplot(fn, show.optimum = TRUE))
[Package smoof version 1.6.0.3 Index]