Package | Description |
---|---|
org.apache.commons.math3.optim |
Generally, optimizers are algorithms that will either
minimize or
maximize
a scalar function, called the
objective
function . |
Modifier and Type | Method and Description |
---|---|
static MaxIter |
MaxIter.unlimited()
Factory method that creates instance of this class that represents
a virtually unlimited number of iterations.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.