LineSearchTSearch Method (Double, Double, Double) |
Search in direction dx, from starting point x0.
Namespace:
DHIMath.Numerics
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public double Search(
double[] x0,
double[] dx,
double alpha
)
Parameters
- x0
- Type: SystemDouble
Staring point of search - dx
- Type: SystemDouble
Direction to search in - alpha
- Type: SystemDouble
Factor of dx for first search
Return Value
Type:
DoubleAlpha value of mimimum, 0 if not found
See Also