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.3179.0 (4.8.3179.0)
Syntax
C#
public static double SixHumpCamel(
	double x,
	double y
)

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.TestFunctions.SixHumpCamel(System.Double,System.Double)"]

y  Double

[Missing <param name="y"/> documentation for "M:Altaxo.Calc.TestFunctions.SixHumpCamel(System.Double,System.Double)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.TestFunctions.SixHumpCamel(System.Double,System.Double)"]

Remarks
http://www.sfu.ca/~ssurjano/camel6.html
See Also