| Package | Description |
|---|---|
| com.opengamma.strata.math.impl.minimization |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MinimizerWithGradient<F extends Function<S,?>,G extends Function<S,?>,S>
Interface for classes that extends the functionality of
Minimizer by providing a method that takes a gradient function. |
interface |
ScalarMinimizer
Interface for classes that extend the functionality of
Minimizer by providing
a method that allows the search area for the minimum to be bounded. |
| Modifier and Type | Class and Description |
|---|---|
class |
GoldenSectionMinimizer1D |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.