TalwalkarLab / leaf

Leaf: A Benchmark for Federated Settings
BSD 2-Clause "Simplified" License
852 stars 244 forks source link

simplify client selection #3

Closed adnilsson closed 5 years ago

adnilsson commented 6 years ago

The same result can be achieved by applying random.sample() directly from the list of possible clients. This is a faster and more direct approach.