minitest

Module Contents

TestTrainer_verification

Test case for verification module

TestTrainer_timeout

Test case for timeout module

TestTrainer_intermediate

Test case for intermediate client connections module

TestTrainer_fedavg

Test case for FedAvg

TestTrainer_fedadam

Test case for FedAdam

create_train_test_for_fedavg()

Verify the FedAvg aggregation algorithm using two clients

create_train_test_for_fedadam()

Verify the FedAdam aggregation algorithm using two clients

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

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