Begin adding cfs to BoostAODE

This commit is contained in:
2023-10-10 11:52:39 +02:00
parent 7d8aca4f59
commit f288bbd6fa
13 changed files with 59 additions and 28 deletions

View File

@@ -56,10 +56,12 @@ namespace platform {
try {
cout << r["hyperparameters"].get<string>();
}
catch (const exception& err) {
cout << r["hyperparameters"];
catch (...) {
//cout << r["hyperparameters"];
cout << "Arrggggghhhh!" << endl;
}
cout << endl;
cout << flush;
lastResult = r;
totalScore += r["score"].get<double>();
odd = !odd;