Commits


Guolin Ke authored and GitHub committed 77d92b7cde7
speed up `FindBestThresholdFromHistogram` (#2867) * speed up for const hessian * rename template * some refactorings * refine * refine * simplify codes * fix random in feature histogram * code refine * refine * try fix * make gcc happy * remove timer * rollback some changes * more templates * fix a bug * reduce the cost of timer * fix gpu * fix bug * fix gpu