MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / set

Method set

util/utils.py:483–484  ·  view source on GitHub ↗
(self, model)

Source from the content-addressed store, hash-verified

481 (1. - self.decay) * m)
482
483 def set(self, model):
484 self._update(model, update_fn=lambda e, m: m)
485
486
487class BestMetricSingle():

Callers

nothing calls this directly

Calls 1

_updateMethod · 0.95

Tested by

no test coverage detected