Skip to content

Commit

Permalink
Merge branch 'PR3-monotone-constraints-splits-penalization' of https:…
Browse files Browse the repository at this point in the history
…//github.com/CharlesAuguste/LightGBM into PR3-monotone-constraints-splits-penalization
  • Loading branch information
Charles Auguste committed Apr 7, 2020
2 parents c735e5f + ccbcf01 commit 053d93e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/treelearner/monotone_constraints.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ class LeafConstraintsBase {
tree_ = tree;
}

private:
const Tree* tree_;
private:
const Tree* tree_;
};

class BasicLeafConstraints : public LeafConstraintsBase {
Expand Down

0 comments on commit 053d93e

Please sign in to comment.