bias_function: Create a biased test function...

View source: R/functions.R

bias_functionR Documentation

Create a biased test function...

Description

Create a biased test function

Usage

bias_function(f, bias)

Arguments

f

test function

bias

bias value.

Details

Returns a new biased test function defined as

g(x) = f(x) + bias.

Value

The biased test function.

Author(s)

Olaf Mersmann olafm@statistik.tu-dortmund.de


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

Related to bias_function in cmaes...