Skip to main content
. 2022 Jan 17;22(2):684. doi: 10.3390/s22020684
Algorithm 1 Anomalous Model Parameter Detection
01. Server Executes:
02. the global model parameter initialization: w0
03. for iteration round t=1 to I do
04.    Ct Randomly choose N clients
05.    for client n in Ct do
06.          Lt+1nClientUpdate(n,wt)
07.      end for
08.      Client Detection
09.       for each client performing the detection task do
10.                 rk Return the evaluation results matrix
11.      end for
12.      for i=1 to s do
13.           Calculate the penalty coefficient ft+1i
14.      end for
15.         wt+11si=0sft+1iwt+1i
16. end for