public class HomogeneousPathFollowing.Solution extends PrimalDualPathFollowing.Solution
| Modifier | Constructor and Description |
|---|---|
protected |
Solution(PrimalDualPathFollowing parent,
SDPDualProblem problem,
double gamma0,
double sigma0)
solve the semi-definite programming problem using the Homogeneous Self-Dual Path-Following algorithm
|
| Modifier and Type | Method and Description |
|---|---|
CentralPath |
search(CentralPath initial) |
java.lang.Boolean |
step()
Do the next iteration.
|
protected Matrix |
svecA()
Toh, Todd, Tütüncü, Section 3.1, A^
|
minimizer, minimum, search, search, setInitialsprotected Solution(PrimalDualPathFollowing parent, SDPDualProblem problem, double gamma0, double sigma0)
public CentralPath search(CentralPath initial) throws java.lang.Exception
search in class PrimalDualPathFollowing.Solutionjava.lang.Exceptionpublic java.lang.Boolean step()
PrimalDualPathFollowing.Solutionstep in interface IterativeMethod<CentralPath>step in class PrimalDualPathFollowing.Solutionprotected Matrix svecA()
svecA in class PrimalDualPathFollowing.Solution