Update dmlc-core

This commit is contained in:
tqchen
2016-02-10 11:54:49 -08:00
parent 63c4ad7617
commit 413f119c7e
4 changed files with 4 additions and 2 deletions

View File

@@ -651,7 +651,7 @@ class GlobalProposalHistMaker: public CQHistMaker<TStats> {
DMatrix *p_fmat,
const std::vector<bst_uint> &fset,
const RegTree &tree) override {
if (this->qexpand.size() == 1 && !this->param.cache_global_proposal) {
if (this->qexpand.size() == 1) {
cached_rptr_.clear();
cached_cut_.clear();
}