Click or drag to resize

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.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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