Allow blocking launch of federated tracker. (#10414)

---------

Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
This commit is contained in:
Jiaming Yuan
2024-06-16 01:43:53 +08:00
committed by GitHub
parent 49e25cfb36
commit 6c83c8c2ef
3 changed files with 18 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ class MyLogistic : public ObjFunction {
void SaveConfig(Json* p_out) const override {
auto& out = *p_out;
out["name"] = String("my_logistic");
out["name"] = String("mylogistic");
out["my_logistic_param"] = ToJson(param_);
}