p2pfl.stages.base_node.round_finished_stage moduleΒΆ
Round Finished Stage.
- class p2pfl.stages.base_node.round_finished_stage.RoundFinishedStage[source]ΒΆ
Bases:
StageRound Finished Stage.
- static execute(state=None, learner=None, communication_protocol=None, aggregator=None, **kwargs)[source]ΒΆ
Execute the stage.
- Parameters:
state (
NodeState|None)learner (
Learner|None)communication_protocol (
CommunicationProtocol|None)aggregator (
Aggregator|None)
- Return type:
type[Stage] |None