minitest
Module Contents
Test case for verification module |
|
Test case for timeout module |
|
Test case for intermediate client connections module |
|
Test case for FedAvg |
|
Test case for FedAdam |
Verify the FedAvg aggregation algorithm using two clients |
|
Verify the FedAdam aggregation algorithm using two clients |
|
Verify the verification module using two clients by implementing the following function. |
|
Verify the timeout module using two clients by implementing the following function. |
|
Verify the itermeidate connection module using two clients |
- create_train_test_for_fedavg()
Verify the FedAvg aggregation algorithm using two clients by implementing the following function.
- create_train_test_for_fedadam()
Verify the FedAdam aggregation algorithm using two clients by implementing the following function.
- create_train_test_for_verification_module()
Verify the verification module using two clients by implementing the following function.
- create_train_test_for_timeout_module()
Verify the timeout module using two clients by implementing the following function.
- create_train_test_for_intermediate_connection_module()
Verify the itermeidate connection module using two clients by implementing the following function.
- class TestTrainer_verification(methodName='runTest')
Bases:
create_train_test_for_verification_module()Test case for verification module
- class TestTrainer_timeout(methodName='runTest')
Bases:
create_train_test_for_timeout_module()Test case for timeout module
- class TestTrainer_intermediate(methodName='runTest')
Bases:
create_train_test_for_intermediate_connection_module()Test case for intermediate client connections module
- class TestTrainer_fedavg(methodName='runTest')
Bases:
create_train_test_for_fedavg()Test case for FedAvg
- class TestTrainer_fedadam(methodName='runTest')
Bases:
create_train_test_for_fedadam()Test case for FedAdam