apple / pfl-research

Simulation framework for accelerating research in Private Federated Learning
http://apple.github.io/pfl-research/
Apache License 2.0
281 stars 27 forks source link

Improved greedy worker scheduling #73

Closed grananqvist closed 2 months ago

grananqvist commented 3 months ago

Now assigns user to worker with the smallest accumulated user weight so far, like in a textbook greedy scheduling algorithm. Before, because of implementation issues, scheduling based on weight was done, but had to select the same number of users per process.