Click or drag to resize

TestFunctionsRastrigin Method

Rastrigin, a highly multi-modal function with many local minima. Global minimum of all zeros with f(0) = 0. Common range: [-5.12,5.12].

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double Rastrigin(
	params double[] x
)

Parameters

x  Double
The coordinates.

Return Value

Double
The Rastrigin function value.
Remarks
https://en.wikipedia.org/wiki/Rastrigin_function http://www.sfu.ca/~ssurjano/rastr.html
See Also