[mlpack-git] [mlpack] Add a primal-dual interior point SDP solver (#387)

Ryan Curtin notifications at github.com
Tue Feb 3 10:59:03 EST 2015


Actually, there is something left to do... it looks like occasionally, the initial Z matrix passed to PrimalDualSolver is not symmetric positive definite:

`[FATAL] PrimalDualSolver::PrimalDualSolver(): initialZ needs to be symmetric positive definite.`

(according to the errors, at least.)  This occurs sometimes in the tests:

http://big.cc.gt.atl.ga.us/job/mlpack%20-%20nightly%20matrix%20build/

It looks like Armadillo 4.000 and older did not support the expression '-arma::sp_mat()'.  I'll take care of backporting that functionality shortly.

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/387#issuecomment-72676172
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20150203/649dd310/attachment.html>


More information about the mlpack-git mailing list