Click or drag to resize

TestFunctionsHimmelblau Method

Himmelblau, a multi-modal function: (x,y) -> (x^2+y-11)^2 + (x+y^2-7)^2 This function has 4 global minima with f(x,y) = 0. Common range: [-6,6]. Named after David Mautner Himmelblau

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double Himmelblau(
	double x,
	double y
)

Parameters

x  Double
The first coordinate.
y  Double
The second coordinate.

Return Value

Double
The Himmelblau function value.
Remarks
https://en.wikipedia.org/wiki/Himmelblau%27s_function
See Also