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