Package | Description |
---|---|
org.apache.commons.math3.optim |
Generally, optimizers are algorithms that will either
minimize or
maximize
a scalar function, called the
objective
function . |
org.apache.commons.math3.optim.univariate |
One-dimensional optimization algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
SimplePointChecker<PAIR extends Pair<double[],? extends Object>>
Simple implementation of the
ConvergenceChecker interface using
only point coordinates. |
class |
SimpleValueChecker
Simple implementation of the
ConvergenceChecker interface using
only objective function values. |
class |
SimpleVectorValueChecker
Simple implementation of the
ConvergenceChecker interface using
only objective function values. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleUnivariateValueChecker
Simple implementation of the
ConvergenceChecker interface
that uses only objective function values. |
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.