strategy¶
ServerApp strategies.
Classes
|
Bulyan 策略。 |
Strategy wrapper for central DP with client-side adaptive clipping. |
|
Strategy wrapper for central DP with client-side fixed clipping. |
|
Message-based central DP with server-side adaptive clipping. |
|
Strategy wrapper for central DP with server-side fixed clipping. |
|
|
FedAdagrad 策略 - 使用 Adagrad 进行自适应联合优化。 |
|
FedAdam - 使用 Adam 进行自适应联合优化。 |
|
联邦平均策略。 |
|
联邦平均动量策略。 |
|
Federated Median (FedMedian) strategy. |
|
联邦优化策略。 |
|
带修剪均值的联邦平均法[Dong Yin 等,2021]。 |
|
Configurable FedXgbBagging strategy implementation. |
|
Configurable FedXgbCyclic strategy implementation. |
|
FedYogi [Reddi 等人,2020] 策略。 |
|
Krum [Blanchard et al., 2017] strategy. |
|
MultiKrum [Blanchard et al., 2017] strategy. |
|
Q-FedAvg strategy. |
|
Data class carrying records generated during the execution of a strategy. |
|
服务器策略实现的抽象基类。 |