Uses of Class
org.apache.commons.math3.optim.BaseOptimizer
Packages that use BaseOptimizer
Package
Description
Generally, optimizers are algorithms that will either
minimize
or
maximize
a scalar function, called the
objective
function
.Optimization algorithms for linear constrained problems.
Algorithms for optimizing a scalar function.
This package provides optimization algorithms that require derivatives.
This package provides optimization algorithms that do not require derivatives.
Algorithms for optimizing a vector function.
This package provides optimization algorithms that require derivatives.
One-dimensional optimization algorithms.
-
Uses of BaseOptimizer in org.apache.commons.math3.optim
Subclasses of BaseOptimizer in org.apache.commons.math3.optimModifier and TypeClassDescriptionclass
Base class multi-start optimizer for a multivariate function.class
Base class for implementing optimizers for multivariate functions. -
Uses of BaseOptimizer in org.apache.commons.math3.optim.linear
Subclasses of BaseOptimizer in org.apache.commons.math3.optim.linearModifier and TypeClassDescriptionclass
Base class for implementing linear optimizers.class
Solves a linear problem using the "Two-Phase Simplex" method. -
Uses of BaseOptimizer in org.apache.commons.math3.optim.nonlinear.scalar
Subclasses of BaseOptimizer in org.apache.commons.math3.optim.nonlinear.scalarModifier and TypeClassDescriptionclass
Base class for implementing optimizers for multivariate scalar differentiable functions.class
Multi-start optimizer.class
Base class for a multivariate scalar function optimizer. -
Uses of BaseOptimizer in org.apache.commons.math3.optim.nonlinear.scalar.gradient
Subclasses of BaseOptimizer in org.apache.commons.math3.optim.nonlinear.scalar.gradientModifier and TypeClassDescriptionclass
Non-linear conjugate gradient optimizer. -
Uses of BaseOptimizer in org.apache.commons.math3.optim.nonlinear.scalar.noderiv
Subclasses of BaseOptimizer in org.apache.commons.math3.optim.nonlinear.scalar.noderivModifier and TypeClassDescriptionclass
Powell's BOBYQA algorithm.class
An implementation of the active Covariance Matrix Adaptation Evolution Strategy (CMA-ES) for non-linear, non-convex, non-smooth, global function minimization.class
Powell's algorithm.class
This class implements simplex-based direct search optimization. -
Uses of BaseOptimizer in org.apache.commons.math3.optim.nonlinear.vector
Subclasses of BaseOptimizer in org.apache.commons.math3.optim.nonlinear.vectorModifier and TypeClassDescriptionclass
Deprecated.All classes and interfaces in this package are deprecated.class
Deprecated.class
Deprecated. -
Uses of BaseOptimizer in org.apache.commons.math3.optim.nonlinear.vector.jacobian
Subclasses of BaseOptimizer in org.apache.commons.math3.optim.nonlinear.vector.jacobianModifier and TypeClassDescriptionclass
Deprecated.All classes and interfaces in this package are deprecated.class
Deprecated.All classes and interfaces in this package are deprecated.class
Deprecated.All classes and interfaces in this package are deprecated. -
Uses of BaseOptimizer in org.apache.commons.math3.optim.univariate
Subclasses of BaseOptimizer in org.apache.commons.math3.optim.univariateModifier and TypeClassDescriptionclass
For a function defined on some interval(lo, hi)
, this class finds an approximationx
to the point at which the function attains its minimum.class
Special implementation of theUnivariateOptimizer
interface adding multi-start features to an existing optimizer.class
Base class for a univariate scalar function optimizer.