Allow blocking launch of federated tracker. (#10414)
--------- Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
This commit is contained in:
@@ -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_);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user