bias_function {cmaes} | R 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
[Package cmaes version 1.0-12 Index]