Fix GridBase to eliminate uneeded GridData

This commit is contained in:
2025-03-20 15:54:13 +01:00
parent c9ab88e475
commit facf6f6ddd
5 changed files with 7 additions and 18 deletions

View File

@@ -1,18 +1,14 @@
#ifndef GRIDEXPERIMENT_H
#define GRIDEXPERIMENT_H
#include <string>
#include <map>
#include <mpi.h>
#include <argparse/argparse.hpp>
#include <nlohmann/json.hpp>
#include "common/Datasets.h"
#include "common/DotEnv.h"
#include "main/Experiment.h"
#include "main/HyperParameters.h"
#include "main/ArgumentsExperiment.h"
#include "GridData.h"
#include "GridBase.h"
#include "bayesnet/network/Network.h"
namespace platform {
@@ -39,4 +35,4 @@ namespace platform {
void consumer_go(struct ConfigGrid& config, struct ConfigMPI& config_mpi, json& tasks, int n_task, Datasets& datasets, Task_Result* result);
};
} /* namespace platform */
#endif
#endif