shift_function {cmaes}R Documentation

shift_function

Description

Returns a new function

g(x) = f(x - offset).

Usage

shift_function(f, offset)

Arguments

f

test function

offset

offset.

Value

The shifted test function.

Author(s)

Olaf Mersmann olafm@statistik.tu-dortmund.de


[Package cmaes version 1.0-12 Index]