Package | Description |
---|---|
org.apache.commons.math3.optimization |
This package provides common interfaces for the optimization algorithms
provided in sub-packages.
|
org.apache.commons.math3.util |
Convenience routines and common data structures used throughout the commons-math library.
|
Modifier and Type | Class and Description |
---|---|
class |
SimplePointChecker<PAIR extends Pair<double[],? extends Object>>
Simple implementation of the
ConvergenceChecker interface using
only point coordinates. |
Modifier and Type | Class and Description |
---|---|
class |
PointValuePair
This class holds a point and the value of an objective function at
that point.
|
class |
PointVectorValuePair
This class holds a point and the vectorial value of an objective function at
that point.
|
Constructor and Description |
---|
Pair(Pair<? extends K,? extends V> entry)
Create an entry representing the same mapping as the specified entry.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.