Fix epsilont early stopping in BoostAODE

This commit is contained in:
2024-02-20 10:11:22 +01:00
parent c7555dac3f
commit a63a35df3f
6 changed files with 26 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.20)
project(BayesNet
VERSION 1.0.1
VERSION 1.0.2
DESCRIPTION "Bayesian Network and basic classifiers Library."
HOMEPAGE_URL "https://github.com/rmontanana/bayesnet"
LANGUAGES CXX