Uses of Class
org.hipparchus.optim.SimpleBounds
Package
Description
Generally, optimizers are algorithms that will either
minimize
or
maximize
a scalar function, called the
objective
function
.-
Uses of SimpleBounds in org.hipparchus.optim
Modifier and TypeMethodDescriptionstatic SimpleBounds
SimpleBounds.unbounded
(int dim) Factory method that creates instance of this class that represents unbounded ranges.