fedlib.aggregators.Centeredclipping
- class fedlib.aggregators.Centeredclipping(tau=5.0, n_iter=5)[source]
Bases:
objectA robust aggregator from the “Learning from History for Byzantine Robust Optimization” paper. It iteratively clips the updates around the center while updating the center accordingly.