Commit 13f297ae authored by Davis King's avatar Davis King

Fixed spelling error in comment.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403514
parent da29ac8a
......@@ -200,7 +200,7 @@ namespace dlib
// solve the cutting plane subproblem for the next w_cur. We solve it to an
// accuracy that is related to how big the error gap is
scalar_type eps = std::min<scalar_type>(sub_eps, 0.1*(best_obj-cp_obj)) ;
// just a sanaty check
// just a sanity check
if (eps < 1e-16)
eps = 1e-16;
solve_qp_using_smo(K, vector_to_matrix(bs), alpha, eps, sub_max_iter);
......
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