[mlpack-git] [mlpack] SDP should deal with linearly dependent constraints somehow (#404)

Ryan Curtin notifications at github.com
Wed Mar 16 14:27:33 EDT 2016


@palashahuja: are you familiar with SDPs and LRSDP?  If not you should take a look into that first.  mlpack provides some code for solving SDPs (in src/mlpack/core/optimizers/sdp/) but it doesn't handle linear constraints nicely (you have to represent your linear constraint as an entire dense or sparse matrix which is often unwieldy and in some cases not possible).  So we need to find a way to adapt that code to deal with linear constraints more nicely.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/404#issuecomment-197473405
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160316/88a7f227/attachment.html>


More information about the mlpack-git mailing list