服务器

Flower 服务器。

Functions

start_server(*[, server_address, server, ...])

使用 gRPC 传输层启动 Flower 服务器。

Classes

ClientManager()

Abstract base class for managing Flower clients.

Driver()

Abstract base Driver class for the ServerAppIo API.

History()

History class for training and/or evaluation metrics collection.

LegacyContext(context[, config, strategy, ...])

Legacy Context.

Server(*, client_manager[, strategy])

Flower 服务器。

ServerApp([server, config, strategy, ...])

Flower ServerApp.

ServerAppComponents([server, config, ...])

Components to construct a ServerApp.

ServerConfig([num_rounds, round_timeout])

Flower server config.

SimpleClientManager()

Provides a pool of available clients.

Modules

strategy

包含策略抽象和不同的实现方法。

workflow

Workflows.