Add hyperparameter to ChangeLog and Boost class

This commit is contained in:
2024-12-14 14:02:10 +01:00
parent 43ceefd2c9
commit 18844c7da7
3 changed files with 17 additions and 3 deletions

View File

@@ -45,8 +45,8 @@ namespace bayesnet {
std::string select_features_algorithm = Orders.DESC; // Selected feature selection algorithm
FeatureSelect* featureSelector = nullptr;
double threshold = -1;
bool block_update = false;
bool block_update = false; // if true, use block update algorithm, only meaningful if bisection is true
bool alpha_block = false; // if true, the alpha is computed with the ensemble built so far and the new model
};
}
#endif