Uses of Interface
org.apache.commons.math3.optimization.BaseMultivariateSimpleBoundsOptimizer

Packages that use BaseMultivariateSimpleBoundsOptimizer
org.apache.commons.math3.optimization.direct This package provides optimization algorithms that don't require derivatives. 
 

Uses of BaseMultivariateSimpleBoundsOptimizer in org.apache.commons.math3.optimization.direct
 

Classes in org.apache.commons.math3.optimization.direct that implement BaseMultivariateSimpleBoundsOptimizer
 class BaseAbstractMultivariateSimpleBoundsOptimizer<FUNC extends MultivariateFunction>
          Deprecated. As of 3.1 (to be removed in 4.0).
 class BOBYQAOptimizer
          Deprecated. As of 3.1 (to be removed in 4.0).
 class CMAESOptimizer
          Deprecated. As of 3.1 (to be removed in 4.0).
 



Copyright © 2017 CNES. All Rights Reserved.