TestFunctionsDropWave Method |
Drop-Wave, a multi-modal and highly complex function with many local minima.
Global minimum of all zeros with f(0) = -1.
Common range: [-5.12,5.12].
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double DropWave(
double x,
double y
)
Parameters
- x Double
- The first coordinate.
- y Double
- The second coordinate.
Return Value
DoubleThe Drop-Wave function value.
Remarks
http://www.sfu.ca/~ssurjano/drop.html
See Also