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 [REMOVE_ME]f(x)=−a⋅exp(−b⋅(n1∑i=1nxi))−exp(n1∑i=1ncos(c⋅xi)),[REMOVEME2]
with a=20, b=0.2 and c=2π. The feasible region is given by the box constraints xi∈[−32.768,32.768].
makeAckleyFunction(dimensions)
Arguments
dimensions: [integer(1)]
Size of corresponding parameter space.
Returns
[smoof_single_objective_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