There are different ways of sampling clients. Currently we pass the sampling scheme and rate directly as algorithm arguments. It is better to make client sampler a seperate class and an instance is made and passed to the algorithm as argument instead.
There are different ways of sampling clients. Currently we pass the sampling scheme and rate directly as algorithm arguments. It is better to make client sampler a seperate class and an instance is made and passed to the algorithm as argument instead.