NVIDIA / NVFlare

NVIDIA Federated Learning Application Runtime Environment
https://nvidia.github.io/NVFlare/
Apache License 2.0
592 stars 165 forks source link

Allow the simulator to pass the End_Run aux message to clients #2653

Closed yhwen closed 1 month ago

yhwen commented 2 months ago

Fixes # .

Description

Allow the ServerRunner to pass END_RUN aux messages to the clients when running the simulator. Still keeps the behavior to avoid un-necessary error messages if client run finishes earlier when sending the messages.

Types of changes