Enum FederatedAsyncMode
Specifies the asynchronous federated learning mode.
public enum FederatedAsyncMode
Fields
FedAsync = 1FedAsync-style staleness-aware mixing.
FedBuff = 2FedBuff-style buffered aggregation.
None = 0Disable asynchronous modes (standard synchronous rounds).
Remarks
For Beginners: In async federated learning, clients can send updates at different times. The server mixes updates as they arrive instead of waiting for a strict round barrier.