Accept nested hyperparameters in b_main

This commit is contained in:
2024-08-04 17:19:31 +02:00
parent 0ea967dd9d
commit 800246acd2
2 changed files with 21 additions and 9 deletions

View File

@@ -19,6 +19,7 @@ namespace platform {
void check(const std::vector<std::string>& valid, const std::string& fileName);
json get(const std::string& fileName);
private:
void normalize_nested(const std::vector<std::string>& datasets);
std::map<std::string, json> hyperparameters;
bool best = false; // Used to separate grid/best hyperparameters as the format of those files are different
};