Learn R Programming

evoper (version 0.5.0)

f1.rosenbrockn: f1.rosenbrockn

Description

The rosenbrock function of N variables for testing optimization methods. The global optima for the function is given by xi = 1, forall i E 1...N, f(x) = 0.

Usage

f1.rosenbrockn(x)

Arguments

x

The vector of function parameters

Value

The function value

References

http://deap.gel.ulaval.ca/doc/dev/api/benchmarks.html