makeAckleyFunction {smoof} | R Documentation |
Ackley Function
Description
Also known as “Ackley's Path Function”. Multimodal test function with its global optimum in the center of the defintion space. The implementation is based on the formula
with ,
and
. The feasible region is
given by the box constraints
.
Usage
makeAckleyFunction(dimensions)
Arguments
dimensions |
[ |
Value
[smoof_single_objective_function
]
References
Ackley, D. H.: A connectionist machine for genetic hillclimbing. Boston: Kluwer Academic Publishers, 1987.
[Package smoof version 1.6.0.3 Index]