MCPcopy Create free account
hub / github.com/dmlc/parameter_server / add_lambda

Method add_lambda

src/app/linear_method/proto/linear.pb.h:1538–1540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1536 lambda_.Set(index, value);
1537}
1538inline void PenaltyConfig::add_lambda(double value) {
1539 lambda_.Add(value);
1540}
1541inline const ::google::protobuf::RepeatedField< double >&
1542PenaltyConfig::lambda() const {
1543 return lambda_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected