p2pfl.experiment moduleΒΆ
Experiment class.
- class p2pfl.experiment.Experiment(exp_name, total_rounds)[source]ΒΆ
Bases:
object
Class to represent an experiment.
- exp_nameΒΆ
The name of the experiment.
- Type:
str
- total_roundsΒΆ
The total rounds of the experiment.
- Type:
int
- roundΒΆ
The current round.
- Type:
int
- Parameters:
exp_name (
str
) β The name of the experiment.total_rounds (
int
) β The total rounds of the experiment.