Relative Agreement Model and Network Structure v1.0.0

This is an adaptation of the Relative Agreement model of opinion dynamics (Deffuant et al. 2002), which models how extreme, minority views in a population can take hold in a population of individuals who are influenced by each others’ opinions. This particular adaptation extends the Meadows and Cliff (2012) implementation of the Relative Agreement model in a manner that enables the exploration of the effect of the network structure among the agents. This model implements three initial network structures among agents, which bias the likelihood of interaction: fully connected graph (equivalent to the random mixing assuming by the original model), small world network, and preferential attachment (scale-free) network. Agents are initialized with heterogeneous opinions expressed as a point on a continuum from -1 to 1. Each agent also has a certain level of confidence in their opinion, which is expressed by a bounded interval around the opinion – i.e., the narrower the interval, the higher the confidence. “Extremist” agents are defined as those with values less than -0.8 or greater than 0.8. Extremists have a high degree of confidence in their opinion. The remaining agents are classified as “moderate.” Moderate agents have less confidence in their opinion than extremist agents. As the model runs, agents randomly interact, updating their opinion based on what they learn about their interaction partner’s opinion. The amount an opinion is updated depends on the degree to which their confidence intervals overlap.
This is a companion discussion topic for the original entry at https://www.comses.net/codebases/4873/releases/1.0.0/