ray-project / rayfed

A multiple parties joint, distributed execution engine based on Ray, to help build your own federated learning frameworks in minutes.
https://rayfed.readthedocs.io
Apache License 2.0
91 stars 20 forks source link

Refactor proxy directory. #137

Closed jovany-wang closed 1 year ago

jovany-wang commented 1 year ago

As barriers.py are mess to read, in this PR, I refactor the directories in:

  1. moving stuff to proxy directory.
  2. separating sender proxy and receiver proxy in different files.