First compiling version

This commit is contained in:
2023-12-12 18:57:57 +01:00
parent db9e80a70e
commit dbf2f35502
3 changed files with 84 additions and 45 deletions

View File

@@ -2,6 +2,7 @@
#define GRIDSEARCH_H
#include <string>
#include <map>
#include <mpi.h>
#include <nlohmann/json.hpp>
#include "Datasets.h"
#include "HyperParameters.h"