Package | Description |
---|---|
org.apache.commons.math3.optimization |
This package provides common interfaces for the optimization algorithms
provided in sub-packages.
|
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. |
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.