Refactor ManageResults and CommandParser

This commit is contained in:
2023-10-22 20:03:34 +02:00
parent 080eddf9cd
commit 26b649ebae
12 changed files with 405 additions and 263 deletions

View File

@@ -6,6 +6,7 @@ namespace platform {
class Paths {
public:
static std::string results() { return "results/"; }
static std::string hiddenResults() { return "hidden_results/"; }
static std::string excel() { return "excel/"; }
static std::string cfs() { return "cfs/"; }
static std::string datasets()