Click or drag to resize

TestFunctionsSixHumpCamel Method

Valley-shaped six-hump camel back function. Two global minima and four local minima. Global minima with f(x) ) -1.0316 at (0.0898,-0.7126) and (-0.0898,0.7126). Common range: x in [-3,3], y in [-2,2].

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

Parameters

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

Return Value

Double
The six-hump camel function value.
Remarks
http://www.sfu.ca/~ssurjano/camel6.html
See Also