Brent Module
Functions and values
| Function or value | Description |
Full Usage:
maximize f lowerBound upperBound
Parameters:
float -> float
-
lowerBound : float
-
upperBound : float
-
Returns: float option
|
|
Full Usage:
maximizeWith f lowerBound upperBound tolerance maxIterations
Parameters:
float -> float
-
lowerBound : float
-
upperBound : float
-
tolerance : float
-
maxIterations : int
-
Returns: float option
|
|
Full Usage:
minimize f lowerBound upperBound
Parameters:
float -> float
-
lowerBound : float
-
upperBound : float
-
Returns: float option
|
|
Full Usage:
minimizeWith f lowerBound upperBound tolerance maxIterations
Parameters:
float -> float
-
lowerBound : float
-
upperBound : float
-
tolerance : float
-
maxIterations : int
-
Returns: float option
|
FSharp.Stats