Uses of Interface
com.opengamma.strata.math.impl.minimization.Minimizer
-
Packages that use Minimizer Package Description com.opengamma.strata.math.impl.minimization -
-
Uses of Minimizer in com.opengamma.strata.math.impl.minimization
Subinterfaces of Minimizer in com.opengamma.strata.math.impl.minimization Modifier and Type Interface Description interface
MinimizerWithGradient<F extends Function<S,?>,G extends Function<S,?>,S>
Interface for classes that extends the functionality ofMinimizer
by providing a method that takes a gradient function.interface
ScalarMinimizer
Interface for classes that extend the functionality ofMinimizer
by providing a method that allows the search area for the minimum to be bounded.Classes in com.opengamma.strata.math.impl.minimization that implement Minimizer Modifier and Type Class Description class
GoldenSectionMinimizer1D
-