280 likes | 290 Views
Discover how agent-based models can be used as tools for decision-making in policy-making and evaluate the effectiveness of policies using network analysis. Explore the generation of emerging networks and reverse engineering from real-world agents.
E N D
From Agent-based models to network analysis (and return): the policy-making perspective Magda Fontana Pietro Terna University of Torino retired professor of the University of Torino magda.fontana@unito.itpietro.terna@unito.it AISC-CODISCO 2014, revised Nov.2015
____________________________ A few premises ____________________________ AISC-CODISCO 2014, revised Nov.2015
An important perspective use of Agent-based models (ABMs) is that of being employed as tools to support decision systems in policy-making, in the complex systems framework. Such models can be usefully employed at two different levels: to help in deciding (policy-maker level) and to empower the capabilities of people in evaluating the effectiveness of policies (citizen level). As a consequence, the class of ABMs for policymaking needs to be both quite simple in its structure and highly sophisticated in its outcomes. AISC-CODISCO 2014, revised Nov.2015
The pursuing of simplicity and sophistication can be made more efficacious by applying network analysis to the emergent results. The consequences of choices and decisions and their effects on society, and on its organization, are both relevant. AISC-CODISCO 2014, revised Nov.2015
Considering together the agent-based and network techniques, we have a further important possibility. Being easier to have network data (i.e., social network data) than detailed behavioral individual information, we can try to understand the links between the dynamic changes of the networks emerging from agent-based models and the behavior of the agents. As we understand these links, we can apply them to actual networks, to make guesses about the content of the behavioral black boxes of real-world agents. AISC-CODISCO 2014, revised Nov.2015
____________________________ How to generate emerging networks to experiment with them first step ____________________________ AISC-CODISCO 2014, revised Nov.2015
recipeWorld is an agent-based model that simulates the emergence of network out of decentralized autonomous interaction. The rationale behind it is to offer a few hints to find a framework and a grammar that are flexible and straightforward enough to encompass the widest possible range of purposeful and socially meaningful individual and organizational behavior. AISC-CODISCO 2014, revised Nov.2015
Recipes are coded as strings of numbers – their components. Each number (or, if we want, each label), is related to an act, a sub-routine, of the modeled action. For instance: [3 1 7 6] means: execute step 3, then execute step 1, then … AISC-CODISCO 2014, revised Nov.2015
Examples in different fields can be suggested: production, health-care scenarios, financial complex operations, opinion spreading, co-authorships, etc. AISC-CODISCO 2014, revised Nov.2015
Behind any step, we an imagine to have any arbitrary level of complicated actions. AISC-CODISCO 2014, revised Nov.2015
A simple NetLogo [ https://ccl.northwestern.edu/netlogo/ ] implementation at http://terna.to.it/simoec14/NetLogo_examples/ looking at g_productionWorld.nlogo AISC-CODISCO 2014, revised Nov.2015
Calculations are made using the new NW NetLogo extension https://github.com/NetLogo/NW-Extension AISC-CODISCO 2014, revised Nov.2015
Calculations are made using the new NW NetLogo extension https://github.com/NetLogo/NW-Extension AISC-CODISCO 2014, revised Nov.2015
A less simple SLAPP [ https://github.com/terna/SLAPP ] implementation keep the current SLAPP version and run the ‘production’ example AISC-CODISCO 2014, revised Nov.2015
What is making “special” this result is that, in this context, agents are activated (following their internal rules and capabilities) by the events. The network emerges as a side effect, as in the real world. AISC-CODISCO 2014, revised Nov.2015
____________________________ How to generate emerging networks: A - actual entities, B - agents, C - emerging network second step ____________________________ AISC-CODISCO 2014, revised Nov.2015
B A a2 a1 a4 a3 e2 e1 e4 e3 a3 a1 C a2 … AISC-CODISCO 2014, revised Nov.2015
____________________________ How to generate emerging networks: now forget A and B and build C from D and try to go back to the agents (reverse engineering) third step ____________________________ AISC-CODISCO 2014, revised Nov.2015
B A a2 a1 a4 a3 e2 e1 e4 e3 a3 a1 C D ! a2 … AISC-CODISCO 2014, revised Nov.2015
B!! A ? a2 a1 a4 a3 n2 e2 e1 n1 D n4 e4 C n3 e3 a3 a1 a2 … AISC-CODISCO 2014, revised Nov.2015
____________________________ How to generate emerging networks: back from the dream to the currently possible activities ____________________________ AISC-CODISCO 2014, revised Nov.2015
recipeWorldis currently aprototipe in NetLogo A previous implementation of the recipe idea (without the network side) already exists in Java Swarm; it is at http://terna.to.it/jes/ A new version exists in SLAPP (Swarm-Like Agent Protocol in Python); SLAPP is at https://github.com/terna/SLAPP AISC-CODISCO 2014, revised Nov.2015
Thanks magda.fontana@unito.it and pietro.terna@unito.it AISC-CODISCO 2014, revised Nov.2015