makeRosenbrockFunction {smoof} | R Documentation |
Rosenbrock Function
Description
Also known as the “De Jong's function 2” or the “(Rosenbrock) banana/valley function” due to its shape. The global optimum is located within a large flat valley and thus it is hard for optimization algorithms to find it. The following formula underlies the implementation:
The domain is given by the constraints .
Usage
makeRosenbrockFunction(dimensions)
Arguments
dimensions |
[ |
Value
[smoof_single_objective_function
]
References
H. H. Rosenbrock, An Automatic Method for Finding the Greatest or least Value of a Function, Computer Journal, vol. 3, no. 3, pp. 175-184, 1960.
[Package smoof version 1.6.0.3 Index]