Uses of Class
org.hipparchus.optim.SimpleBounds
-
Packages that use SimpleBounds Package Description org.hipparchus.optim Generally, optimizers are algorithms that will eitherminimize
ormaximize
a scalar function, called theobjective function
. -
-
Uses of SimpleBounds in org.hipparchus.optim
Methods in org.hipparchus.optim that return SimpleBounds Modifier and Type Method Description static SimpleBounds
SimpleBounds. unbounded(int dim)
Factory method that creates instance of this class that represents unbounded ranges.
-