| Modifier and Type | Method and Description |
|---|---|
double |
minimize(Function<Double,Double> function,
double startPosition,
double lowerBound,
double upperBound) |
double minimize(Function<Double,Double> function, double startPosition, double lowerBound, double upperBound)
function - The function to minimize, not nullstartPosition - The start positionlowerBound - The lower boundupperBound - The upper bound, must be greater than the upper boundCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.