Agent-Based and Individual-Based Modeling
Home > Mathematics and Science Textbooks > Biology, life sciences > Agent-Based and Individual-Based Modeling: A Practical Introduction
Agent-Based and Individual-Based Modeling: A Practical Introduction

Agent-Based and Individual-Based Modeling: A Practical Introduction

|
     0     
5
4
3
2
1




Out of Stock


Notify me when this book is in stock
About the Book

Agent-based modeling is a new technique for understanding how the dynamics of biological, social, and other complex systems arise from the characteristics and behaviors of the agents making up these systems. This innovative textbook gives students and scientists the skills to design, implement, and analyze agent-based models. It starts with the fundamentals of modeling and provides an introduction to NetLogo, an easy-to-use, free, and powerful software platform. Nine chapters then each introduce an important modeling concept and show how to implement it using NetLogo. The book goes on to present strategies for finding the right level of model complexity and developing theory for agent behavior, and for analyzing and learning from models. Agent-Based and Individual-Based Modeling features concise and accessible text, numerous examples, and exercises using small but scientific models. The emphasis throughout is on analysis--such as software testing, theory development, robustness analysis, and understanding full models--and on design issues like optimizing model structure and finding good parameter values. * The first hands-on introduction to agent-based modeling, from conceptual design to computer implementation to parameterization and analysis* Provides an introduction to NetLogo with nine chapters introducing an important modeling concept and showing how to implement it using NetLogo * Filled with examples and exercises, with updates and supplementary materials at http://www.railsback-grimm-abm-book.com/ * Designed for students and researchers across the biological and social sciences * Written by leading practitioners Leading universities that have adopted this book include: * Amherst College * Brigham Young University * Carnegie Mellon University* Cornell University * Miami University * Northwestern University * Old Dominion University * Portland State University * Rhodes College * Susquehanna University * University College, Dublin * University of Arizona* University of British Columbia* University of Michigan * University of South Florida* University of Texas at Austin * University of Virginia

Table of Contents:
Preface xi Acknowledgments xvii Part I: Agent-Based Modeling and NetLogo Basics 1 Chapter 1: Models, Agent-Based Models, and the Modeling Cycle 3 1.1 Introduction, Motivation, and Objectives 3 1.2 What Is a Model? 4 1.3 The Modeling Cycle 7 1.4 What Is Agent-Based Modeling? How Is It Different? 9 1.5 Summary and Conclusions 11 1.6 Exercises 12 Chapter 2: Getting Started with NetLogo 15 2.1 Introduction and Objectives 15 2.2 A Quick Tour of NetLogo 16 2.3 A Demonstration Program: Mushroom Hunt 18 2.4 Summary and Conclusions 29 2.5 Exercises 32 Chapter 3: Describing and Formulating ABMs: The ODD Protocol 35 3.1 Introduction and Objectives 35 3.2 What Is ODD and Why Use It? 36 3.3 T he ODD Protocol 37 3.4 Our First Example: Virtual Corridors of Butterflies 42 3.5 Summary and Conclusions 44 3.6 Exercises 45 Chapter 4: Implementing a First Agent-Based Model 47 4.1 Introduction and Objectives 47 4.2 ODD and NetLogo 47 4.3 Butterfly Hilltopping: From ODD to NetLogo 48 4.4 Comments and the Full Program 55 4.5 Summary and Conclusions 58 4.6 Exercises 59 Chapter 5: From Animations to Science 61 5.1 Introduction and Objectives 61 5.2 Observation of Corridors 62 5.3 Analyzing the Model 67 5.4 Time-Series Results: Adding Plots and File Output 67 5.5 A Real Landscape 69 5.6 Summary and Conclusions 72 5.7 Exercises 72 Chapter 6: Testing Your Program 75 6.1 Introduction and Objectives 75 6.2 Common Kinds of Errors 76 6.3 Techniques for Debugging and Testing NetLogo Programs 79 6.4 Documentation of Tests 89 6.5 An Example and Exercise: The Marriage Model 90 6.6 Summary and Conclusions 92 6.7 Exercises 94 Part II: Model Design Concepts 95 Chapter 7: Introduction to Part II 97 7.1 Objectives of Part II? 97 7.2 Overview 98 Chapter 8: Emergence 101 8.1 Introduction and Objectives 101 8.2 A Model with Less-Emergent Dynamics 102 8.3 Simulation Experiments and BehaviorSpace 103 8.4 A Model with Complex Emergent Dynamics 108 8.5 Summary and Conclusions 113 8.6 Exercises 114 Chapter 9: Observation 115 9.1 Introduction and Objectives 115 9.2 Observing the Model via NetLogo's View 116 9.3 Other Interface Displays 119 9.4 File Output 120 9.5 Behavior Space as an Output Writer 123 9.6 Export Primitives and Menu Commands 124 9.7 Summary and Conclusions 124 9.8 Exercises 125 Chapter 10: Sensing 127 10.1 Introduction and Objectives 127 10.2 Who Knows What: The Scope of Variables 128 10.3 Using Variables of Other Objects 131 10.4 Putting Sensing to Work: The Business Investor Model 132 10.5 Summary and Conclusions 140 10.6 Exercises 141 Chapter 11: Adaptive Behavior and Objectives 143 11.1 Introduction and Objectives 143 11.2 Identifying and Optimizing Alternatives in NetLogo 144 11.3 Adaptive Behavior in the Business Investor Model 148 11.4 Non-optimizing Adaptive Traits: A Satisficing Example 149 11.5 The Objective Function 152 11.6 Summary and Conclusions 153 11.7 Exercises 154 Chapter 12: Prediction 157 12.1 Introduction and Objectives 157 12.2 Example Effects of Prediction: The Business Investor Model's Time Horizon 158 12.3 Implementing and Analyzing Submodels 159 12.4 Analyzing the Investor Utility Function 163 12.5 Modeling Prediction Explicitly 165 12.6 Summary and Conclusions 166 12.7 Exercises 167 Chapter 13: Interaction 169 13.1 Introduction and Objectives 169 13.2 Programming Interaction in NetLogo 170 13.3 The Telemarketer Model 171 13.4 The March of Progress: Global Interaction 175 13.5 Direct Interaction: Mergers in the Telemarketer Model 176 13.6 The Customers Fight Back: Remembering Who Called 179 13.7 Summary and Conclusions 181 13.8 Exercises 181 Chapter 14: Scheduling 183 14.1 Introduction and Objectives 183 14.2 Modeling Time in NetLogo 184 14.3 Summary and Conclusions 192 14.4 Exercises 193 Chapter 15: Stochasticity 195 15.1 Introduction and Objectives 195 15.2 Stochasticity in ABMs 196 15.3 Pseudorandom Number Generation in NetLogo 198 15.4 An Example Stochastic Process: Empirical Model of Behavior 203 15.5 Summary and Conclusions 205 15.6 Exercises 206 Chapter 16: Collectives 209 16.1 Introduction and Objectives 209 16.2 What Are Collectives? 209 16.3 Modeling Collectives in NetLogo 210 16.4 Example: A Wild Dog Model with Packs 212 16.5 Summary and Conclusions 221 16.6 Exercises 222 Part III: Pattern-Oriented Modeling 225 Chapter 17: Introduction to Part III 227 17.1 Toward Structurally Realistic Models 227 17.2 Single and Multiple, Strong and Weak Patterns 228 17.3 Overview of Part III?230 Chapter 18: Patterns for Model Structure 233 18.1 Introduction 233 18.2 Steps in POM to Design Model Structure 234 18.3 Example: Modeling European Beech Forests 235 18.4 Example: Management Accounting and Collusion 239 18.5 Summary and Conclusions 240 18.6 Exercises 241 Chapter 19: Theory Development 243 19.1 Introduction 243 19.2 Theory Development and Strong Inference in the Virtual Laboratory 244 19.3 Examples of Theory Development for ABMs 246 19.4 Exercise Example: Stay or Leave? 249 19.5 Summary and Conclusions 253 19.6 Exercises 254 Chapter 20: Parameterization and Calibration 255 20.1 Introduction and Objectives 255 20.2 Parameterization of ABMs Is Different 256 20.3 Parameterizing Submodels 257 20.4 Calibration Concepts and Strategies 258 20.5 Example: Calibration of the Woodhoopoe Model 264 20.6 Summary and Conclusions 267 20.7 Exercises 268 Part IV: Model Analysis 271 Chapter 21: Introduction to Part IV 273 21.1 Objectives of Part IV?273 21.2 Overview of Part IV?274 Chapter 22: Analyzing and Understanding ABMs 277 22.1 Introduction 277 22.2 Example Analysis: The Segregation Model 278 22.3 Additional Heuristics for Understanding ABMs 283 22.4 Statistics for Understanding 287 22.5 Summary and Conclusions 288 22.6 Exercises 288 Chapter 23: Sensitivity, Uncertainty, and Robustness Analysis 291 23.1 Introduction and Objectives 291 23.2 Sensitivity Analysis 293 23.3 Uncertainty Analysis 297 23.4 Robustness Analysis 302 23.5 Summary and Conclusions 306 23.6 Exercises 307 Chapter 24: Where to Go from Here 309 24.1 Introduction 309 24.2 Keeping Your Momentum: Reimplementation 310 24.3 Your First Model from Scratch 310 24.4 Modeling Agent Behavior 311 24.5 ABM Gadgets 312 24.6 Coping with NetLogo's Limitations 313 24.7 Beyond NetLogo 315 24.8 An Odd Farewell 316 References 317 Index 323 Index of Programming Notes 329


Best Sellers


Product Details
  • ISBN-13: 9780691136738
  • Publisher: Princeton University Press
  • Publisher Imprint: Princeton University Press
  • Height: 254 mm
  • No of Pages: 352
  • Sub Title: A Practical Introduction
  • Width: 203 mm
  • ISBN-10: 0691136734
  • Publisher Date: 30 Oct 2011
  • Binding: Hardback
  • Language: English
  • Returnable: Y
  • Weight: 1021 gr


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
Agent-Based and Individual-Based Modeling: A Practical Introduction
Princeton University Press -
Agent-Based and Individual-Based Modeling: A Practical Introduction
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Agent-Based and Individual-Based Modeling: A Practical Introduction

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!