Skip to content

Commit

Permalink
fix issues of denormal inconsistency in purification
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Dec 24, 2024
1 parent 0a7d04d commit 4094054
Show file tree
Hide file tree
Showing 3 changed files with 314 additions and 53 deletions.
4 changes: 2 additions & 2 deletions shared/libebm/PartitionMultiDimensionalTree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,8 @@ template<bool bHessian, size_t cCompilerScores> class PartitionMultiDimensionalT
++iDimension;
} while(cDimensions != iDimension);

constexpr double tolerance =
0.0; // TODO: for now purify to the max, but test tolerances and profile them
// TODO: for now purify to the max, but test tolerances and profile them
constexpr double tolerance = 0.0;

// TODO: in the future try randomizing the purification order. It probably doesn't make much
// difference
Expand Down
Loading

0 comments on commit 4094054

Please sign in to comment.