Refactor gridsearch and begin gridexperiment

This commit is contained in:
2024-12-20 17:36:43 +01:00
parent 8705adf3ee
commit 1a336a094e
8 changed files with 815 additions and 257 deletions

View File

@@ -11,6 +11,7 @@
#include "common/Colors.h"
#include "common/DotEnv.h"
#include "grid/GridSearch.h"
#include "grid/GridExperiment.h"
#include "config_platform.h"
using json = nlohmann::ordered_json;