Agent Based Modeling (ABM)

Slides:



Advertisements
Similar presentations
Case Tools Trisha Cummings. Our Definition of CASE  CASE is the use of computer-based support in the software development process.  A CASE tool is a.
Advertisements

Agent-based Modeling: Methods and Techniques for Simulating Human Systems Eric Bonabaun (2002) Proc. National Academy of Sciences, 99 Presenter: Jie Meng.
Lecture 7 Model Development and Model Verification.
Agent Based Modeling (ABM)
1 Computer Systems & Architecture Lesson 1 1. The Architecture Business Cycle.
RESEARCH METHODS IN EDUCATIONAL PSYCHOLOGY
Software Process and Product Metrics
Modeling and Simulation
Systems Analysis – Analyzing Requirements.  Analyzing requirement stage identifies user information needs and new systems requirements  IS dev team.
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management Dave Salisbury ( )
Chapter 6 : Software Metrics
SE: CHAPTER 7 Writing The Program
Modeling Complex Dynamic Systems with StarLogo in the Supercomputing Challenge
Marketing Research Approaches. Research Approaches Observational Research Ethnographic Research Survey Research Experimental Research.
Introduction of Intelligent Agents
Distributed Models for Decision Support Jose Cuena & Sascha Ossowski Pesented by: Gal Moshitch & Rica Gonen.
OPERATING SYSTEMS CS 3530 Summer 2014 Systems and Models Chapter 03.
The SIPDE and Smith System “Defensive Driving Techniques”
INTRODUCTION TO DEFENSIVE DRIVING Robyn Hutto Lawrence County High School.
Introduction To Defensive Driving  S.I.P.D.E. and “The Smith System” have been two key components of defensive driving for over 25 years.  Drivers who.
What is Research Design? RD is the general plan of how you will answer your research question(s) The plan should state clearly the following issues: The.
1 Software Requirements Descriptions and specifications of a system.
 System Requirement Specification and System Planning.
1 Presentation by I.D. PRASAD Chief Consultant (Corporate Development) APITCO Limited 8 th Floor, Parisrama Bhavanam, Basheerbagh, Hyderabad. Ph: ,
Done by Fazlun Satya Saradhi. INTRODUCTION The main concept is to use different types of agent models which would help create a better dynamic and adaptive.
Introduction to Machine Learning, its potential usage in network area,
Understanding Populations & Samples
Prepared by John Swearingen
OPERATING SYSTEMS CS 3502 Fall 2017
Tools Of Structured Analysis
Algorithms and Problem Solving
Chapter 4: Business Process and Functional Modeling, continued
Classifications of Software Requirements
Service-Oriented Computing: Semantics, Processes, Agents
Chapter 4 – Requirements Engineering
Chapter 4 Requirements Engineering (1/3)
Chapter 4 – Requirements Engineering
Chapter 5 – Requirements Engineering
Course Outcomes of Object Oriented Modeling Design (17630,C604)
IB Assessments CRITERION!!!.
Chapter 8 – Software Testing
Paul Devine & Rahul Savani
SYSTEM ANALYSIS AND DESIGN
System Design.
DSS: Decision Support Systems and AI: Artificial Intelligence
CS101 Introduction to Computing Lecture 19 Programming Languages
Intelligent Agents Chapter 2.
The Nature of Qualitative Research
© James D. Skrentny from notes by C. Dyer, et. al.
Service-Oriented Computing: Semantics, Processes, Agents
Tools of Software Development
Essentials of Systems Analysis and Design Fourth Edition
Unit# 9: Computer Program Development
Use Cases CS/SWE 421 Introduction to Software Engineering Dan Fleck
Patterns.
R. W. Eberth Sanderling Research, Inc. 01 May 2007
Discrete-Event System Simulation
An Introduction to Software Architecture
Chapter 9 Architectural Design.
Service-Oriented Computing: Semantics, Processes, Agents
Requirements Engineering Process – 1
Applying Use Cases (Chapters 25,26)
Applying Use Cases (Chapters 25,26)
Building Valid, Credible, and Appropriately Detailed Simulation Models
Business Research Methods
Chapter 7 Software Testing.
Chapter 26 Estimation for Software Projects.
Subject Name: SOFTWARE ENGINEERING Subject Code:10IS51
CHAPTER 4 Marketing Information and Research
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management
Presentation transcript:

Agent Based Modeling (ABM) Stephen Kinsel

Outline What is ABM? Why use ABM? Applications Examples Good Modeling Practices Issues

What is ABM? First: What is an agent? An entity that functions continuously and autonomously in an environment in which other processes take place and other agents exist (Shoham) General Characteristics: Autonomy Pro-activeness Reactivity “Social” Ability autonomy: agents operate without direct intervention from the user, and have some sort of control over their actions pro-activeness: agents not only react in response to the environment, but also exhibit goal-directed behavior reactivity: agents perceive their environment and respond to changes social ability: agents can interact with other agents

What is ABM? Simulation modeling technique where a system is modeled as a collection of agents and the relationships between them. Agents individually asses its situation in the environment and make decisions on the basis of a set of rules. - Bonabeau Even a simple ABM can exhibit complex behavior patterns and provide valuable insight about the dynamics of a real world situation Rules created by the programmer. Their behavior can be anything you want, ranging from producing, selling, consuming, competing.

Agent Types (DeLaurentis) Mobile Agent Autonomous Agent Adaptive Agent Yes Yes Yes Does it run without continuous user input? Can it change its behavior based on past experiences Does it move? No Agent Does it have a set solution path? Reactive Agent Require Assistant User? Yes Does it collect, filter & classify information? Yes No Does it care about the utility value? Interface Agent Utility Agent Yes Yes No Info-gathering Agent Agents can possess more than one property Goal-based Agent

Agent Types in an Example Traffic Control Reactive: Police (enforce laws of road) Info-gathering: Media (informs the public of traffic and accidents in major areas) Autonomous: Disruptors (weather / accidents) Goal-based: City Planners (would like the least number of accidents and greatest amount of flow through parts of town) Adaptive: Drivers (may avoid roads that are known to be overcrowded during certain times of day) Utility: Drivers (would like to minimize drive time / distance)

Why Use ABM? Captures Emergent Phenomena As the components of a system interact with each other, and influence each other through these interactions, the system as a whole exhibits emergent behavior (Roetzheim) This characteristic makes the output of a system difficult to understand and predict

Emergence Example Group of 10 – 40 people Each member randomly chooses two people, person A and person B. Members move themselves so that A is between themselves and B Now move so that member is between A and B.

Why Use ABM? Provides a Natural Description of a System composed of “behavioral” entities Describes the system from the perspective of its constituent units’ activities more so than the system’s processes Heterogeneous units

Heterogeneous Components of a System

Areas of Application Flow Financial Markets Organizations Social traffic Financial Markets Organizations organizational design, strategy Social

ABM Generic Example - Evacuation Stampede Situation People become injured when they collide at a certain speed As a consequence, leaving the room becomes difficult. Stampede Situation w/ Column A column in front of the door can avoid injuries. It can increase the outflow well with less / no injured people Helbing, Farkas, Vicsek

ABM Generic Example – Traffic Control

Good Modeling Practices Choosing the language that is right for you and the problem Project Management

Some Recommended Programs / Languages StarLogo Programmable modeling environment for new programmers Swarm For advanced programmers Wide variety of tools Languages Basic Easy to learn and use, but suitable for small projects Pascal Designed to be a first language for serious programmers, and easy to learn and is structured to encourage good programming habits C, C++ Most commonly used among serious programmers. Allows easy conversion between separate computers OO languages make really large projects easier to program

Goals Validity Would like to correctly implement the model Is the model itself an accurate representation of the “real world”? Problem: If there are unexpected results, is there necessarily a mistake?

Goals Usability Allow yourself and other users who follow to run the program, interpret its output, and understand how it works Careful with different versions of the model Extendability Allow future users (including yourself) to adapt the program for new uses New questions arise from models such as these

Project Management How can I achieve these goals? Use long names for almost all variables List all the variables at the start of the program Write helpful comments Fully label output Develop upwardly compatible programs Document versions of each code Use commercial programs for most data analysis Communication with other users upwardly compatible: All new versions should include all useful features of old versions check microdynamics: validating the program: difficult to confirm your code by checking out known results, because they probably don’t exist. Want to make sure your program is correctly handling the details

Issues with ABM Validity Human agents Every model serves its own unique purpose Must be built at the right level of description with the appropriate amount of complexity Human agents Complex Psychology Irrational Behavior Subjective Choices

Issues with ABM Qualitative vs. Quantitative Varying degree of accuracy and completeness in input (data, expertise, etc) Use qualitative data to learn about the system Capturing the behavior of all constituent units Lower level description can extremely computationally intense, and time consuming Heterogeneous units