This function increments x by direction*step as long as the function gets smaller. If it gets bigger, step is multiplied by -0.5. The method ends if two successive function evaluations give the same result.
Constructor | Description |
|
|
Instance member | Description |
Full Usage:
this.Search
Parameters:
DoubleVector
direction : DoubleVector
step : float
Returns: DoubleVector
Modifiers: abstract |
|