Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ max_constraint
Method
max_constraint
src/treelearner/leaf_splits.hpp:140–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
double sum_hessians() const { return sum_hessians_; }
139
140
double max_constraint() const { return max_val_; }
141
142
double min_constraint() const { return min_val_; }
143
Callers
6
FindBestSplitsFromHistograms
Method · 0.45
FindBestSplitsFromHistograms
Method · 0.45
FindBestSplitsFromHistograms
Method · 0.45
FindBestSplits
Method · 0.45
FindBestSplitsFromHistograms
Method · 0.45
Split
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected