Refactor BestScore and add experiment to .env

This commit is contained in:
2023-10-23 16:12:52 +02:00
parent 7bcd2eed06
commit 1f705f6018
7 changed files with 38 additions and 18 deletions

View File

@@ -1,6 +1,5 @@
#include "Results.h"
#include <algorithm>
#include "BestScore.h"
namespace platform {
Results::Results(const string& path, const string& model, const string& score, bool complete, bool partial, bool compare) :