| Package | Description |
|---|---|
| org.apache.commons.math4.optim |
Generally, optimizers are algorithms that will either
minimize or
maximize
a scalar function, called the
objective
function. |
| org.apache.commons.math4.optim.nonlinear.scalar |
Algorithms for optimizing a scalar function.
|
| org.apache.commons.math4.random |
Random number and random data generators.
|
| Constructor and Description |
|---|
BaseMultiStartMultivariateOptimizer(BaseMultivariateOptimizer<PAIR> optimizer,
int starts,
RandomVectorGenerator generator)
Create a multi-start optimizer from a single-start optimizer.
|
| Constructor and Description |
|---|
MultiStartMultivariateOptimizer(MultivariateOptimizer optimizer,
int starts,
RandomVectorGenerator generator)
Create a multi-start optimizer from a single-start optimizer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CorrelatedRandomVectorGenerator
A
RandomVectorGenerator that generates vectors with with
correlated components. |
class |
HaltonSequenceGenerator
Implementation of a Halton sequence.
|
class |
SobolSequenceGenerator
Implementation of a Sobol sequence.
|
class |
UncorrelatedRandomVectorGenerator
A
RandomVectorGenerator that generates vectors with uncorrelated
components. |
class |
UnitSphereRandomVectorGenerator
Generate random vectors isotropically located on the surface of a sphere.
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.