Skip to main content
PLOS One logoLink to PLOS One
. 2020 Dec 17;15(12):e0243215. doi: 10.1371/journal.pone.0243215

Supportive consensus

A Palomares 1,*,#, M Rebollo 1,#, C Carrascosa 1,#
Editor: Fei Chen2
PMCID: PMC7746199  PMID: 33332368

Abstract

The paper is concerned with the consensus problem in a multi-agent system such that each agent has boundary constraints. Classical Olfati-Saber’s consensus algorithm converges to the same value of the consensus variable, and all the agents reach the same value. These algorithms find an equality solution. However, what happens when this equality solution is out of the range of some of the agents? In this case, this solution is not adequate for the proposed problem. In this paper, we propose a new kind of algorithms called supportive consensus where some agents of the network can compensate for the lack of capacity of other agents to reach the average value, and so obtain an acceptable solution for the proposed problem. Supportive consensus finds an equity solution. In the rest of the paper, we define the supportive consensus, analyze and demonstrate the network’s capacity to compensate out of boundaries agents, propose different supportive consensus algorithms, and finally, provide some simulations to show the performance of the proposed algorithms.

Introduction

This paper presents a novel approach to deal with consensus with bounded capacity nodes. To present our approach, let us suppose a straightforward example: three friends are going for dinner. When they receive the ticket, they find themselves in the following situation: it is 60 euros, and the first one only has 15 euros, the second one only has 20 euros, and the third one has 25 euros. According to the classic consensus algorithm of [1, 2], the only possible solution is an equality one; that is, each of them ought to pay 20 euros, but it is not possible since the first one only carries 15 euros, so there is no solution. Our approach is an equity one, so each one must give according to their available money, in this case, everything they have available (the first one 15 euros, the second one 20 euros, and the third one 25 euros).

In general, consensus problems consist of a group of entities that wants to reach an agreement about the value of a variable of interest in an incomplete information scenario.

Scope of the paper

This paper defines a new kind of problems called supportive consensus (SC) to solve a state constraint consensus where agents must collaborate to find an equitable solution to the problem. SC allows to solve some situations that classical consensus model solutions are unable to do. For instance, when there is no overlapping between any two different agents’ boundaries in the system. The only restrictions we impose for SC algorithms are the conservation of sum (a common restriction for consensus problems) and that all agents must converge to values within their boundaries. One significant result that we have proved is that if all the agents have their initial value inside their boundaries, equity-based solutions that the system could reach exist.

The paper also presents some proposals of algorithms that give a solution to the above-presented problem. These are not intended to be the best or the only possible solutions to the problem, but only possible ones. We want to emphasize that we have tried to make these algorithms ‘as similar as possible’ to the original consensus algorithm (Olfati-Saber). We present an exact algorithm that we have called SEA and a set of approximate algorithms (CORA, ICORA, RANA, and RACNA).

The approximate algorithms try to solve the problem by combining the consensus algorithm with a method that compensates values corresponding to agents that are ‘out of its boundaries’ in each iteration.

When these algorithms reach a stable state, a small amount of ‘out of boundaries values’ cannot be distributed in the network. For this reason, we have defined the relative error, which allows us to estimate the reliability of the solutions obtained.

Nevertheless, as they are the ones proposed till now, we have also included some simulation results using all these algorithms. These simulations are grouped into three sets according to the feature they want to test:

  • First, a series of proofs of concept to follow in detail the proposed algorithms. With this purpose, a network of four nodes has been created. The mean value is outside the acceptable range of one of them, and the network must assume the excess. In this case, the algorithms that appear in Section “Supportive Consensus Algorithms Proposals” have been evaluated, and the evolution of the consensus value, the evolution of the sum of the excesses that the network must assume, and the evolution of the error–considered as the difference of the final value obtained concerning the average of the initial values–is shown.

  • A second experiment studies how the error of the value reached concerning the mean of the initial values with each of the algorithms varies according to the network’s size. This experiment shows how, as the network’s size increases, the error is distributed throughout the network, and the deviation from the desired value is small.

  • Finally, the third set of experiments evaluates the algorithms’ behavior when the distribution of the intervals is unbalanced. We study what happens depending on the intervals’ size, whether the solution is inside or outside most nodes, the distribution of nodes above or below the solution. The purpose is to show that the proposed solution is sufficiently robust, and the error obtained does not depend on the nodes’ initial situation.

We want to highlight that ‘supportive consensus’ is an open problem, and that therefore other algorithms are possible.

Related work

In general, the problems where supportive consensus could be applied are collaborative works, where all participating agents want to reach a consensus to fulfill a global goal. Moreover, some of the participants have bounded resources. Moreover, each agent participates according to its possibilities. This problem is very usual, not only in examples like the one commented above but in quite a lot of different domains, such as:

  • Group Decision Making, where everyone will accept a solution only if it reflects the opinions of all of them, so this process requires some discussion and deliberation [3].

  • Public good domain cooperation problems, where all people are interested in reaching the goal, but with heterogeneous contributing factors. An extreme case of this heterogeneity is the free-rider problem, where individuals do not contribute but want to share the global goal [4].

  • Cap and Trade, or emissions trading, systems are government-regulated programs designed to limit, or cap, the total level of specific chemical by-products resulting from private business activity. Cap and trade’s purpose is to create a market price for emissions or pollutants that did not previously exist and address possible negative externalities. The Cap-and-Trade system [5] uses the total cap to attain environmental goals and allows trade to achieve the effective scheduling through market regulation.

  • Transmission rights markets, such as electric power or water rights markets [6], where there is a set of collaborating agents that want to share their rights to reach some goals. The establishment of tradable rights plays an essential role in improving the efficiency, equity, and sustainability of natural resource usage.

  • Supply-demand balance in smart grids [7, 8], where a set of power stations must contribute to supply the global power demand of territory according to their boundaries.

  • Safety or hazardous areas in the coordination of autonomous vehicles for rendezvous situations [9, 10], in which constraints on the position of vehicles are needed. In the same way, other [11, 12] present a consensus application to autonomous vehicle management with dynamic topologies.

As observed, they tend to be problems where there is a goal value to be reached, and all participating agents must contribute something to reach such goal: money, hours, energy, CO2, or hours dedicated to a project by its participants. So, Knorn et al. [13] presents an interesting application of the classical consensus algorithm to be used by a fleet of hybrid electric vehicles to regulate CO2 cooperatively.

A particular case dealt in the literature corresponds to a constrained consensus with common global constraints. So, in Shuai et al. [9], a global constraint is applied to the final consensus value. Agents reach a collective agreement value that must fulfill such a global constraint. So, they assume that all participating agents can reach the consensus. Furthermore, in Zhirong et al. [10], the global constraint is only known by some of the agents, and they all have the goal to achieve the minimum global aggregated cost. Similarly, [14] formalize the notion of scaled consensus wherein network components’ scalar states reach assigned proportions, rather than a shared value in equilibrium.

Due to their relevant application to real-life problems, constrained consensus algorithms are a recent source of interest in the field. In real applications, there exist other constraints than system dynamics to be considered, such as communication bandwidth constraints [9], state constraints [9, 10], or velocity constraints [15] and input saturation [16]. These and other similar works related to constrained consensus processes on control dynamics can be found in the literature, such as second-order systems [17], and high dimensionality linear systems [18].

Fontan et al. and Hou et al. [19, 20] present similar approaches following the idea in classical consensus to agents with intervals, so they propose a modified classical consensus where all the intervals have to have a non-empty intersection where the solution will be contained, that is, an equality solution.

In contrast, we have called this new equity solution to a consensus supportive consensus. As commented, this solution is not directed by equality; that is, the mean value may not be the right solution. The approach presented in this paper can be classified as a state constraint consensus problem.

The rest of the paper presents some related work focusing on presenting the classical Consensus Algorithm, defining a supportive consensus. After that, some results are given about the system’s capacity to calculate a problem’s solution. Next, some proposals of algorithms are presented, followed by some simulation results. Lastly, some conclusions to the presented work are commented on.

Background

The theoretical framework for solving consensus problems in dynamic agent networks was formally introduced by Olfati–Saber and Murray [1, 2]. This is one of the most promising research subjects in the Multi-Agent Systems (MAS) area that is currently emerging [2126]. The agents’ interaction topology is represented using edges of graphs, and consensus means reaching an agreement based on a certain amount that depends on the state of all agents in the network. This value represents the variable of interest in agreement term problem, which might be, for example, a physical quantity, a control parameter, or a price.

Let G = {V, E} be an undirected, connected graph with n nodes, V = {1, …, n}, and e edges EV × V, where (i, j) ∈ E if there exists a link between nodes i and j.

The graph can be represented by its weighted adjacency matrix A = [aij]. Let (G, x) be the state of a network with value x and topology G, where x=(x1,,xn)TRn, and where xi is a real value that is associated with the node i. Á node’s value might represent physical quantities measured in a distributed network of sensors (such as temperatures or voltages), or the amount of interest in a network of buyers and sellers in the market (prices, rights, or quality). A network is a dynamic system if (G, x) evolves in discrete epochs. A consensus algorithm is an interaction rule that specifies the information exchange between agents and their neighbors to reach the agreement. The entire network reaches a consensus if and only if xi = xji, j. The distributed solutions of consensus problems in which no node is connected to all nodes are particularly interesting. The most commonly used consensus protocols are average, maximum, and minimum because they have broad applications in distributed decision-making multi-agent systems. It has been demonstrated [1, 2] that a convergent and distributed consensus algorithm in discrete-time (epochs) is:

xi(t+1)=xi(t)+εjNi(xj(t)-xi(t)) (1)

where Ni denotes the set formed by all nodes connected to the node i (neighbors of i). 0 < ε < 1/dmax is the step–size in the different iterations, where dmax is the maximum degree in the network. In graph theory, the degree of a node di is the number of edges that are incident to the node, and therefore |Ni| = di.

The algorithm converges to the average of the initial values of the state of each agent

limtxi(t)=1nixi(0)=x¯ (2)

and it allows the average for very large networks to be computed via local communication with their neighbors on a graph. Moreover, it has to be underlined that the sum of xi values is conserved along the process:

ixi(0)=ixi(t),t0 (3)

In case of weighted average consensus [27], Eq 4 is used to calculate the new values:

xi(t+1)=xi(t)+εwijNi(xj(t)-xi(t)) (4)

where wi is the weight of agent i. In this case, the algorithm converges to the weighted average of the initial values.

To illustrate the working of the different consensus processes that will be defined in the paper, we will use a simple example formed by a graph with 4 nodes (A, B, C, and D) with the graph representation and initial values shown in Fig 1 left and center respectively. Fig 1 right shows the evolution of the Olfati-Saber’s consensus (Eq 1) for this example.

Fig 1.

Fig 1

ABCD example: Graph (left), the initial values of nodes (center) and original Olfati-Saber’s consensus algorithm for ABCD example without considering boundaries.

If each node has defined a range of allowed values, four possible situations may happen:

  • Stage 1: All ranges overlap, and the mean of the node’s initial values is at the intersection of the overlapping of ranges. In this situation, the Olfati-Saber’s consensus works as usually.

  • Stage 2: There is one node with the mean value of the network’s initial values outside of its range. Fig 2 presents a variation of the previous example where each node has defined a range of allowed values, and the mean value is outside of the range of allowed values of one of the nodes (D). Fig 2 left presents these ranges defined by their lower value (xINF) and their upper value (xSUP). Fig 2 center shows a graphical representation of the node ranges with their initial value inside them and how the average of these initial values (represented as an horizontal line in this graph) is outside node D range. Fig 2 right shows the evolution of Olfati-Saber’s consensus for this situation, whereas node D reaches its upper limit of its range, he maintains such value, and cannot change it according to its neighbors’ values. In this situation, this algorithm behaves in a follow the leader situation, where the the remaining nodes tend to the value of D-node’s upper limit.

    As an agent is reaching its limit, it would remain in this value and attract the rest of the agents to converge. So, they reach a consensus, but the total sum of the values is not conserved. The initial total sum is two, and the final total sum is 1.6.

  • Stage 3: There is more than one node with the mean value of the network’s initial values outside their ranges. Fig 3 presents a variation of the previous example where each node has defined a range of allowed values. The mean value is outside of the range of allowed values of all the nodes, and there are no two nodes with overlapping ranges. This situation is extreme for this kind of problem. Fig 3 left presents the ranges of the nodes in the system, while Fig 3 center presents a graphical representation of the ranges and initial values of the nodes, with the mean of the initial values as a horizontal line. Fig 3 right presents the evolution of Olfati-Saber’s consensus in this situation. In this case, the sum of the final values is 2.18, while the sum of the initial values is 2.

Fig 2.

Fig 2

ABCD example with boundaries (I): Boundaries of each node (left), graph representation of boundaries and initial values (center), and Olfati-Saber’s consensus algorithm. It has to be taken into account that the mean value of the network is 0.5, and this value is out of the node D boundaries.

Fig 3.

Fig 3

ABCD example with boundaries (II): Boundaries of each node (left), graph representation of boundaries and initial values (center), and Olfati’s consensus algorithm. It has to be taken into account that no node boundaries overlap with no other. In this case, the sum of the final values is 2.18, while the sum of the initial values is 2.

So, in general, Olfati-Saber’s algorithm does not deal appropriately with constrained agents.

Supportive consensus

Definition

Let us suppose that the nodes in the consensus process have a constrained range of possible values for the variable xi between its lower (xiINF) and upper (xiSUP) limits:

xi(t)[xiINF,xiSUP] (5)

Let us call ri=xiSUP-xiINF the range of the node i.

According to this new feature of the nodes, Olfati consensus model can be reached only if the intersection of all intervals is not empty and, therefore, the mean value belongs to this intersection:

x¯i[xiINF,xiSUP] (6)

Let us define a supportive consensus as a state-constrained, first-order, consensus process where there exist constrained ranges for the nodes. Some nodes may have the mean value out of their bounds, but the nodes inside the bounds assume the corresponding part of the nodes in their limits so that the mean value is the same as if the whole nodes were unbounded.

The general supportive consensus has to fulfill Eq 3 as general classical consensus does.

Let (G, x) be an undirected and strongly connected graph and V the corresponding set of nodes, as defined in Background Section. We represent a partition of the V set as

V=V-(t)V*(t)V+(t) (7)

where

  • V-(t)={i|xi(t)<xiINF}, is the set of nodes which their lower bounds are over the consensus value at epoch t.

  • V*(t)={i|xiINFxi(t)xiSUP}, is the set of nodes which intervals include the consensus value at epoch t.

  • V+(t)={i|xi(t)>xiSUP}, is the set of nodes which their upper bounds are under the consensus value at epoch t.

We define the excess of node iV+(t) at epoch t that must be compensated supportively by the rest of the system δi+(t) as

δi+(t)=xi(t)-xiSUP (8)

By definition δi+(t)0.

Symmetrically, the defect of node iV(t) at epoch t that must be compensated supportively by the rest of the system δi-(t) as

δi-(t)=xi(t)-xiINF (9)

By definition δi-(t)0.

Notation

A summation criteria notation will be used in the rest of the paper to improve its readability (capital letters without indexes mean that the sum has been calculated).

  • X = ∑i xi(t) is the sum of the current values of V.

  • XINF is the sum of the lower values of V.

  • XSUP is the sum of the upper values of V.

  • X(t) is the sum of the current values of V(t).

  • XINF-(t) is the sum of the current lower bounds values of V(t).

  • XSUP-(t) is the sum of the current upper bounds values of V(t).

  • R(t) is the sum of the ranges values of V(t).

  • X*(t) is the sum of the current values of V*(t).

  • XINF*(t) is the sum of the current lower bounds values of V*(t).

  • XSUP*(t) is the sum of the current upper bounds values of V*(t).

  • RSUP*(t)=XSUP*(t)X*(t).

  • RINF*(t)=X*(t)XINF*(t).

  • R*(t) is the sum of the ranges values of V*(t). R*(t)=RSUP*(t)+RINF*(t).

  • X+(t) is the sum of the current values of V+(t).

  • XINF+(t) is the sum of the current lower bounds values of V+(t).

  • XSUP+(t) is the sum of the current upper bounds values of V+(t).

  • R+(t) is the sum of the ranges values of V+(t).

  • Δ(t) is the sum of the defect values δi-(t) of all nodes iV(t) that must be compensated supportively. Therefore Δ-(t)=X-(t)-XINF-(t).

  • Δ+(t) is the sum of the excess values δi+(t) of all nodes iV+(t) that must be compensated supportively. Therefore Δ+(t)=X+(t)-XSUP+(t).

By definition Δ(t) ≤ 0 and Δ+(t) ≥ 0.

The total amount of out of boundaries values that have to be compensated by a supportive consensus algorithm is:

Δ(t)=Δ-(t)+Δ+(t)=X-(t)-XINF-(t)+X+(t)-XSUP+(t) (10)

Fig 4 summarizes graphically these concepts.

Fig 4. Graphical representation of the node sets classification according to its bounds and accumulated magnitudes (temporal dependence not included for clarity).

Fig 4

Analysis of supportive capacity

In general, the values of the nodes are all inside their corresponding boundaries (Eq 5) and therefore

XINFXXSUP (11)

Considering the partition of V in their corresponding subsets (Eq 7):

XINF=XINF-(t)+XINF*(t)+XINF+(t) (12)

and

X=X*(t)+X-(t)+X+(t) (13)

and

XSUP=XSUP-(t)+XSUP*(t)+XSUP+(t) (14)

and replacing in Eq 11, for the left inequality:

XINF-(t)+XINF*(t)+XINF+(t)X*(t)+X-(t)+X+(t) (15)

and for the right inequality:

X*(t)+X-(t)+X+(t)XSUP-(t)+XSUP*(t)+XSUP+(t) (16)

Taking into account Eq 10, for the left inequality:

XINF-(t)+XINF*(t)+XINF+(t)X*(t)+XINF-(t)+XSUP+(t)+Δ(t) (17)

and for the right inequality

X*(t)+XINF-(t)+XSUP+(t)+Δ(t)XSUP-(t)+XSUP*(t)+XSUP+(t) (18)

Let’s analyze each one of the terms of this inequality separately. With the left inequality

XINF-XINF-(t)X*(t)+XSUP+(t)+Δ(t)XINF+(t)+XINF*(t)X*(t)+XSUP+(t)+Δ(t)XINF*(t)-X*(t)+XINF+(t)-XSUP+(t)Δ(t)-(X*(t)-XINF*(t))RINF*(t)-(XSUP+(t)-XINF+(t))R+(t)Δ(t)

RINF*(t) is the capacity to compensate differences of other nodes by the ones which values are inside their boundaries, and R+(t) is the whole capacity defined by the boundaries of the nodes which values are above their upper limits (see Fig 4). We define the network capacity to assume values under the lower limits of the nodes as

CINF(t)=RINF*(t)+R+(t). (19)

By definition CINF(t) ≥ 0. Let us analyze the right inequality

X*(t)+XINF-(t)+Δ(t)XSUP-XSUP+(t)X*(t)+XINF-(t)+Δ(t)XSUP*(t)+XSUP-(t)Δ(t)XSUP*(t)-X*(t)RSUP*(t)+XSUP-(t)-XINF-(t)R-(t)

RSUP*(t) is the capacity to compensate excesses of other nodes by the ones which values are inside their boundaries, and R(t) is the whole capacity defined by the boundaries of the nodes which values are under their lower limits (see Fig 4).

We define the network capacity to assume values over the upper limits of the nodes as

CSUP(t)=RSUP*(t)+R-(t). (20)

By definition CSUP(t) ≥ 0. Combining both inequalities, we get

-CINF(t)Δ(t)CSUP(t) (21)

In general, assuming that the initial values of all agents (t = 0) are within their bounds, the network globally always (∀t) has enough capacity to compensate the total amount of values Δ(t) corresponding to the agents for whom the mean (Olfati solution) is outside its boundaries. That is, the total amount of out of boundaries values Δ(t) can be compensated by the rest of the network whenever the agent’s initial values are between their bounds.

The supportive consensus is a new kind of problem, in contrast to classical consensus, where the solution must be satisfied in any case, regardless of all network nodes’ boundaries.

Once that has been demonstrated that supportive solutions can exist, the rest of the paper gives some proposals of possible supportive consensus algorithms and some simulation experiments over synthetic networks.

Supportive consensus algorithms proposals

The supportive consensus algorithms that we introduce in this paper are similar to Olfati’s because they must keep the mean (restriction), but also they must allow that some agents in the network can compensate the Δ(t), and thus obtaining satisfactory agreements for all of them.

The algorithms that we have called “Supportive Consensus Generic Algorithms” try to solve the problem by combining the consensus algorithm with a method that allows the delta to be distributed in each iteration. The algorithm that we have called CORA simply performs a consensus iteration to distribute the agent’s deltas. The algorithm that we have called ICORA performs n consensus iterations to distribute the delta. The algorithms that we have called RANA and RACNA are variations of the CORA algorithm, which try to optimize the distribution of the deltas, taking into account the neighboring node’s characteristics.

The algorithm that we have called SEA provides an exact solution to the problem of SC, although the consensus is made on a transformed variable, not on the original one.

Supportive exact solution

It is possible to determine the exact solution xe for the SC process in a scenario with perfect information. In such a scenario, we have information from the complete network, and it is possible to calculate the consensus solution with a centralized procedure. We consider the exact solution as the solution in which all the nodes move towards the mean value, staying at their limits if they cannot reach the average value. The rest of the nodes will share the same value, compensating for the difference.

The process to calculate the exact solution in a centralized way follows Algorithm 1. This version considers for clarity that the solution is over the upper bounds.

Algorithm 1 Exact solution in a scenario with perfect information

1: xe=Xn

2: xi = xeiV

3: V* = V

4: while i|xi>xiSUP do

5:  δi=(xi-xiSUP)|V*|

6:  xi=xiSUP

7:  V* = V * −{i}

8:  V+ = V+ + {i}

9:  xj = xj + δijV*

Let us consider ABCD example, with x = {8, 6, 4, 2} and intervals R = {[5, 10], [4, 6], [2, 5.2], [0, 4]}. In this situation., xe = 5, which is out of D’s bounds. Therefore, D cannot reach the consensus value and the remaining nodes compensate the excess. V* = {A, B, C} and V+ = {D}, being δD=5-43=1/3. Nevertheless, C cannot assume all this excess and the rest (1/3—0.2) must be compensated by the two other nodes. Finally, V* = {A, B} and V+ = {C, D}, with xD = 4, xC = 5.2, xA = xB = 5 + 1/3 + 0.2/3 = 5.4

It is important to notice that Eq 21 ensures that, even arriving at the extreme case with one remaining node, |V*| = 1, the node always can compensate the final pending amount.

Supportive consensus generic algorithm

The proposed algorithms use a double layer network, in which the first layer stores the values of the different nodes xi(t), and the second layer stores the deviations of such values out of their bounds δi(t).

When a node k over/undertakes its limit xkSUP(xkINF), the remaining passes to the other layer, that performs the Supportive Delivery function over δi. After that phase, the over/underrange residual is included back again in the variable, and the process begins anew. The effect is that the over/underrange remaining is spread and diluted over the complete set of nodes.

These algorithms are based on the conservation of the sum of the initial values and follow the generic structure that can be seen in the algorithm 2:

Algorithm 2 Supportive consensus generic algorithm.

1: δi(t)=Supportive_delivery(i,t)

2: zi(t)=xi(t)+δi(t)

3: zi(t)=zi(t)+εjNi[zj(t)-zi(t)]

4: (xi(t+1),δi(t+1))={(zi(t),0)ifzi(t)V*(t)(xiSUP,zi(t)-xiSUP)ifzi(t)V+(t)(xiINF,zi(t)-xiINF)ifzi(t)V-(t)

This algorithm begins calculating the delivery of the out of range values of the nodes (Algorithm 2, line 1). The only difference between the different proposed algorithms is how they define this Supportive_delivery(i, t) function. Then Algorithm 2, line 2 updates each node value, adding the delivered residuals. After that, Algorithm 2, line 3 performs a basic consensus iteration. Finally, Algorithm 2, line 4 classifies the nodes in their corresponding sets (V(t) or V*(t) or V+(t)) and calculates the values xi(t + 1) and residuals deltai(t + 1) for the next iteration of the algorithm.

The generic algorithm must conserve the sum of the initial values. Let us suppose that the Generic Algorithm 2, line 1 conserves the sum:

Δ(t)=iSupportive_delivery(i,t)=Δ(t) (22)

Taking into account that in the Algorithm 2, the accumulated values can be separated into their corresponding sets (line 2), line 3 performs a basic consensus that conserves the sum (Eq 3), and line 4 classifies the nodes in their corresponding sets, then:

X(t)+Δ(t)=X(t)+Δ(t)=Z(t)=Z(t)=Z-(t)+Z*(t)+Z+(t)=Z-(t)+Z*(t)+Z+(t)+XINF-(t)-XINF-(t)+XSUP+(t)-XSUP+(t)=XINF-(t)+(Z-(t)-XINF-(t))+Z*(t)+XSUP+(t)+(Z+(t)-XSUP+(t))=X-(t+1)+Δ-(t+1)+X*(t+1)+X+(t+1)+Δ+(t+1)=X(t+1)+Δ(t+1)

Summarizing,

X(t)+Δ(t)=X(t+1)+Δ(t+1) (23)

The convergence of the Olfati–Saber algorithm is guaranteed if the graph forms one connected component and ε<1maxdi. As Algorithm 2 conserves the sum of the initial values and fulfill the conditions of the Olfati–Saber consensus algorithm to converge, we need to ensure that the Supportive_Consensus() function also conserves the sum. We check this condition in each one of the proposed algorithms.

Algorithms proposed

The algorithms that we propose in this section follow the Supportive Consensus Generic Algorithm 2 exposed in the last section. These algorithms try to deliver the out of range values of the agents. The only difference between them is how they define the Supportive Delivery Function. This Supportive Delivery Function must conserve the sum (Eq 22) for each of them. The proposed algorithms are:

  1. Consensus Over Residuals Algorithm (CORA).

  2. Iterated Consensus Over Residuals Algorithm (iCORA).

  3. Residuals Among Neighbors Algorithm (RANA).

  4. Residuals Among Capable Neighbors Algorithm (RACNA).

It is also important to note that these algorithms do not allow us to obtain exact solutions to the proposed problem. These algorithms tend to converge towards non-zero solutions of the Δ(t), usually with Δ(t) << X(t). Δ(t) depends on the algorithm and also on other factors, such as the structure of the network, the agent’s initial values, or the ranges of variation of the agents. For this reason, in order to show and compare the performance of these algorithms we use the relative error (re(t)) defined as:

re(t)=Δ(t)X(t)+Δ(t) (24)

Next, we are going to show the different algorithms proposals.

Consensus Over Residuals Algorithm (CORA)

This method consists of making one basic consensus iteration between all agents to distribute among all of them this over/underrange. Formally, this process is modeled by the following equations for each node:

Supportive_delivery(i,t)=δi(t)+εjNi[δj(t)-δi(t)] (25)

Sum conservation. The CORA algorithm conserves the sum because this Supportive Delivery function is one iteration of the Olfati-Saber’s consensus algorithm in the deviations layer that conserves their sum (Eq 3).

Fig 5 shows the result of the CORA for the supportive consensus in the ABCD example.

Fig 5. Supportive consensus process according to the CORA algorithm in the ABCD example.

Fig 5

So, Fig 5 left shows the evolution of δi(t) in the ABCD example (in this case, only δD(t) is not 0). Fig 5 center shows the evolution of xi(t) values, and Fig 5 right presents the evolution of re(t).

The main drawback of this method is that making a consensus to deliver the Δ(t) between all the nodes, would make that, for instance, a node k that have reached its upper bound, and its value is now xkSUP could receive a δk(t) > 0, and so it would end the algorithm with a value out of its bounds.

Iterated Consensus Over Residuals Algorithm (iCORA)

This algorithm is an extension of the CORA algorithm that consists of making n ≥ 1 basic consensus iterations of the δi(t) layer between all agents to distribute among all of them this over/underrange.

Formally, the Supportive_delivery(i, t) is calculated by the Algorithm 3.

Algorithm 3 Iterative Consensus Over Residuals Algorithm (iCORA).

1: δi(0)=δi(t)

2: repeat

3:  δi(s+1)=δi(s)+εjNi[δj(s)-δi(s)]

4: until n iterations

5 return δi(n)

Sum conservation. The iCORA algorithm conserves the sum because the Supportive Delivery function is composed of n iterations of the Olfati-Saber’s consensus algorithm in the deviations layer that conserves their sum (Eq 3).

Fig 6 shows the result of the iCORA for the supportive consensus in the ABCD example.

Fig 6. Supportive consensus process according to the iCORA algorithm in the ABCD example.

Fig 6

Fig 6 left shows the evolution of δi(t) in the ABCD example (in this case, only δD(t) is not 0). Fig 6 center shows the evolution of xi(t) values, and Fig 6 right presents the evolution of re(t).

Residuals Among the Neighbors Algorithm (RANA)

According to this method, each node i distributes its over/underrange δi(t) equally among each one of its neighbors (∀jNi). Therefore:

δij(t)=δi(t)|Ni|jNiδi(t)=jNiδij(t) (26)

On the other hand each node i receives the corresponding over/underrange δji(t) distributed by each one of its neighbors (∀jNi). Therefore:

δji(t)=δj(t)|Nj|jNiδi(t)=jNiδji(t) (27)

In this case, the function that calculates the new δi(t) for each node i according to the different delta values arriving to the node i from its neighbors will be:

Supportive_delivery(i,t)=jNiδj(t)|Nj| (28)

Sum conservation. The RANA algorithm conserves the sum because this Supportive Delivery function conserves the sum. The reason is that this function only exchanges over/underrange values between the nodes in the layer of deviations, and therefore the sum is conserved.

Fig 7 shows the execution of the RANA algorithm in the ABCD example. So, Fig 7 left shows the evolution of δi(t) in the ABCD example. Fig 7 center shows the evolution of xi(t) values, and Fig 7 right presents the evolution of re(t).

Fig 7. Supportive consensus process according to the RANA algorithm in the ABCD example.

Fig 7

Residuals Among the Capable Neighbors Algorithm (RACNA)

The process uses the same approach as CORA does. It consideres two layers for the network: one for the consensus over the variable of interest, and a second one in which the δi(t) values are negotiated. In this case, the over/underrange δk(t) is proportionally delivered only among the capable neighbors. In this case, the function to deliver the over/underrange δi(t) is defined as indicated in Eq 29.

Supportive_delivery(i,t)=jNiδj(t)|NjV*(t)| (29)

Sum conservation. The RACNA algorithm conserves the sum because this Supportive Delivery function conserves the sum. The reason is that this function only exchanges over/underrange values between the nodes in the layer of deviations, and therefore the sum is conserved.

Fig 8 shows the execution of the RACNA algorithm in the ABCD example.

Fig 8. Supportive consensus process according to the RACNA algorithm in the ABCD example.

Fig 8

So, Fig 8 left shows the evolution of δi(t) in the ABCD example. Fig 8 center shows the evolution of xi(t) values, and Fig 8 right presents the evolution of re(t).

Supportive Equity Algorithm (SEA)

The last algorithm presented in this section, Supportive Equity Algorithm (SEA), uses a different approach, based on the renormalization of values. The last variation tries to avoid the double layer and considers the available range directly that each node can assume in case surpluses are detected. Furthermore, the method can manage directly inferior and superior bounds.

We define a change of variable that establishes the proportion of the value of xi(t) that the node has been moved, taking into account the complete range of movement available.

yi(t)=xi(t)-xiINFxiSUP-xiINF=xi(t)-xiINFri (30)

and the consensus is performed over the values of yi(t)

yi(t+1)=yi(t)+εjNi[yj(t)-yi(t)] (31)

Once the consensus is reached, the change is undone. The final value for each node xi(t) is the proportional part with which the node contributes. Notice that each node will have a different value, but the sum is conserved.

xi(t+1)=yi(t+1)ri+xiINF (32)

Note that SEA algorithm makes a consensus with transformed variables considering their ranges so that the obtained value represents the proportion of the range each node is going to use. Therefore, no delta is generated since the consensus over the ranges is maintained inside the node bounds.

Fig 9 shows the execution of the SEA algorithm in the ABCD example.

Fig 9. Supportive consensus process according to the SEA algorithm in the ABCD example.

Fig 9

So, Fig 9 left shows the evolution of yi(t) in the ABCD example. Fig 9 center shows the evolution of xi(t) values, and Fig 9 right presents the evolution of re(t), that is always 0.

Algorithm summary

The above section has presented two different possible approaches to solve the supportive consensus problem. One of them gives an exact solution, but agents agree on the percentage of their capacity in the solution (the SEA algorithm). The other approach is formed by a set of non-exact algorithms (the CORA, ICORA, RANA, and RACNA algorithms), but agents agree on their value.

This classification follows two different strategies to solve the problem

  1. approximate algorithms, pretending to reach a unique consensus value

  2. exact algorithms that reach an agreement maintaining all nodes inside their boundaries

The difference among the first type is how the excess δi(t) is spread throw the network.

It is important to underline that these two different approaches cannot fit the same applications. So, the first one could be applied, for instance, to Smart Grid problems, where agents model energy sources, and the system wants to reach a consensus where all the agents’ effort is the same. On the other hand, the second group of algorithms could be applied, for instance, to economic or monetary problems, where a set of agents must agree on the amount of money they must put in a business.

These two approaches are only some possible ones. We do not intend them to be the only ones. Similarly, the algorithms presented are not intended to be the best ones for these approaches, but only some example ones.

Simulation results

This section presents several experiments done to test the performance of the different supportive consensus algorithms presented above. The first experiment shows the evolution of the network capacity. The second set of experiments test the scalability of the algorithms with different random networks. Finally, the third set study how these algorithms behave with different configurations of the agent’s initial boundaries for a random network.

Network capacities experiment

As Eq 21 proves, the total network’s capacity is enough to compensate all the underrange and overrange values outside of the nodes’ boundaries. This experiment shows an example of the evolution of the network capacity. It has been tested in an asymmetric random network with 30 nodes. The boundaries have been generated using a Pearson distribution (mean = 0.3, standard deviation = 0.2, and skewness = 1), having the initial value of each agent centered in a range of 0.2 long. This network has been tested with the CORA algorithm, with the results shown in Fig 10. So, Fig 10 left shows the evolution of the network capacities along with the Δ(t) values during the 500 iterations of the experiment, while Fig 10 right shows the final state of the network showing the final values of each node inside its corresponding range.

Fig 10.

Fig 10

(Left) Evolution of the network capacities using the CORA algorithm. (Right) Final values xi(t) of the nodes.

Fig 10 left, shows, following the Eq 21, how Δ(t) values are always between the corresponding CSUP and CINF values. So, in Fig 10 right, the final values of the nodes inside their boundaries can be observed, along with the mean value of the network (represented by a horizontal blue line). Green ranges are over the mean value, red ranges are under the mean value, and blue ranges have the mean value inside the range. It can be observed how green nodes tend to have their value in the lower boundary, while red nodes tend to be in their upper boundary.

Relative error experiment

This experiment compares the results obtained by the different supportive consensus algorithms proposed in the last section with different random networks. The network sizes used are 5, 10, 20, 50, 100, 200, 500, and 1000 nodes, with the density of lognn that is the minimum value from which emerges the giant component on random networks. For each network size, there has been generated 500 different networks. Fig 11 shows the evolution of the mean for such 500 networks relative error (ϵ(t) as declared in Eq 24), each one executed 100 iterations (and 100 more for the internal iterations of the iCORA algorithm).

Fig 11. Relative error experiment: Results of the different supportive consensus proposed using different random networks.

Fig 11

Initial values of nodes have been generated using a uniform distribution in the range [0, 1]. Moreover, each range has been generated so that xiSUP is xi(0)+ a random value generated in the range [0.2, 0.6], and xiINF is xi(0)− a random value generated in the range [0.2, 0.6].

Table 1 summarizes the results (mean and standard deviation) obtained for the 500 networks generated for each network size, classified for each one of the different supportive consensus algorithms. Remember that, as commented above, no deltas are generated in SEA algorithm and, therefore, the relative error is zero and is not considered in this experiment.

Table 1. Relative error experiment: Mean relative error and its corresponding standard deviation.

Algorithm
CORA iCORA RANA RACNA
Nodes Mean Dev. Mean Dev. Mean Dev. Mean Dev.
5 0,18 0,83 0,14 0,72 0,17 0,82 0,17 0,82
10 0,18 0,47 0,10 0,30 0,15 0,42 0,15 0,42
20 0,16 0,26 0,08 0,14 0,12 0,21 0,12 0,21
50 0,12 0,13 0,06 0,07 0,08 0,10 0,08 0,10
100 0,10 0,08 0,05 0,04 0,07 0,06 0,07 0,06
200 0,07 0,05 0,04 0,03 0,05 0,04 0,05 0,04
500 0,04 0,03 0,02 0,02 0,03 0,02 0,03 0,02
1000 0,03 0,02 0,02 0,01 0,02 0,01 0,02 0,01

It can be concluded from Fig 11:

  • All the presented algorithms work quite well, as their relative error are very small.

  • Regarding the relative error, iCORA algorithm gives better results.

  • As the network size increases, the relative error decreases for all the algorithms.

  • All the experiments have very high dispersion, so there cannot be assured a priori that one of these algorithms works better for a particular random network.

Initial boundaries symmetry experiments

This set of experiments shows how the different proposed supportive consensus algorithms behave with a random network of 50 nodes with 95 links (the average degree of the nodes is d¯=3.8) initial values and boundaries are grouped in different configurations. Each one of these configurations has been executed 500 times over different randomly generated networks, initial values, and boundaries of each node.

Configuration 1 − |V(0)| > |V+(0)|

In this experiment, more nodes with boundaries aregreater than the mean of the initial values than nodes with boundaries under the mean. For instance, Fig 12 top left shows one of the 500 random networks generated, where there is the following boundaries distribution: |V(0)| = 26, |V+(0)| = 14, |V*(0)| = 10. These boundaries have been generated using a Pearson distribution (mean = 0.3, standard deviation = 0.2, and skewness = -1,) having the initial value of each agent centered in a range of 0.1 long.

Fig 12. One particular example of each configuration of the experiment.

Fig 12

Four initial configurations are considered: two asymmetric (top), where are more nodes over or below the average value, and symmetric (bottom), where the proportion of nodes that over or underrange is the same.

Fig 13 shows the comparative results of this configuration for the above commented initial situation summarized in Fig 12 top left, where each row corresponds to the results of the execution of one of the different supportive consensus algorithms.

Fig 13. Results of configuration 1 with initial values as in Fig 12 top left, where there are more nodes whose lower bound is over the average value.

Fig 13

Each row shows one of the algorithms |V(0)| > |V+(0)|.

It can be observed from Fig 13:

  • Due to the initial asymmetric configuration, most nodes’ convergence value is over the mean value.

  • As the mean value is outside most nodes boundaries, only a small fraction converges to such value, while the rest is restricted to one of their limits.

  • There is no significant difference in the different algorithms’ solutions regarding the Relative Error experiment results.

Configuration 2 − |V+(0)| > |V(0)|

In this experiment, more nodes exist under the mean of the initial values than nodes with boundaries greater than the mean value. For instance, Fig 12 top right shows one of the 500 random networks generated, where there is the following boundaries distribution: |V(0)| = 14, |V+(0)| = 27, |V*(0)| = 9. These boundaries have been generated using a Pearson distribution (mean = 0.3, standard deviation = 0.2, and skewness = 1), having the initial value of each agent centered in a range of 0.1 long.

Fig 14 shows the comparative results of this configuration for the above commented initial situation summarized in Fig 12 top right, where each row corresponds to the results of the execution of one of the different supportive consensus algorithms.

Fig 14. Results of configuration 2 with initial values as in Fig 12 top right, where there are more nodes whose upper bound is under the average value |V+(0)| > |V(0)|.

Fig 14

Each row shows one of the algorithms.

It can be observed from Fig 14:

  • Due to the initial asymmetric configuration, most nodes’ convergence value is under the mean value.

  • Like in the previous configuration, as the mean value is outside most node boundaries, only a small value converges to such value, while the rest is restricted to one of their limits.

  • There is no significant difference in the different algorithms’ solutions regarding the Relative Error experiment results.

Configuration 3 − |V*(0)| ≫ |V+(0)| + |V(0)|

In this experiment, most of the nodes have the mean of the initial values inside their boundaries. For instance, Fig 12 bottom left shows one of the 500 random networks generated, where there is the following boundaries distribution: |V(0)| = 1, |V+(0)| = 4, |V*(0)| = 45. These boundaries have been generated using a uniform distribution with each agent’s initial value centered in a range of 0.5 long.

Fig 15 shows the comparative results of this configuration for the above commented initial situation summarized in Fig 12 bottom left, where each row corresponds to the results of the execution of one of the different supportive consensus algorithms.

Fig 15. Results of configuration 3 with initial values as in Fig 12 bottom left, where there the average value is into the bounds of the majority of the nodes |V*(0)| > > |V+(0)|+ |V(0)|.

Fig 15

Each row shows one of the algorithms.

It can be observed from Fig 15:

  • As most of the nodes have the mean value inside their boundaries, their convergence values are very close to the compensated mean value, that is, the value that compensates the nodes with the mean value is outside their boundaries (V(t) ∪ V+(t)).

  • Once again, there is no significant difference in the different algorithms’ result regarding the results shown in the Relative Error experiment.

Configuration 4 − |V*(0)| → 0

In this experiment, almost no node includes the mean of the initial values inside its boundaries. For instance, Fig 12 bottom right shows one of the 500 random networks generated, where there is the following boundaries distribution: |V(0)| = 27, |V+(0)| = 19, |V*(0)| = 4. These boundaries have been generated using a uniform distribution with each agent’s initial value of each agent centered in a range of 0.1 long.

Fig 16 shows the comparative results of this configuration for the above commented initial situation summarized in Fig 12 bottom right, where each row corresponds to the results of the execution of one of the different supportive consensus algorithms.

Fig 16. Results of configuration 4 with initial values as in Fig 12 bottom right, where the solution is out of the bounds of almost all the nodes |V*(0)| → 0.

Fig 16

Each row shows one of the algorithms.

It can be observed from Fig 16:

  • As most nodes have the mean value outside their boundaries, they converge to one of their limits. Nevertheless, as Eq 21 claims, the network convergence is assured, and so, the nodes would compensate between them for the mean value.

  • Once again, there is no significant difference in the different algorithms’ result regarding the results shown in the Relative Error experiment.

Configurations comparison

Table 2 shows the results of the 500 repetitions of each one of the presented configurations. It has to be taken into account that SEA algorithm has not been considered in these configurations because of the way it is implemented because it does not have any relative error to be considered. It is important to remark that as commented in Eq 21, it does not matter if the initial configuration of the network is asymmetric or not: the supportive consensus will converge.

Table 2. Mean and standard deviation of the relative error of the 500 experiments for each configuration.
Set Algorithm
CORA iCORA RANA RACNA
Mean Dev. Mean Dev. Mean Dev. Mean Dev.
Conf. 1 3.1265 1.0125 1.9165 0.8317 2.7001 1.0104 2.1755 1.1217
Conf. 2 3.3262 1.3180 2.0671 0.9491 2.9057 1.2281 2.3677 1.3947
Conf. 3 1.1098 0.8766 0.6429 0.5333 0.8452 0.6910 0.8348 0.6867
Conf. 4 0.8771 0.6638 0.7522 0.5766 0.8543 0.6443 1.1756 1.3409

The asymmetric configurations give more relative error than the symmetric ones because there are few agents with the capacity to compensate out-of-boundaries agents. The relative error obtained by the proposed algorithms in these experiments is comparatively coherent to the Relative Error experiment results.

According to the obtained results shown in Table 2, independently of the symmetric or initial asymmetric configuration of the network, CORA algorithm obtains the worst results regarding Relative Error, while iCORA algorithm gets the best ones.

It has to be underlined the results obtained by the different algorithms in Configuration 4. This configuration is an extreme situation for traditional consensus because almost all the nodes have the network mean value outside their boundaries. As commented above, the traditional consensus is cannot to give a solution for this situation, while a supportive consensus can give a satisfying solution for all the participating nodes. Moreover, Table 2 shows that even in this extreme situation, the proposed algorithms give an acceptable Relative Error for real situations where this supportive consensus is required.

Conclusions

This paper presents an innovative kind of consensus where all the participants may have their acceptable values bounded, and the classical consensus mean value is outside of some agents’ boundaries. Such classical consensus is unable to solve this problem with all agents participating in such a solution.

Moreover, there are some equality solutions to this problem in the literature of constrained consensus, while we present an equity approach. This proposal tries to compensate for the lack of such agents by being assumed for other agents. The paper shows how the system has capacity enough to compensate for the lack of agents reaching their limits if all the involved agents have their initial value inside their corresponding boundaries. Different algorithms are proposed to implement different approaches to this supportive consensus regarding how this compensation is made, including equality deliveries and equity ones. We have presented several different simulation experiments to show the different proposed algorithms’ performance, obtaining satisfying solutions with all of them.

The supportive consensus is a new problem field with many applications to real-life problems that are open to new algorithms and proposals.

Data Availability

Data have been deposited to Figshare: https://doi.org/10.6084/m9.figshare.12625271.

Funding Statement

The author(s) received specific funding for this work from the Valencian Research Institute for Artificial Intelligence (VRAIN) where the authors are currently working. This work is partially supported by the Spanish Government project RTI2018-095390-B-C31, GVA-CEICE project PROMETEO/2018/002, and TAILOR, a project funded by EU Horizon 2020 research and innovation programme under GA No 952215. The funders had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.

References

  • 1. Olfati-Saber R, Murray RM. Consensus Problems in Networks of Agents with Switching Topology and Time-Delays. IEEE TAC. 2004;49(9):1520–1533. [Google Scholar]
  • 2. Olfati-Saber R, Fax JA, Murray RM. Consensus and Cooperation in Networked Multi-Agent Systems. Proceedings of the IEEE. 2007;95(1):215–233. 10.1109/JPROC.2006.887293 [DOI] [Google Scholar]
  • 3. Pérez IJ, Cabrerizo FJ, Alonso S, Dong YC, Chiclana F, Herrera-Viedma E. On dynamic consensus processes in group decision making problems. Information Sciences. 2018;459:20–35. 10.1016/j.ins.2018.05.017 [DOI] [Google Scholar]
  • 4. Fischbacher U, Gachter S. Social preferences, beliefs, and the dynamics of free riding in public goods experiments. American economic review. 2010;100(1):541–56. 10.1257/aer.100.1.541 [DOI] [Google Scholar]
  • 5. Du S, Hu L, Song M. Production optimization considering environmental performance and preference in the cap-and-trade system. Journal of Cleaner Production. 2016;112:1600–1607. 10.1016/j.jclepro.2014.08.086 [DOI] [Google Scholar]
  • 6. Alfonso B, Botti V, Garrido A, Giret A. A MAS-based Infrastructure for Negotiation and its Application to a Water-Right Market. Information System Frontiers. 2014;16(2):183–199. 10.1007/s10796-013-9443-8 [DOI] [Google Scholar]
  • 7.Rebollo M, Carrascosa C, Palomares A. Consensus in Smart Grids for Decentralized Energy Management. In: Highlights of Practical Applications of Heterogeneous Multi-Agent Systems. The PAAMS Collection. Springer; 2014. p. 250–261.
  • 8. Zhao T, Ding Z. Distributed Agent Consensus-Based Optimal Resource Management for Microgrids. IEEE Transactions on Sustainable Energy. 2018;9(1):443–452. 10.1109/TSTE.2017.2740833 [DOI] [Google Scholar]
  • 9. Shuai L, E QD, Lihua X. Event-triggered distributed constrained consensus. International Journal of Robust and Nonlinear Control. 2016;27(16):3043–3060. [Google Scholar]
  • 10. Zhirong Q, Shuai L, Lihua X. Necessary and sufficient conditions for distributed constrained optimal consensus under bounded input. International Journal of Robust and Nonlinear Control. 2018;28(6):2619–2635. 10.1002/rnc.4040 [DOI] [Google Scholar]
  • 11. Ren W, Beard RW. Consensus seeking in multiagent systems under dynamically changing interaction topologies. IEEE Transactions on automatic control. 2005;50(5):655–661. 10.1109/TAC.2005.846556 [DOI] [Google Scholar]
  • 12. Ren W, Beard RW. Distributed Consensus in Multi-vehicle Cooperative Control Theory and Applications. Springer; 2008. [Google Scholar]
  • 13.Knorn F, Corless MJ, Shorten RN. A result on implicit consensus with application to emissions control. In: 2011 50th IEEE Conference on Decision and Control and European Control Conference; 2011. p. 1299–1304.
  • 14. Roy S. Scaled consensus. Automatica. 2015;51:259–262. 10.1016/j.automatica.2014.10.073 [DOI] [Google Scholar]
  • 15. Lipo M, Peng L. Distributed consensus of second-order multiagent systems with nonconvex input constraints. International Journal of Robust and Nonlinear Control. 2018;28(11):3657–3664. [Google Scholar]
  • 16. Jianting L, Jiahu Q, Dai G, Qingqing L. Consensus for constrained multi-agent systems with input saturation. International Journal of Robust and Nonlinear Control. 2015;26(14):2977–2993. [Google Scholar]
  • 17. Wang Q, Gao H, Alsaadi F, Hayat T. An overview of consensus problems in constrained multi-agent coordination. Systems Science and Control Engineering. 2014;2(1):275–284. 10.1080/21642583.2014.897658 [DOI] [Google Scholar]
  • 18. Xi J, Yang J, Liu H, Zheng T. Adaptive guaranteed-performance consensus design for high-order multiagent systems. Information Sciences. 2018;467:1–14. 10.1016/j.ins.2018.07.069 [DOI] [Google Scholar]
  • 19.Fontan A, Shi G, Hu X, Altafini C. Interval consensus: A novel class of constrained consensus problems for multiagent networks. In: 2017 IEEE 56th Annual Conference on Decision and Control (CDC); 2017. p. 4155–4160.
  • 20. Hou W, Wu Z, Fu M, Zhang H. Constrained consensus of discrete-time multi-agent systems with time delay. International Journal of Systems Science. 2018;49(5):947–953. 10.1080/00207721.2018.1433899 [DOI] [Google Scholar]
  • 21.Elhage N, Beal J. Laplacian-based consensus on spatial computers. In: AAMAS; 2010. p. 907–914.
  • 22.Cavalcante R, Rogers A, Jennings N. Consensus acceleration in multiagent systems with the Chebyshev semi-iterative method. In: Proc. of AAMAS’11; 2011. p. 165–172.
  • 23. Hu H, Yu L, Zhang WA, Song H. Group consensus in multi-agent systems with hybrid protocol. Journal of the Franklin Institute. 2013;350(3):575–597. 10.1016/j.jfranklin.2012.12.020 [DOI] [Google Scholar]
  • 24. Ji Z, Lin H, Yu H. Leaders in multi-agent controllability under consensus algorithm and tree topology. Systems & Control Letters. 2012;61(9):918–925. 10.1016/j.sysconle.2012.06.003 [DOI] [Google Scholar]
  • 25. Li Y, Tan C. A survey of the consensus for multi-agent systems. Systems Science & Control Engineering. 2019;7(1):468–482. 10.1080/21642583.2019.1695689 [DOI] [Google Scholar]
  • 26. Salazar-Ramirez N, Rodríguez-Aguilar JA, Arcos JL. Robust Coordination in Large Convention Spaces. AI Communications. 2010;23:357–372. 10.3233/AIC-2010-0479 [DOI] [Google Scholar]
  • 27.Pedroche F, Rebollo M, Carrascosa C, Palomares A. On the convergence of weighted-average consensus. CoRR. 2013;abs/1307.7562.

Decision Letter 0

Fei Chen

24 Jul 2020

PONE-D-20-21157

Supportive Consensus

PLOS ONE

Dear Dr. Palomares Chust,

Thank you for submitting your manuscript to PLOS ONE. After careful consideration, we feel that it has merit but does not fully meet PLOS ONE’s publication criteria as it currently stands. Therefore, we invite you to submit a revised version of the manuscript that addresses the points raised during the review process.

The associate editor received two consistent reviews. Both reviewers suggested that a major revision of the manuscript is needed before it can be accepted for publication. They also pointed out that the paper contains numerous grammatical mistakes and typos. Reviewer 1 suggested that the contribution of this paper should be highlighted. S/He also pointed out that the assumptions should be stated explicitly, and the convergence rate should be established. Reviewer 2 raised very specific comments regarding the presentation of the paper. Overall, I think this paper would be acceptable for publication if the above points are addressed convincingly, which would require a substantial revision. I therefore recommend major revision and re-review for this manuscript.

Please submit your revised manuscript by Sep 07 2020 11:59PM. If you will need more time than this to complete your revisions, please reply to this message or contact the journal office at plosone@plos.org. When you're ready to submit your revision, log on to https://www.editorialmanager.com/pone/ and select the 'Submissions Needing Revision' folder to locate your manuscript file.

Please include the following items when submitting your revised manuscript:

  • A rebuttal letter that responds to each point raised by the academic editor and reviewer(s). You should upload this letter as a separate file labeled 'Response to Reviewers'.

  • A marked-up copy of your manuscript that highlights changes made to the original version. You should upload this as a separate file labeled 'Revised Manuscript with Track Changes'.

  • An unmarked version of your revised paper without tracked changes. You should upload this as a separate file labeled 'Manuscript'.

If you would like to make changes to your financial disclosure, please include your updated statement in your cover letter. Guidelines for resubmitting your figure files are available below the reviewer comments at the end of this letter.

If applicable, we recommend that you deposit your laboratory protocols in protocols.io to enhance the reproducibility of your results. Protocols.io assigns your protocol its own identifier (DOI) so that it can be cited independently in the future. For instructions see: http://journals.plos.org/plosone/s/submission-guidelines#loc-laboratory-protocols

We look forward to receiving your revised manuscript.

Kind regards,

Fei Chen

Academic Editor

PLOS ONE

Journal Requirements:

When submitting your revision, we need you to address these additional requirements.

1. Please ensure that your manuscript meets PLOS ONE's style requirements, including those for file naming. The PLOS ONE style templates can be found at

https://journals.plos.org/plosone/s/file?id=wjVg/PLOSOne_formatting_sample_main_body.pdf and

https://journals.plos.org/plosone/s/file?id=ba62/PLOSOne_formatting_sample_title_authors_affiliations.pdf

2. Please upload a copy of Figure ??, to which you refer in your text on page 16. If the figure is no longer to be included as part of the submission please remove all reference to it within the text.

Additional Editor Comments (if provided):

The associate editor received two consistent reviews. Both reviewers suggested that a major revision of the manuscript is needed before it can be accepted for publication. They also pointed out that the paper contains numerous grammatical mistakes and typos. Reviewer 1 suggested that the contribution of this paper should be highlighted. S/He also pointed out that the assumptions should be stated explicitly, and the convergence rate should be established. Reviewer 2 raised very specific comments regarding the presentation of the paper. Overall, I think this paper would be acceptable for publication if the above points are addressed convincingly, which would require a substantial revision. I therefore recommend major revision and re-review for this manuscript.

[Note: HTML markup is below. Please do not edit.]

Reviewers' comments:

Reviewer's Responses to Questions

Comments to the Author

1. Is the manuscript technically sound, and do the data support the conclusions?

The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented.

Reviewer #1: Yes

Reviewer #2: Yes

**********

2. Has the statistical analysis been performed appropriately and rigorously?

Reviewer #1: No

Reviewer #2: Yes

**********

3. Have the authors made all data underlying the findings in their manuscript fully available?

The PLOS Data policy requires authors to make all data underlying the findings described in their manuscript fully available without restriction, with rare exception (please refer to the Data Availability Statement in the manuscript PDF file). The data should be provided as part of the manuscript or its supporting information, or deposited to a public repository. For example, in addition to summary statistics, the data points behind means, medians and variance measures should be available. If there are restrictions on publicly sharing data—e.g. participant privacy or use of data from a third party—those must be specified.

Reviewer #1: Yes

Reviewer #2: Yes

**********

4. Is the manuscript presented in an intelligible fashion and written in standard English?

PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here.

Reviewer #1: Yes

Reviewer #2: Yes

**********

5. Review Comments to the Author

Please use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters)

Reviewer #1: This paper proposes multiple supportive consensus algorithms for multi-agent systems where each agent has a set constraint. Especially, the authors consider the case that there is no intersection among the set constraints of all the agents. The topic is interesting. However, it seems that this paper is not well-written. My comments are as follows.

1) There are many grammatical mistakes in this paper. For example, in page 1 line 2, it should be “to deal with” instead of “to dealing with”. In page 1 line 14, it should be “must obtain” instead of “must to obtain”. Please check the whole paper carefully to correct all the grammatical mistakes.

2) In page 3 line 80, the authors state the contributions of this paper in this paragraph. However, the introduction of the contributions is a little pale. I suggest presenting a more detailed introduction to the contributions here. For example, what algorithms do you propose? What are the differences between these proposed algorithms? How do you analyze the algorithms? How do you verify the effectiveness of the proposed algorithms?

3) The assumptions of the proposed algorithms should be stated clearly. For example, can the proposed algorithm work under directed graphs? Is the underlying graph required to be connected? Can the proposed algorithms work under arbitrary initial conditions?

4) The goals of these proposed algorithms should be stated clearly. Why do you need multiple algorithms to solve the same problem? What are the pros and cons of each algorithm?

5) Convergence properties of the proposed algorithms should be stated clearly. For example, what is the convergence rate? What are the exact convergent values?

Reviewer #2: This paper presents an innovative kind of consensus, named as the Supportive Consensus. All the agents considered in this work may have their acceptable values bounded, and the classical consensus mean value is outside of the boundaries of some agents. For such case, the classical consensus is unable to give a solution while the Supportive Consensus protocol can. The idea of this work is novel, while the composition of the paper is terrible.

(1) It is suggested that the body of each graph appear with its corresponding title such Figure 4, 5, and the others.

(2) It is suggested that we call them table rather than figure for the Figures 1,2,3 in the current manuscript.

(3) The definition of degree, which is used in line 117, is suggested to be provided in this work. Moreover, it is suggested that both the in-degree and the out-degree are provided.

(4) The section number is left in line 179, “, as defined in Section .”.

(5) The usage of ${{x}_{i}}(t)$ is not appropriate in lines 182, 184 and 186. As we know, ${{x}_{i}}(t)$ is the state of node $i$, and it is not the consensus value.

(6) There are many redundant “=” in the equation below line 285.

(7) The English should be improved since there are many grammatical problems such as “This paper presents a novel approach to dealing with…”(line 2), “, and we proof that if …”(line 22). There is no need to indent the beginning of some paragraphs such as the paragraphs on line 119 and line 124.

**********

6. PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files.

If you choose “no”, your identity will remain anonymous but your review may still be made public.

Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy.

Reviewer #1: No

Reviewer #2: No

[NOTE: If reviewer comments were submitted as an attachment file, they will be attached to this email and accessible via the submission site. Please log into your account, locate the manuscript record, and check for the action link "View Attachments". If this link does not appear, there are no attachment files.]

While revising your submission, please upload your figure files to the Preflight Analysis and Conversion Engine (PACE) digital diagnostic tool, https://pacev2.apexcovantage.com/. PACE helps ensure that figures meet PLOS requirements. To use PACE, you must first register as a user. Registration is free. Then, login and navigate to the UPLOAD tab, where you will find detailed instructions on how to use the tool. If you encounter any issues or have any questions when using PACE, please email PLOS at figures@plos.org. Please note that Supporting Information files do not need this step.

PLoS One. 2020 Dec 17;15(12):e0243215. doi: 10.1371/journal.pone.0243215.r002

Author response to Decision Letter 0


9 Nov 2020

November 6, 2020

Fei Chen

Academic Editor

PLOS ONE

Subject: Submission of revised paper PONE-D-20-21157, ’Supportive Consensus’.

Dear Dr. Chen,

Thank you for your e-mail dated 24th July 2020, enclosing the reviewers’ com­ments. We have carefully reviewed the comments and have revised the manuscript accordingly. Our responses are given in a point-by-point manner below. Changes to the document are shown in blue.

We have rechecked the language, and the mistakes detected in the reading proof corrected. The paper’s contribution has been improved in a new section that explains the main results and the di.erences between the approaches we propose. Regarding the convergence analysis, we have included a new section that demonstrates the solution in a scenario with perfect information regarding the solution obtained by the algorithms. The convergence of those algorithms is ensured by the original work of Olfati–Saber and Murray, in which we base our proposal. As the algorithms match the requirements, stability is ensured. We have highlighted this fact in the paper too. The rest of the observations have been appropriately addressed, in our opinion.

We hope the revised version is now suitable for publication and look forward to hearing from you in due course.

Sincerely,

Dr. Alberto Palomares .

Associate Professor

Universitat Politecnica de Valencia (Spain)

*Response to reviewer 1

Thank you for your review of our paper. We have answered each of your points below

1. There are many grammatical mistakes in this paper. For example, in page 1 line 2, it should be ”to deal with” instead of ”to dealing with”. In page 1 line 14, it should be ”must obtain” instead of ”must to obtain”. Please check the whole paper carefully to correct all the grammatical mistakes.

We have rechecked the language. The mistakes indicated by the reviewer have been corrected, and some others detected in the reading proof.

2. In page 3 line 80, the authors state the contributions of this paper in this paragraph. However, the introduction of the contributions is a little pale. I suggest presenting a more detailed introduction to the contributions here. For example, what algorithms do you propose? What are the differences between these proposed algorithms? How do you analyze the algorithms? How do you verify the effectiveness of the proposed algorithms?

We have included in the Scope section a broader explanation detailing the information required by the reviewer. In this part, we have described the algorithm, explain their differences in the approach to the supportive consensus problem, and the experiments to evaluate their performance and the quality of the solutions they reach.

3. The assumptions of the proposed algorithms should be stated clearly. For example, can the proposed algorithm work under directed graphs? Is the underlying graph required to be connected? Can the proposed algorithms work under arbitrary initial conditions?

We have clarified these characteristics of the network in its definition. We assume that the consensus process runs over a non-directed, strongly connected network. Algorithms could be extended to the directed case but keeping the connection condition. ”Let G = {V, E} an undirected, strong connected graph with n nodes, V = {1, ..., n}, and e edges E . V × V , where (i, j) . E if there exists a link between nodes i and j.” Regarding the initial condition, the only consideration is that all the nodes must begin inside their ranges (see explanation after Eq. 21) We have remarked this fact. ”In general, assuming that the initial values of all agents (t=0) are within their bounds, the network globally always (t) has the capacity to compen­sate the total amount of values[. . . ]”

4. The goals of these proposed algorithms should be stated clearly. Why do you need multiple algorithms to solve the same problem? What are the pros and cons of each algorithm?

We have added a paragraph at the beginning of the section ’Supportive Consensus Algorithms Proposal’ explaining the goals and the reasons for the different algorithms.

2

’The algorithm that we have called SEA[. . . ]’

Furthermore, we have included a section ’Algorithm Summary’ summa­rizing the pros and cons of the proposed algorithms.

5. Convergence properties of the proposed algorithms should be stated clearly. For example, what is the convergence rate? What are the exact convergent values?

We have included a new section that calculates the solution in a sce­nario with perfect information regarding the solution obtained by the al­gorithms. We have considered the centralized solution as the exact solu­tion. The results obtained by the algorithms are approximations of this value. The convergence of the proposed algorithms is ensured by the original work of Olfati–Saber and Murray in which we base our proposal. As the algorithms match the requirements, stability is ensured. We have high­lighted this fact in the paper, too, related to the sum conservation. ’As Algorithm conserves the sum of the initial values and fulfil the condi­tions of the Olfati–Saber consensus algorithm to converge,(Footnote: The convergence ...) we need to ensure that the Supportive Consensus func­tion also conserves the sum. We check this condition in each one of the proposed algorithms.’

*Response to reviewer 2

Thank you for your comments. Our answers to your points are as follow

1. It is suggested that the body of each graph appear with its corresponding title such Figure 4, 5, and the others.

Following the submission rules of PLOS, figures have to be moved to the end of the paper and keep the captions in place.

2. It is suggested that we call them table rather than figure for the Figures 1,2,3 in the current manuscript.

These figures contain both the table and the .figure, and as in the previous consideration. They appear at the end of the document.

3.

The definition of degree, which is used in line 117, is suggested to be provided in this work. Moreover, it is suggested that both the in-degree and the out-degree are provided. We have included the definition of the degree of the network ” In graph theory, the degree of a node di is the number of edges that are incident to the node, and therefore |Ni| = di.”. As we assume a non-directed network, the definition of in-and out-degree are not necessary.

4.

The section number is left in line 179, ”, as defined in Section .”. We have included the name of the section in the reference (Background)

5.

The usage of xi(t) is not appropriate in lines 182, 184 and 186. As we know, xi(t) is the state of node i, and it is not the consensus value.

We do not make any difference between the state of the node and its value and we use both as synonyms. The value xi(t) is the only information stored in the nodes. Its value is defined and bounded in equation 5.

6. There are many redundant ”=” in the equation below line 285. We have removed the equal signs at the end of each line of equation 5

7. The English should be improved since there are many grammatical prob­lems such as ”This paper presents a novel approach to dealing with...” (line 2), ”, and we proof that if ...” (line 22). There is no need to indent the beginning of some paragraphs such as the paragraphs on line 119 and line 124. We have rechecked the language. The mistakes indicated by the reviewer have been corrected, and some others detected in the reading proof.

Attachment

Submitted filename: Response to Reviewers.pdf

Decision Letter 1

Fei Chen

18 Nov 2020

Supportive Consensus

PONE-D-20-21157R1

Dear Dr. Palomares Chust,

We’re pleased to inform you that your manuscript has been judged scientifically suitable for publication and will be formally accepted for publication once it meets all outstanding technical requirements.

Within one week, you’ll receive an e-mail detailing the required amendments. When these have been addressed, you’ll receive a formal acceptance letter and your manuscript will be scheduled for publication.

An invoice for payment will follow shortly after the formal acceptance. To ensure an efficient process, please log into Editorial Manager at http://www.editorialmanager.com/pone/, click the 'Update My Information' link at the top of the page, and double check that your user information is up-to-date. If you have any billing related questions, please contact our Author Billing department directly at authorbilling@plos.org.

If your institution or institutions have a press office, please notify them about your upcoming paper to help maximize its impact. If they’ll be preparing press materials, please inform our press team as soon as possible -- no later than 48 hours after receiving the formal acceptance. Your manuscript will remain under strict press embargo until 2 pm Eastern Time on the date of publication. For more information, please contact onepress@plos.org.

Kind regards,

Fei Chen

Academic Editor

PLOS ONE

Additional Editor Comments (optional):

The revised paper has been evaluated by the same reviewers. They both agreed that the paper is publishable, but also raised some minor comments. Please address them in the final version. Based on their comments, I am pleased to recommend it for publication.

Reviewers' comments:

Reviewer's Responses to Questions

Comments to the Author

1. If the authors have adequately addressed your comments raised in a previous round of review and you feel that this manuscript is now acceptable for publication, you may indicate that here to bypass the “Comments to the Author” section, enter your conflict of interest statement in the “Confidential to Editor” section, and submit your "Accept" recommendation.

Reviewer #1: All comments have been addressed

Reviewer #2: (No Response)

**********

2. Is the manuscript technically sound, and do the data support the conclusions?

The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented.

Reviewer #1: Yes

Reviewer #2: Yes

**********

3. Has the statistical analysis been performed appropriately and rigorously?

Reviewer #1: Yes

Reviewer #2: Yes

**********

4. Have the authors made all data underlying the findings in their manuscript fully available?

The PLOS Data policy requires authors to make all data underlying the findings described in their manuscript fully available without restriction, with rare exception (please refer to the Data Availability Statement in the manuscript PDF file). The data should be provided as part of the manuscript or its supporting information, or deposited to a public repository. For example, in addition to summary statistics, the data points behind means, medians and variance measures should be available. If there are restrictions on publicly sharing data—e.g. participant privacy or use of data from a third party—those must be specified.

Reviewer #1: Yes

Reviewer #2: Yes

**********

5. Is the manuscript presented in an intelligible fashion and written in standard English?

PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here.

Reviewer #1: Yes

Reviewer #2: Yes

**********

6. Review Comments to the Author

Please use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters)

Reviewer #1: The authors have addressed all the comments that the reviewer raised. The reviewer's only concern is presented below.

1)In the background section, the authors stated "Let G = {V, E} an undirected, strong connected graph.....". However, it seems that the definition of "strongly connected" is only for directed graph. Please double check with the definition of "strongly connected".

Reviewer #2: A new kind of algorithms called supportive consensus is presented in this work. Most of the suggestions from the reviewers have been settled in this round.

(1) In the example for Algorithm 1, it is given that $R=\\{[6,10],[4,6],[2,5.2],[0,4]\\}$, which means that ${{x}_{A}}\\in [x_{A}^{INF},x_{A}^{SUP}]=[6,10]$. The solution of A is $x_A=5.4$, which is outside the scope of $[6,10]$. I think the authors should check the Algorithm 1 and its examples.

(2) The title of Table 2 should be placed at the top of the table.

(3) There are still some grammatical problems remained in this version of the manuscript. For example, “Let $G=\\{V,E\\}$ an undirected, strong connected graph” (line 134) should be “Let $G=\\{V,E\\}$ be an undirected, strong connected graph”. In line 204, “Lets call” should be “Let’s call”.

**********

7. PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files.

If you choose “no”, your identity will remain anonymous but your review may still be made public.

Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy.

Reviewer #1: No

Reviewer #2: No

Acceptance letter

Fei Chen

1 Dec 2020

PONE-D-20-21157R1

Supportive Consensus

Dear Dr. Palomares:

I'm pleased to inform you that your manuscript has been deemed suitable for publication in PLOS ONE. Congratulations! Your manuscript is now with our production department.

If your institution or institutions have a press office, please let them know about your upcoming paper now to help maximize its impact. If they'll be preparing press materials, please inform our press team within the next 48 hours. Your manuscript will remain under strict press embargo until 2 pm Eastern Time on the date of publication. For more information please contact onepress@plos.org.

If we can help with anything else, please email us at plosone@plos.org.

Thank you for submitting your work to PLOS ONE and supporting open access.

Kind regards,

PLOS ONE Editorial Office Staff

on behalf of

Dr. Fei Chen

Academic Editor

PLOS ONE


Articles from PLoS ONE are provided here courtesy of PLOS

RESOURCES