"vscode:/vscode.git/clone" did not exist on "b5a10eb0ef68f45c7dbdef2917e02bebca780d1a"
Commit 4c437672 authored by Davis King's avatar Davis King
Browse files

yet more print statements

parent cb677742
......@@ -458,6 +458,8 @@ namespace
cout << " KKT gap: "<< big-little << endl;
cout << " iter: "<< iter+1 << endl;
cout << " eps: "<< eps << endl;
cout << " alpha: "<< trans(alpha);
cout << " lambda: "<< trans(lambda);
return iter+1;
......@@ -489,6 +491,10 @@ namespace
dlog << LINFO << "lambda: " << trans(lambda);
dlog << LINFO << "w: " << trans(w);
cout << " outside solve_qp4_using_smo_local(): " << endl;
cout << " w: "<< trans(w);
cout << " alpha: "<< trans(alpha);
cout << " lambda: "<< trans(lambda);
const double computed_obj = compute_objective_value(w,A,b,C);
w = 0, 0, 0;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment