Click or drag to resize

SteepestDescentSearch Method (Double)

Search for minimum

Namespace:  DHIMath.Numerics
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public int Search(
	double[] x
)

Parameters

x
Type: SystemDouble
Start guess of solution vector

Return Value

Type: Int32
Integer indicating search success
See Also