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.3179.0 (4.8.3179.0)
Syntax public static double Ackley(
params double[] x
)
Parameters
- x Double
[Missing <param name="x"/> documentation for "M:Altaxo.Calc.TestFunctions.Ackley(System.Double[])"]
Return Value
Double[Missing <returns> documentation for "M:Altaxo.Calc.TestFunctions.Ackley(System.Double[])"]
Remarks
http://www.sfu.ca/~ssurjano/ackley.html
See Also