strategy¶
Contains the strategy abstraction and different implementations.
Classes
|
Bulyan 策略。 |
|
Wrapper for configuring a Strategy for DP with Adaptive Clipping. |
|
Wrapper for configuring a Strategy for DP with Fixed Clipping. |
Strategy wrapper for central DP with client-side adaptive clipping. |
|
Strategy wrapper for central DP with client-side fixed clipping. |
|
Strategy wrapper for central DP with server-side adaptive clipping. |
|
Strategy wrapper for central DP with server-side fixed clipping. |
|
|
Configurable fault-tolerant FedAvg strategy implementation. |
|
FedAdagrad 策略 - 使用 Adagrad 进行自适应联合优化。 |
|
FedAdam - 使用 Adam 进行自适应联合优化。 |
|
联邦平均策略。 |
|
联邦平均策略。 |
|
联邦平均动量策略。 |
|
Configurable FedMedian strategy implementation. |
|
Federated Optim strategy. |
|
联邦优化策略。 |
|
带修剪均值的联邦平均法[Dong Yin 等,2021]。 |
|
Configurable FedXgbBagging strategy implementation. |
|
Configurable FedXgbCyclic strategy implementation. |
|
Configurable FedXgbNnAvg strategy implementation. |
|
FedYogi [Reddi 等人,2020] 策略。 |
|
Krum [Blanchard et al., 2017] strategy. |
|
Configurable QFedAvg strategy implementation. |
|
服务器策略实现的抽象基类。 |