skent259 / mildsvm

Multiple Instance Learning with Distributions, SVM
Other
3 stars 0 forks source link

Add open-source version of gurobi optimizations #29

Open skent259 opened 3 years ago

skent259 commented 3 years ago

Currently methods 'mip' and 'qp-heuristic' for mismv() and mildsvm() are only implemented in Gurobi, which is not open source. Consider adding an option to have these in an open-source implementation, if possible.

Related to #8

skent259 commented 1 year ago

Note that this is important for users with large data sets and without access to Gurobi, since misvm(..., method="heuristic") does not have a pre-computed kernel matrix option.