Class CentralPath
java.lang.Object
dev.nm.solver.multivariate.constrained.convex.sdp.pathfollowing.CentralPath
A central path is a solution to both the primal and dual problems of a semi-definite programming problem.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ImmutableMatrix
This is the auxiliary helper to solve the dual problem.final ImmutableMatrix
This is the minimizer for the primal problem.final ImmutableVector
This is the maximizer for the dual problem. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
X
This is the minimizer for the primal problem. -
y
This is the maximizer for the dual problem. -
S
This is the auxiliary helper to solve the dual problem.
-
-
Constructor Details
-
CentralPath
Construct a central path.- Parameters:
X
- the minimizer for the primal problemy
- the maximizer for the dual problemS
- the auxiliary helper to solve the dual problem
-