Commit f6c42f7d authored by Davis King's avatar Davis King

Fixed a typo

parent f698db9c
......@@ -453,7 +453,7 @@ namespace dlib
{
converged = true;
skip_cache = false;
return (current_risk_gap < std::max(cache_based_eps,cache_based_eps*current_risk_value));
return (current_risk_gap < std::max(cache_based_eps,cache_based_eps*current_risk_value)) ||
(current_risk_gap == 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