Uses of Class
org.apache.commons.math3.exception.TooManyIterationsException
-
Packages that use TooManyIterationsException Package Description org.apache.commons.math3.optim Generally, optimizers are algorithms that will eitherminimizeormaximizea scalar function, called theobjective function.org.apache.commons.math3.optim.linear Optimization algorithms for linear constrained problems. -
-
Uses of TooManyIterationsException in org.apache.commons.math3.optim
Methods in org.apache.commons.math3.optim that throw TooManyIterationsException Modifier and Type Method Description protected voidBaseOptimizer. incrementIterationCount()Increment the iteration count.PAIRBaseOptimizer. optimize()Performs the optimization.PAIRBaseOptimizer. optimize(OptimizationData... optData)Stores data and performs the optimization. -
Uses of TooManyIterationsException in org.apache.commons.math3.optim.linear
Methods in org.apache.commons.math3.optim.linear that throw TooManyIterationsException Modifier and Type Method Description protected voidSimplexSolver. doIteration(SimplexTableau tableau)Runs one iteration of the Simplex method on the given model.PointValuePairSimplexSolver. doOptimize()Performs the bulk of the optimization algorithm.PointValuePairLinearOptimizer. optimize(OptimizationData... optData)Stores data and performs the optimization.PointValuePairSimplexSolver. optimize(OptimizationData... optData)Stores data and performs the optimization.protected voidSimplexSolver. solvePhase1(SimplexTableau tableau)Solves Phase 1 of the Simplex method.
-