Commit 02d86a12 authored by Davis King's avatar Davis King

Changed print statement so the output is slightly less confusing.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403774
parent b8088325
......@@ -140,7 +140,7 @@ namespace dlib
if (_verbose)
{
using namespace std;
cout << "iteration: " << _cur_iter << " objective: " << funct_value << " derivative norm: " << length(funct_derivative) << endl;
cout << "iteration: " << _cur_iter << " objective: " << funct_value << " gradient norm: " << length(funct_derivative) << endl;
}
++_cur_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