Continue refactoring

This commit is contained in:
2025-02-26 21:03:01 +01:00
parent 1a688f90b4
commit 0d1e4b3c6f
5 changed files with 17 additions and 14 deletions

View File

@@ -8,7 +8,7 @@
#include "TensorUtils.hpp"
namespace platform {
ExpClf::ExpClf() : semaphore_{ CountingSemaphore::getInstance() }
ExpClf::ExpClf() : semaphore_{ CountingSemaphore::getInstance() }, Boost(false)
{
}
void ExpClf::setHyperparameters(const nlohmann::json& hyperparameters)