Skip to main content
. 2023 Nov 4;8(7):525. doi: 10.3390/biomimetics8070525
Algorithm 3: Computation of Mean Network Architecture Represented by Population Mean
Input:  P=[X1,,Xn,.,XN]ND
01: X¯.Mean;
02: for d=1 to D do
03:   Compute X¯.Meand using Equation (8);
04:   if d2NmaxConv+3l1 with  l=1,,NmaxConv do
05:     X¯.MeandRound(X¯.Meand);
06:    end if
07: end for
Output:  X¯.Mean