TestFunctionsBohachevsky1 Method |
Bowl-shaped first Bohachevsky function.
Global minimum of all zeros with f(0,0) = 0.
Common range: [-100, 100]
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double Bohachevsky1(
double x,
double y
)
Parameters
- x Double
- The first coordinate.
- y Double
- The second coordinate.
Return Value
DoubleThe first Bohachevsky function value.
Remarks
http://www.sfu.ca/~ssurjano/boha.html
See Also