Package | Description |
---|---|
org.apache.commons.math3.analysis.integration |
Numerical integration (quadrature) algorithms for univariate real functions.
|
org.apache.commons.math3.ode |
This package provides classes to solve Ordinary Differential Equations problems.
|
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.optimization.direct |
This package provides optimization algorithms that don't require derivatives.
|
Modifier and Type | Field and Description |
---|---|
protected Incrementor |
BaseAbstractUnivariateIntegrator.iterations
The iteration count.
|
Modifier and Type | Method and Description |
---|---|
protected Incrementor |
AbstractIntegrator.getEvaluationsCounter()
Get the evaluations counter.
|
Modifier and Type | Field and Description |
---|---|
protected Incrementor |
BaseOptimizer.evaluations
Evaluations counter.
|
protected Incrementor |
BaseOptimizer.iterations
Iterations counter.
|
Modifier and Type | Field and Description |
---|---|
protected Incrementor |
BaseAbstractMultivariateVectorOptimizer.evaluations
Deprecated.
Evaluations counter.
|
protected Incrementor |
BaseAbstractMultivariateOptimizer.evaluations
Deprecated.
Evaluations counter.
|
Copyright © 2003–2014. All rights reserved.