Update include/ensmallen_bits/callbacks/report.hpp

Co-authored-by: James J Balamuta <coatless@users.noreply.github.com>
This commit is contained in:
Ryan Curtin
2021-02-15 09:43:49 -05:00
committed by GitHub
co-authored by James J Balamuta
parent b70284ae70
commit 1171f01fe7
+1 -1
View File
@@ -178,7 +178,7 @@ class Report
if (tookStep)
output << objectives.size() << std::endl;
else
output << "0 (No steps taken! Did optimization fail?)" << std::endl;
output << "0 (No steps taken! Did the optimization fail?)" << std::endl;
if (epochCalls > 0)
{