bestResults #9

Merged
rmontanana merged 11 commits from bestResults into main 2023-09-25 12:02:18 +00:00
Showing only changes of commit b30416364d - Show all commits

View File

@ -45,7 +45,7 @@ namespace platform {
string BestResults::bestResultFile()
{
return "best_results_" + score + "_" + model + ".json";
return "best_results_" + model + "_" + score + ".json";
}
vector<string> BestResults::loadFiles()