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

Method ShuffleModels

src/c_api.cpp:382–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380 }
381
382 void ShuffleModels(int start_iter, int end_iter) {
383 std::lock_guard<std::mutex> lock(mutex_);
384 boosting_->ShuffleModels(start_iter, end_iter);
385 }
386
387 int GetEvalCounts() const {
388 int ret = 0;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected