|
Algorithm 1 Anomalous Model Parameter Detection |
| 01. Server Executes: |
| 02. the global model parameter initialization:
|
| 03. for iteration round to do
|
| 04. Randomly choose clients |
| 05. for client in do
|
| 06.
|
| 07. end for
|
| 08. Client Detection
|
| 09. for each client performing the detection task do
|
| 10. Return the evaluation results matrix |
| 11. end for
|
| 12. for to do
|
| 13. Calculate the penalty coefficient
|
| 14. end for
|
| 15.
|
| 16. end for
|