Uses of Class
org.apache.commons.math3.optim.SimpleBounds

Packages that use SimpleBounds
org.apache.commons.math3.optim Generally, optimizers are algorithms that will either minimize or maximize a scalar function, called the objective function
 

Uses of SimpleBounds in org.apache.commons.math3.optim
 

Methods in org.apache.commons.math3.optim that return SimpleBounds
static SimpleBounds SimpleBounds.unbounded(int dim)
          Factory method that creates instance of this class that represents unbounded ranges.
 



Copyright © 2016 CNES. All Rights Reserved.