Optimize ComputeCPT method with a approx. 30% reducing time

This commit is contained in:
2025-05-19 17:00:07 +02:00
parent 250036f224
commit 36ce6effe9
6 changed files with 29 additions and 28 deletions

View File

@@ -7,14 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.1.1] - 2025-05-08
## [1.1.1] - 2025-05-20
### Internal
- Fix the vcpkg configuration in building the library.
- Fix the sample app to use the vcpkg configuration.
- Add predict_proba method to all Ld classifiers.
- Optimize the computeCPT method in the Node class with libtorch vectorized operations and remove the for loop.
- Refactor the computeCPT method in the Node class with libtorch vectorized operations.
- Refactor the sample to use local discretization models.
## [1.1.0] - 2025-04-27