genShiftedRosenbrock {cmaes}R Documentation

Single objective test functions

Description

Test and benchmark function generators for single objective optimization procedures.

Usage

genShiftedRosenbrock(o, bias)

Arguments

o Location of global optimum.
bias Function bias.

Value

For genShiftedRosenbrock a function which evaluates to the specified shifted Rosenbrock function.

Author(s)

Olaf Mersmann olafm@statistik.tu-dortmund.de

See Also

See Also as cma.es for a usage example.


[Package cmaes version 1.0.1 Index]