Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp Classes and Interfaces - 42 results found.
NameDescriptionTypePackageFramework
FerrisMangasarianWrightPhase1The phase 1 procedure finds a feasible table from an infeasible one by pivoting the simplex table of a related problem.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.simplexSuanShu
FerrisMangasarianWrightPhase2This implementation solves a canonical linear programming problem that does not need preprocessing its simplex table.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.solverSuanShu
FerrisMangasarianWrightScheme2The scheme 2 procedure removes equalities and free variables.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.simplexSuanShu
JordanExchangeJordan Exchange swaps the r-th entering variable (row) with the s-th leaving variable (column) in a matrix A.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.simplexSuanShu
LPBoundedMinimizerThis is the solution to a bounded linear programming problem.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.solutionSuanShu
LPCanonicalProblem1Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.problemSuanShu
LPCanonicalProblem2Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.problemSuanShu
LPCanonicalSolverThis is an LP solver that solves a canonical LP problem in the following form.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.solverSuanShu
LPDimensionNotMatchedThis is the exception thrown when the dimensions of the objective function and constraints of a linear programming problem are inconsistent.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.exceptionSuanShu
LPEmptyCostVectorThis is the exception thrown when there is no objective function in a linear programming problem.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.exceptionSuanShu
LPExceptionThis is the exception thrown when there is any problem when solving a linear programming problem.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.exceptionSuanShu
LPInfeasibleThis is the exception thrown when the LP problem is infeasible, i.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.exceptionSuanShu
LPMinimizerAn LP minimizer minimizes the objective of an LP problem, satisfying all the constraints.Interfacecom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lpSuanShu
LPNoConstraintThis is the exception thrown when there is no linear constraint found for the LP problem.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.exceptionSuanShu
LPProblemA linear programming (LP) problem minimizes a linear objective function subject to a collection of linear constraints.Interfacecom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.problemSuanShu
LPProblemImpl1This is an implementation of a linear programming problem, LPProblem.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.problemSuanShu
LPRuntimeExceptionThis is the exception thrown when there is any problem when constructing a linear programming problem.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.exceptionSuanShu
LPSimplexMinimizerA simplex LP minimizer can be read off from the solution simplex table.Interfacecom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.solutionSuanShu
LPSimplexSolutionThe solution to a linear programming problem using a simplex method contains an LPSimplexMinimizer.Interfacecom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.solutionSuanShu
LPSimplexSolverA simplex solver works toward an LP solution by sequentially applying Jordan exchange to a simplex table.Interfacecom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.solverSuanShu
LPSolutionA solution to an LP problem contains all information about solving an LP problem such as whether the problem has a solution (bounded), how many minimizers it has, and the minimum.Interfacecom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lpSuanShu
LPSolverAn LP solver solves a Linear Programming (LP) problem.Interfacecom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lpSuanShu
LPStandardProblemClasscom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.problemSuanShu
LPTwoPhaseSolverThis implementation solves a linear programming problem, LPProblem, using a two-step approach.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.solverSuanShu
LPUnboundedThis is the exception thrown when the LP problem is unbounded.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.exceptionSuanShu
LPUnboundedMinimizerThis is the solution to an unbounded linear programming problem.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.solutionSuanShu
LPUnboundedMinimizerScheme2This is the solution to an unbounded linear programming problem found in scheme 2.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.solutionSuanShu
NaiveRuleThis pivoting rule chooses the column with the most negative reduced cost.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.pivotingSuanShu
QPDualActiveSetMinimizerThis implementation solves a Quadratic Programming problem using the dual active set algorithm.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.activesetSuanShu
QPExceptionThis is the exception thrown when there is an error solving a quadratic programming problem.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qpSuanShu
QPInfeasibleThis is the exception thrown by a quadratic programming solver when the quadratic programming problem is infeasible, i.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qpSuanShu
QPPrimalActiveSetMinimizerThis implementation solves a Quadratic Programming problem using the Primal Active Set algorithm.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.activesetSuanShu
QPProblemQuadratic Programming is the problem of optimizing (minimizing) a quadratic function of several variables subject to linear constraints on these variables.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.problemSuanShu
QPProblemOnlyEqualityConstraintsA quadratic programming problem with only equality constraints can be converted into a equivalent quadratic programming problem without constraints, hence a mere quadratic function.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.problemSuanShu
QPSimpleMinimizerThese are the utility functions to solve simple quadratic programming problems that admit analytical solutions.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qpSuanShu
QPSolutionThis is a solution to a quadratic programming problem.Interfacecom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qpSuanShu
SimplexPivotingA simplex pivoting finds a row and column to exchange to reduce the cost function.Interfacecom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.pivotingSuanShu
SimplexPivoting .PivotClasscom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.pivotingSuanShu
SimplexTableThis is a simplex table used to solve a linear programming problem using a simplex method.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.simplexSuanShu
SimplexTable .LabelClasscom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.simplexSuanShu
SimplexTable .LabelTypethe artificial variable, x0, pp.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.simplexSuanShu
SmallestSubscriptRuleBland's smallest-subscript rule is for anti-cycling in choosing a pivot.Classcom.numericalmethod.suanshu.optimization.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.pivotingSuanShu