Uses of Class
org.apache.commons.math3.optim.linear.SolutionCallback
Packages that use SolutionCallback
Package
Description
Optimization algorithms for linear constrained problems.
-
Uses of SolutionCallback in org.apache.commons.math3.optim.linear
Fields in org.apache.commons.math3.optim.linear declared as SolutionCallbackModifier and TypeFieldDescriptionprivate SolutionCallback
SimplexSolver.solutionCallback
The solution callback to access the best solution found so far in case the optimizer fails to find an optimal solution within the iteration limits.