F - The type of the function to minimizeG - The type of the gradient functionS - The type of the start position of the minimizationpublic interface MinimizerWithGradient<F extends Function<S,?>,G extends Function<S,?>,S> extends Minimizer<F,S>
Minimizer by providing a method that takes a gradient function.| Modifier and Type | Method and Description |
|---|---|
S |
minimize(F function,
G gradient,
S startPosition) |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.