Uses of Class
org.apache.commons.math4.legacy.exception.TooManyIterationsException
-
Packages that use TooManyIterationsException Package Description org.apache.commons.math4.legacy.optim.linear Optimization algorithms for linear constrained problems. -
-
Uses of TooManyIterationsException in org.apache.commons.math4.legacy.optim.linear
Methods in org.apache.commons.math4.legacy.optim.linear that throw TooManyIterationsException Modifier and Type Method Description protected void
SimplexSolver. doIteration(org.apache.commons.math4.legacy.optim.linear.SimplexTableau tableau)
Runs one iteration of the Simplex method on the given model.PointValuePair
SimplexSolver. doOptimize()
Performs the bulk of the optimization algorithm.PointValuePair
LinearOptimizer. optimize(OptimizationData... optData)
Stores data and performs the optimization.PointValuePair
SimplexSolver. optimize(OptimizationData... optData)
Stores data and performs the optimization.protected void
SimplexSolver. solvePhase1(org.apache.commons.math4.legacy.optim.linear.SimplexTableau tableau)
Solves Phase 1 of the Simplex method.
-