Package | Description |
---|---|
org.hipparchus.optim |
Generally, optimizers are algorithms that will either
minimize or
maximize
a scalar function, called the
objective
function . |
org.hipparchus.optim.univariate |
One-dimensional optimization algorithms.
|
Modifier and Type | Class | 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 | Description |
---|---|---|
class |
SimpleUnivariateValueChecker |
Simple implementation of the
ConvergenceChecker interface
that uses only objective function values. |
Copyright © 2016–2018 Hipparchus.org. All rights reserved.