Skip to content

Commit

Permalink
use glpk and 1 norm on this example
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Nov 22, 2011
1 parent 2d4c51c commit 21f5ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/undocumented/libshogun/mkl_memleak_test.cpp
Expand Up @@ -19,8 +19,8 @@ int main(int argc, char** argv)

CMKLRegression* regressor = new CMKLRegression();
//CMKLClassification* regressor = new CMKLClassification();
regressor->set_mkl_norm(2.0);
//regressor->set_solver_type(ST_GLPK);
regressor->set_mkl_norm(1.0);
regressor->set_solver_type(ST_GLPK);
//CSVRLight* regressor = new CSVRLight();
//CLibSVR* regressor = new CLibSVR();
SG_REF(regressor);
Expand Down

0 comments on commit 21f5ad2

Please sign in to comment.