Uses of Class
org.apache.commons.math4.legacy.optim.MaxEval
-
Packages that use MaxEval Package Description org.apache.commons.math4.legacy.optim Generally, optimizers are algorithms that will eitherminimize
ormaximize
a scalar function, called theobjective function
. -
-
Uses of MaxEval in org.apache.commons.math4.legacy.optim
Methods in org.apache.commons.math4.legacy.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.
-