-neighbors when needed. By and large, this allows a node on the one hand, to predict the load it will receive in the subsequent time steps, and on the other hand, to take suitable decisions when detecting load imbalance in its closed neighborhoods. Doing so, we expect faster convergence time since nodes can take
-into account the information about the predictive loads not
-received yet.
-
-% repetition !
-%In fact, a node that receives a load information message knows that
-%later it will receive the corresponding load balancing message containing the
-%corresponding data. So, if this node detects it is too loaded compared to some
-%of its neighbors and if it has enough load (real load), then it can send more
-%load to some of its neighbors without waiting the reception of the load
-%balancing message.
-
-%Doing this, we can expect a faster convergence since nodes have a faster
-%information of the load they will receive, so they can take it into account.
-
-%\FIXME{Est ce qu'on donne l'algo avec virtual load?}
-
-%With integer load, this algorithm has been adapted by rounding the load value. In fact, we consider that the total amount of load is big enough and that it can be split with integer numbers.
-
-
+neighbors when needed. By and large, this allows a node on the one hand, to predict the load it will receive in the subsequent time steps, and on the other hand, to make suitable decisions when detecting load imbalance in its closed neighborhoods. Doing so, faster convergence times are expected since nodes can take
+into account the information about the predictive loads even if these have not yet been received.