p2pfl.stages.base_node.round_finished_stage moduleΒΆ

Round Finished Stage.

class p2pfl.stages.base_node.round_finished_stage.RoundFinishedStage[source]ΒΆ

Bases: Stage

Round Finished Stage.

static execute(state=None, learner=None, communication_protocol=None, aggregator=None, **kwargs)[source]ΒΆ

Execute the stage.

Return type:

Optional[Type[Stage]]

static name()[source]ΒΆ

Return the name of the stage.