Skip to content
Snippets Groups Projects
Commit 8743fc9c authored by Thomas Purcell's avatar Thomas Purcell
Browse files

Minor clean up

parent 411998a4
No related branches found
No related tags found
No related merge requests found
......@@ -165,6 +165,7 @@ double LossFunctionPearsonRMSE::operator()(const std::vector<int>& inds)
if(info != 0)
{
std::cout << info << '\t' << tt << std::endl;
return -1.0 + info / std::abs(info) * 0.5;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment