rotate_function {cmaes}R Documentation

Create a rotated test function...

Description

Create a rotated test function

Usage

rotate_function(f, M)

Arguments

f

test function.

M

orthogonal square matrix defining the rotation.

Details

Returns a new rotated test function defined as

g(x) = f(Mx).

Value

The rotated test function.

Author(s)

Olaf Mersmann olafm@statistik.tu-dortmund.de


[Package cmaes version 1.0-12 Index]