| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.math.optim |
Generally, optimizers are algorithms that will either
minimize or
maximize
a scalar function, called the
objective
function. |
| fr.cnes.sirius.patrius.math.optim.univariate |
| Modifier and Type | Class and Description |
|---|---|
class |
SimplePointChecker<T 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
AbstractConvergenceChecker interface
that uses only objective function values. |
Copyright © 2024 CNES. All rights reserved.