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 interfaceMinimizerWithGradient<F extends Function<S,?>,G extends Function<S,?>,S>Interface for classes that extends the functionality ofMinimizerby providing a method that takes a gradient function.interfaceScalarMinimizerInterface for classes that extend the functionality ofMinimizerby 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 classGoldenSectionMinimizer1D
-