Table of Contents

Enum FederatedAsyncMode

Namespace
AiDotNet.Models.Options
Assembly
AiDotNet.dll

Specifies the asynchronous federated learning mode.

public enum FederatedAsyncMode

Fields

FedAsync = 1

FedAsync-style staleness-aware mixing.

FedBuff = 2

FedBuff-style buffered aggregation.

None = 0

Disable 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.