server

Flower server.

함수

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

Start a Flower server using the gRPC transport layer.

클래스

ClientManager()

Abstract base class for managing Flower clients.

Driver()

Deprecated abstract base class Driver, use Grid instead.

Grid()

Abstract base class Grid to send/receive messages.

History()

History class for training and/or evaluation metrics collection.

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

Legacy Context.

Server(*, client_manager[, strategy])

Flower server.

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

Flower 서버.

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

Contains the strategy abstraction and different implementations.

workflow

Workflows.