MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / TrainOneIter_new

Method TrainOneIter_new

src/c_api.cpp:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244 }
245
246 bool TrainOneIter_new(const score_t* gradients, const score_t* hessians,const score_t* gradients2, const score_t* hessians2) {
247 std::lock_guard<std::mutex> lock(mutex_);
248 return boosting_->TrainOneIter_new(gradients, hessians, gradients2, hessians2);
249 }
250
251
252 void RollbackOneIter() {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected