Package | Description |
---|---|
org.apache.commons.math3.analysis.integration |
Numerical integration (quadrature) algorithms for univariate real functions.
|
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 | 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-2012 Apache Software Foundation. All Rights Reserved.