TestFunctionsAckley Method |
Ackley, a function with many local minima. It is nearly flat in outer regions but has a large hole at the center.
Global minimum of all zeros with f(0) = 0.
Common range: [-32.768, 32.768].
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double Ackley(
params double[] x
)
Parameters
- x Double
- The coordinates.
Return Value
DoubleThe Ackley function value.
Remarks
http://www.sfu.ca/~ssurjano/ackley.html
See Also