Refactor grid classes and add summary of tasks at the end

This commit is contained in:
2025-01-14 18:53:11 +01:00
parent 28894004c8
commit 386faf960e
13 changed files with 761 additions and 658 deletions

View File

@@ -38,8 +38,13 @@ namespace platform {
uint idx_dataset;
uint idx_combination;
int n_fold;
double score;
double time;
double score; // Experiment: Score test, no score train in this case
double time; // Experiment: Time train+test, no time train and/or time test in this case
double nodes; // Experiment specific
double leaves; // Experiment specific
double depth; // Experiment specific
int process;
int task;
} Task_Result;
const int TAG_QUERY = 1;
const int TAG_RESULT = 2;