makeModifiedRastriginFunction {smoof} | R Documentation |
Rastrigin Function
Description
A modified version of the Rastrigin function following the formula:
The box-constraints are given by for
and
is a numerical vector. Deb et al. (see references)
use, e.g.,
for
. See the reference for details.
Usage
makeModifiedRastriginFunction(dimensions, k = rep(1, dimensions))
Arguments
dimensions |
[ |
k |
[numeric] |
Value
[smoof_single_objective_function
]
References
Kalyanmoy Deb and Amit Saha. Multimodal optimization using a bi- objective evolutionary algorithm. Evolutionary Computation, 20(1):27-62, 2012.
[Package smoof version 1.6.0.3 Index]