Update include/ensmallen_bits/callbacks/report.hpp
Co-authored-by: James J Balamuta <coatless@users.noreply.github.com>
This commit is contained in:
co-authored by
James J Balamuta
parent
b70284ae70
commit
1171f01fe7
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user