bmcfee / mlr

Metric Learning to Rank
GNU General Public License v3.0
46 stars 39 forks source link

check for toolkits in admm optimizer #1

Closed bmcfee closed 11 years ago

bmcfee commented 11 years ago

Add a wrapper layer to map the QP step in mlr_admm to whichever flavor of QPLC is installed, or throw an error if none exists.

bmcfee commented 11 years ago

On second thought, we should just implement our own QPLC solver.