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