Documentation of 'org.apache.commons.math.optimization.linear.SimplexSolver' Java class
SimplexSolver
org.apache.commons.math.optimization.linear

Class SimplexSolver

    • Constructor Detail

      • SimplexSolver

        public SimplexSolver()
        Build a simplex solver with default settings.
      • SimplexSolver

        public SimplexSolver(double epsilon)
        Build a simplex solver with a specified accepted amount of error
        Parameters:
        epsilon - the amount of error to accept in floating point comparisons
    • Method Detail

      • doOptimize

        public RealPointValuePair doOptimize()
                                      throws OptimizationException
        Perform the bulk of optimization algorithm.
        Returns:
        the point/value pair giving the optimal value for objective function
        Throws:
        OptimizationException - if no solution fulfilling the constraints can be found in the allowed number of iterations

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.