Skip to main content
. 2011 Jul 14;11(7):7188–7203. doi: 10.3390/s110707188

Algorithm 1.

Node Ni calculates its own temperature.

φi = 0;
sort neighbors by temperature descending;
foreachNeighbor NjSNdo
  ifφi < φjthen
    φi = φi + (φjφi) · ξi;
  end
end