rotate_function: Create a rotated test function...

View source: R/functions.R

rotate_functionR 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


cmaes documentation built on March 18, 2022, 7:11 p.m.

Related to rotate_function in cmaes...