Add reports to gridsearch

This commit is contained in:
2023-11-29 00:26:48 +01:00
parent 8dbbb65a2f
commit 460d20a402
8 changed files with 116 additions and 19 deletions

View File

@@ -28,6 +28,8 @@ namespace platform {
explicit GridSearch(struct ConfigGrid& config);
void go();
~GridSearch() = default;
std::vector<json> dump();
json getResults();
private:
void save(json& results) const;
double processFile(std::string fileName, Datasets& datasets, HyperParameters& hyperparameters);