Including XA1DE model #5

Merged
rmontanana merged 33 commits from XA1DE into main 2025-03-20 14:58:38 +00:00
18 changed files with 1141 additions and 91 deletions
Showing only changes of commit 1b26de1e38 - Show all commits

View File

@@ -73,7 +73,7 @@ namespace platform {
bool debug = false;
bayesnet::status_t status = bayesnet::NORMAL;
std::vector<std::string> notes;
bool use_threads = false;
bool use_threads = true;
std::string version = "0.9.7";
bool fitted = false;
};