Fundamentals of Multiagent Systems with Netlogo Examples Jos´Em Vidal

Total Page:16

File Type:pdf, Size:1020Kb

Fundamentals of Multiagent Systems with Netlogo Examples Jos´Em Vidal Fundamentals of Multiagent Systems with NetLogo Examples Jos´eM Vidal March 1, 2010 Fundamentals of Multiagent Systems by Jos´eM. Vidal Copyright c 2007 Jos´eM. Vidal. All rights reserved. Contents Preface 7 0.1 Usage . .7 0.2 Acknowledgments . .8 1 Multiagent Problem Formulation 9 1.1 Utility . .9 1.1.1 Utility is Not Money . 10 1.1.2 Expected Utility . 11 1.2 Markov Decision Processes . 12 1.2.1 Multiagent Markov Decision Processes . 14 1.2.2 Partially Observable MDPs . 15 1.3 Planning . 15 1.3.1 Hierarchical Planning . 16 1.4 Summary . 17 Exercises . 17 2 Distributed Constraints 19 2.1 Distributed Constraint Satisfaction . 19 2.1.1 Filtering Algorithm . 21 2.1.2 Hyper-Resolution Based Consistency Algorithm . 22 2.1.3 Asynchronous Backtracking . 24 2.1.4 Asynchronous Weak-Commitment Search . 27 2.1.5 Distributed Breakout . 29 2.2 Distributed Constraint Optimization . 31 2.2.1 Adopt . 32 2.2.2 OptAPO . 37 Exercises . 38 3 Standard and Extended Form Games 39 3.1 Games in Normal Form . 39 3.1.1 Solution Concepts . 40 3.1.2 Famous Games . 42 3.1.3 Repeated Games . 44 3.2 Games in Extended Form . 45 3.2.1 Solution Concepts . 46 3.3 Finding a Solution . 47 Exercises . 47 4 Characteristic Form Games and Coalition Formation 49 4.1 Characteristic Form Games . 49 4.1.1 Solution Concepts . 50 4.1.2 Finding the Optimal Coalition Structure . 55 4.2 Coalition Formation . 57 Exercises . 57 3 4 Contents 5 Learning in Multiagent Systems 59 5.1 The Machine Learning Problem . 59 5.2 Cooperative Learning . 61 5.3 Repeated Games . 61 5.3.1 Fictitious Play . 61 5.3.2 Replicator Dynamics . 63 5.3.3 The AWESOME Algorithm . 66 5.4 Stochastic Games . 67 5.4.1 Reinforcement Learning . 68 5.5 General Theories for Learning Agents . 71 5.5.1 CLRI Model . 71 5.5.2 N-Level Agents . 73 5.6 Collective Intelligence . 74 5.7 Summary . 76 5.8 Recent Advances . 76 Exercises . 76 6 Negotiation 77 6.1 The Bargaining Problem . 77 6.1.1 Axiomatic Solution Concepts . 78 6.1.2 Strategic Solution Concepts . 81 6.2 Monotonic Concession Protocol . 83 6.2.1 The Zeuthen Strategy . 84 6.2.2 One-Step Protocol . 86 6.3 Negotiation as Distributed Search . 86 6.4 Ad-hoc Negotiation Strategies . 87 6.5 The Task Allocation Problem . 88 6.5.1 Payments . 89 6.5.2 Lying About Tasks . 91 6.5.3 Contracts . 92 6.6 Complex Deals . 94 6.6.1 Annealing Over Complex Deals . 95 6.7 Argumentation-Based Negotiation . 96 6.8 Negotiation Networks . 98 6.8.1 Network Exchange Theory . 99 Exercises . 101 7 Auctions 103 7.1 Valuations . 103 7.2 Simple Auctions . 104 7.2.1 Analysis . 105 7.2.2 Auction Design . 107 7.3 Combinatorial Auctions . 107 7.3.1 Centralized Winner Determination . 108 7.3.2 Distributed Winner Determination . 113 7.3.3 Bidding Languages . 115 7.3.4 Preference Elicitation . 116 7.3.5 VCG Payments . 119 Exercises . 119 8 Voting and Mechanism Design 121 8.1 The Voting Problem . 121 8.1.1 Possible Solutions . 122 8.1.2 Voting Summary . 124 8.2 Mechanism Design . 124 8.2.1 Problem Description . 124 8.2.2 Distributed Mechanism Design . 131 Contents 5 8.2.3 Mechanism Design Summary . 134 9 Coordination Using Goal and Plan Hierarchies 137 9.1 tæms ................................... 137 9.2 GPGP . 139 9.2.1 Agent Architecture . 139 9.2.2 Coordination . 140 9.2.3 Design-to-Criteria Scheduler . 141 9.2.4 GPGP/tæms Summary . 141 10 Nature-Inspired Approaches 143 10.1 Ants and Termites . 143 10.2 Immune System . 143 10.3 Physics . 143 Bibliography 145 Index 153 Preface The goal of this book is to cover all the material that a competent multiagent practitioner or researcher should be familiar with. Of course, since this is a relatively new field the list of required material is still growing and there is some uncertainty as to what are the most important ideas. I have chosen to concentrate on the theoretical aspects of multiagent systems since these ideas have been around for a long time and are important for a wide variety of applications. I have stayed away from technological issues because these are evolving very fast. Also, it would require another textbook to describe all the distributed programming tools available. A reader interested in the latest multiagent technologies should visit the website www.multiagent.com. The book is linked to a large number of sample NetLogo programs (Wilensky, 1999). These programs are meant to be used by the reader as an aid in understanding emergent decentralized behaviors. It is hard for people, especially those new to Resnick points to examples distributed systems, to fully grasp the order that can arise from seemingly chaotic such as surveys of 8{15 year simple interactions. As Resnick notices: old kids, half of which believe that the government sets all \But even as the influence of decentralized ideas grows, there is a prices and salaries. deep-seated resistance to such ideas. At some deep level, people seem to have strong attachments to centralized ways of thinking. When peo- ple see patterns in the world (like a flock of birds), they often assume that there is some type of centralized control (a leader of the flock). Ac- cording to this way of thinking, a pattern can exist only if someone (or something) creates and orchestrates the pattern. Everything must have a single cause, and ultimate controlling factor. The continuing resis- tance to evolutionary theories is an example: many people still insist that someone or something must have explicitly designed the complex, Resnick created StarLogo in orderly structures that we call Life." (Resnick, 1994) order to teach the decentralized mindset. Wilensky, one of his The reader is assumed to be familiar with basic Artificial Intelligence techniques students, later extended (Russell and Norvig, 2003). The reader should also be comfortable with mathe- StarLogo and created NetLogo. matical notation and basic computer science algorithms. The book is written for a graduate or advanced undergraduate audience. I also recommend (Mas-Colell et al., 1995; Osborne and Rubinstein, 1999) as reference books. 0.1 Usage If you are using the pdf version of this document you can click on any of the citations and your pdf reader will take you to the appropriate place in the bibliography. From there you can click on the title of the paper and your web browser will take you to a page with a full description of the paper. You can also get the full paper if you have the user-name and password I provide in class. The password is only available to my students due to licensing restrictions on some of the papers. Whenever you see an icon such as the one on this margin it means that we have NetLogo implementation of a relevant problem. If you are using the pdf version ABTgc of this document you can just click on the name and your browser will take you to the appropriate applet. Otherwise, the url is formed by pre-pending http:// jmvidal.cse.sc.edu/netlogomas/ to the name and appending .html at the end. So the url for this icon is http://jmvidal.cse.sc.edu/netlogomas/ABTgc.html. 7 8 Contents 0.2 Acknowledgments I would like to thank the students at the University of South Carolina who have provided much needed feedback on all revisions of this book. Specifically, I thank Jimmy Cleveland, Jiangbo Dang, Huang Jingshan, and Alicia Ruvinsky. I am also especially grateful to faculty members from other Universities who have used this book in their classes and provided me with invaluable feedback. Specifically I thank Ram´onF. Brena, Muaz Niazi, and Iyad Rahwan. Chapter 1 Multiagent Problem Formulation The goal of multiagent systems' research is to find methods that allow us to build complex systems composed of autonomous agents who, while operating on local knowledge and possessing only limited abilities, are nonetheless capable of enacting the desired global behaviors. We want to know how to take a description of what a system of agents should do and break it down into individual agent behaviors. At its most ambitious, multiagent systems aims at reverse-engineering emergent phenom- ena as typified by ant colonies, the economy, and the immune system. Multiagent systems approaches the problem using the well proven.
Recommended publications
  • Agent-Based Architectures and Algorithms for Energy Management in Smart Gribs : Application to Smart Power Generation and Residential Demand Response Robin Roche
    Agent-Based Architectures and Algorithms for Energy Management in Smart Gribs : Application to Smart Power Generation and Residential Demand Response Robin Roche To cite this version: Robin Roche. Agent-Based Architectures and Algorithms for Energy Management in Smart Gribs : Application to Smart Power Generation and Residential Demand Response. Other. Université de Technologie de Belfort-Montbeliard, 2012. English. NNT : 2012BELF0191. tel-00864268 HAL Id: tel-00864268 https://tel.archives-ouvertes.fr/tel-00864268 Submitted on 20 Sep 2013 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Université de Technologie de Belfort–Montbéliard Institut de Recherche sur les Transports, l’Énergie et la Société Laboratoire Systèmes et Transports École Doctorale Sciences pour l’Ingénieur et Microtechniques Algorithmes et Architectures Multi-Agents pour la Gestion de l’Énergie dans les Réseaux Électriques Intelligents Application aux Centrales à Turbines à Gaz et à l’Effacement Diffus Résidentiel Thèse no191 présentée et soutenue publiquement en vue de l’obtention du titre de Docteur en Génie Électrique par Robin Roche le 7 décembre 2012 Membres du jury : M. Mohamed Benbouzid IUT de Brest, LBMS Président M. Nouredine Hadjsaid INP Grenoble, G2Elab Rapporteur M.
    [Show full text]
  • Easybuild Documentation Release 20210706.0 Ghent University
    EasyBuild Documentation Release 20210907.0 Ghent University Tue, 07 Sep 2021 08:55:25 Contents 1 What is EasyBuild? 3 2 Concepts and terminology 5 2.1 EasyBuild framework..........................................5 2.2 Easyblocks................................................6 2.3 Toolchains................................................7 2.3.1 system toolchain.......................................7 2.3.2 dummy toolchain (DEPRECATED) ..............................7 2.3.3 Common toolchains.......................................7 2.4 Easyconfig files..............................................7 2.5 Extensions................................................8 3 Typical workflow example: building and installing WRF9 3.1 Searching for available easyconfigs files.................................9 3.2 Getting an overview of planned installations.............................. 10 3.3 Installing a software stack........................................ 11 4 Getting started 13 4.1 Installing EasyBuild........................................... 13 4.1.1 Requirements.......................................... 14 4.1.2 Using pip to Install EasyBuild................................. 14 4.1.3 Installing EasyBuild with EasyBuild.............................. 17 4.1.4 Dependencies.......................................... 19 4.1.5 Sources............................................. 21 4.1.6 In case of installation issues. .................................. 22 4.2 Configuring EasyBuild.......................................... 22 4.2.1 Supported configuration
    [Show full text]
  • Use of Bio-Inspired Techniques to Solve Complex Engineering Problems: Industrial Automation Case Study
    Use of Bio-inspired Techniques to Solve Complex Engineering Problems: Industrial Automation Case Study José Fernando Lopes Barbosa Relatório de Projecto para obtenção do grau de Mestre em Engenharia Industrial ramo de especialização em Engenharia Electrotécnica Supervision: Prof. Dr. Paulo Leitão September, 2010 Dedication To Inês and Mariana ii Acknowledgements First of all I want to express my most grateful thanks to Professor Paulo Leitão for his knowledge, patient, support and constant motivation during the development of this work without which the conclusion was not possible. Next, I want to thank all my friends for their support, incentive and motivation. I also want to thank my parents for all the support and love throughout the years. A special thank to my beautiful grandmother that with her love and affection made me feel to be her special grandson. Finally, but not the least, I want to thank my wife Inês for her support and comprehension and to my daughter Mariana just to make me constantly smile. iii Abstract Nowadays local markets have disappeared and the world lives in a global economy. Due to this reality, every company virtually competes with all others companies in the world. In addition to this, markets constantly search products with higher quality at lower costs, with high customization. Also, products tend to have a shorter period of life, making the demanding more intense. With this scenario, companies, to remain competitive, must constantly adapt themselves to the market changes, i.e., companies must exhibit a great degree of self-organization and self-adaptation. Biology with the millions of years of evolution may offer inspiration to develop new algorithms, methods and techniques to solve real complex problems.
    [Show full text]
  • Cellular Automata Are Models of Distributed Dynamical Systems
    IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 18, Issue 3, Ver. IV (May-Jun. 2016), PP 92-101 www.iosrjournals.org A New Multi-Agent Game Solver Miklos N Szilagyi Department of Electrical and Computer Engineering University of Arizona, Tucson, AZ 85721 Abstract: A new N-person game solver is presented in this work. The new software is an advance in the whole sate of art for the investigation of N-person games. It is now possible to investigate entire classes of games almost automatically. Moreover, this software makes it trivial to perform a systematic investigation of any game with a multidimensional parameter space. In addition, the payoff functions are no longer limited to quadratic expressions; any elementary mathematical function can easily be used, even in parameterized form. The experimental results are interesting and they very strongly depend on the initial conditions. Keywords: N-person games, Netlogo, Agent-based simulation, Prisoners’ Dilemma, Chicken Dilemma, Complexity. I. Introduction Many complex phenomena can be represented as N-person games in which the participating agents all interact with all the other agents directly or indirectly [1-4]. In the latter case the agents immediately interact only with their immediate neighbors. In this case the agents are simply cells in a cellular automaton. Cellular automata [5-7] are powerful tools for the study of simultaneous operation of a large number of agents, i. e. for the investigation of complex systems and phenomena. Therefore, they are quite suitable for the study of spatial N-person games.
    [Show full text]
  • KIMONO, a Descriptive Agent-Based Modelling Method for the Exploration of Complex Systems: an Application to Epidemiology
    KIMONO, a descriptive agent-based modelling method for the exploration of complex systems: an application to epidemiology. Edouard Amouroux To cite this version: Edouard Amouroux. KIMONO, a descriptive agent-based modelling method for the exploration of complex systems: an application to epidemiology.. Modeling and Simulation. Université Pierre et Marie Curie - Paris VI, 2011. English. tel-00630779 HAL Id: tel-00630779 https://tel.archives-ouvertes.fr/tel-00630779 Submitted on 5 Dec 2011 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. THESE DE DOCTORAT DE L’UNIVERSITE PIERRE ET MARIE CURIE Spécialité: Informatique (Ecole doctorale: EDITE) Présentée par Edouard AMOUROUX Pour obtenir le grade de DOCTEUR de l’UNIVERSITÉ PIERRE ET MARIE CURIE Sujet de la thèse : KIMONO: une méthode de modélisation descriptive centrée agent pour l'explication des systèmes complexes, une application en épidémiologie soutenue le 30/09/2011 devant le jury composé de : M. Directeur de thèse: Alexis Drogoul, Directeur de Recherche, IRD - UMMISCO / IFI - MSI Rapporteurs: David
    [Show full text]
  • The Development and Improvement of Instructions
    MECHANICS OF ATHEROSCLEROSIS, HYPERTENSION INDUCED GROWTH, AND ARTERIAL REMODELING A Dissertation by HEATHER NAOMI HAYENGA Submitted to the Office of Graduate Studies of Texas A&M University in partial fulfillment of the requirements for the degree of DOCTOR OF PHILOSOPHY May 2011 Major Subject: Biomedical Engineering Mechanics of Atherosclerosis, Hypertension Induced Growth, and Arterial Remodeling Copyright 2011 Heather Naomi Hayenga MECHANICS OF ATHEROSCLEROSIS, HYPERTENSION INDUCED GROWTH, AND ARTERIAL REMODELING A Dissertation by HEATHER NAOMI HAYENGA Submitted to the Office of Graduate Studies of Texas A&M University in partial fulfillment of the requirements for the degree of DOCTOR OF PHILOSOPHY Approved by: Chair of Committee, James E. Moore, Jr. Committee Members, Fred J. Clubb Roland R. Kaunas Alvin T. Yeh Head of Department, Gerald L. Cote May 2011 Major Subject: Biomedical Engineering iii ABSTRACT Mechanics of Atherosclerosis, Hypertension Induced Growth, and Arterial Remodeling. (December 2010) Heather Naomi Hayenga, B.S., University of California, Davis Chair of Advisory Committee: Dr. James E. Moore, Jr. In order to create informed predictive models that capture artery dependent responses during atherosclerosis progression and the long term response to hypertension, one needs to know the structural, biochemical and mechanical properties as a function of time in these diseased states. In the case of hypertension more is known about the mechanical changes; while, less is known about the structural changes over time. For atherosclerotic plaques, more is known about the structure and less about the mechanical properties. We established a congruent multi-scale model to predict the adapted salient arterial geometry, structure and biochemical response to an increase in pressure.
    [Show full text]
  • Netlogo Field Guide
    A Field Guide to NetLogo Steve Scott and Matt Koehler George Mason University Department of Computational Social Science Copyright © 2014. The MITRE Corporation. All Rights Reserved. About the Cover: The green sea turtle (Chelonia mydas) image on the cover was created by Jack Javech of the National Oceanographic and Atmospheric Administration (NOAA). NOAA's National Marine Fisheries Service (NMFS) and the U.S. Fish and Wildlife Service (FWS) work together to protect sea turtles, which are affected by numerous threats including fisheries bycatch, habitat destruction and degradation, marine pollution, and boat strikes. The NMFS, FWS, and numerous partners are actively involved in sea turtle conservation efforts, such as monitoring sea turtle nesting activity, protecting turtle nests and nesting beach habitat, and implementing and enforcing regulations to reduce bycatch of sea turtles. Visit the NMFS website at http://www.nmfs.noaa.gov/pr/species/turtles/ and the FWS website at http://www.fws.gov/northflorida/SeaTurtles/seaturtle-info.htm for further information about sea turtles and conservation efforts. i Table of Contents Preface ............................................................................................................................................. 1 About This Guide ........................................................................................................................ 1 About NetLogo ..........................................................................................................................
    [Show full text]
  • Partitioning Method for Emergent Behavior Systems Modeled by Agent-Based Simulations
    Old Dominion University ODU Digital Commons Computational Modeling & Simulation Computational Modeling & Simulation Engineering Theses & Dissertations Engineering Winter 2012 Partitioning Method for Emergent Behavior Systems Modeled by Agent-Based Simulations O. Thomas Holland Old Dominion University Follow this and additional works at: https://digitalcommons.odu.edu/msve_etds Part of the Computer Sciences Commons Recommended Citation Holland, O. T.. "Partitioning Method for Emergent Behavior Systems Modeled by Agent-Based Simulations" (2012). Doctor of Philosophy (PhD), Dissertation, Computational Modeling & Simulation Engineering, Old Dominion University, DOI: 10.25777/wqf0-ke57 https://digitalcommons.odu.edu/msve_etds/36 This Dissertation is brought to you for free and open access by the Computational Modeling & Simulation Engineering at ODU Digital Commons. It has been accepted for inclusion in Computational Modeling & Simulation Engineering Theses & Dissertations by an authorized administrator of ODU Digital Commons. For more information, please contact [email protected]. PARTITIONING METHOD FOR EMERGENT BEHAVIOR SYSTEMS MODELED BY AGENT-BASED SIMULATIONS by O. Thomas Holland B. S. E. E. 1983, Tennessee Technological University M. S. E. E. 1996, Virginia Polytechnic Institute and State University A Dissertation Submitted to the Faculty of Old Dominion University in Partial Fulfillment of the Requirements for the Degree of DOCTOR OF PHILOSOPHY MODELING AND SIMULATION OLD DOMINION UNIVERSITY December 2012 Approved by: John Sokolowski (Director) ^rederic D. McKenitfe (Member) -?Cndreas Tolk (Member) Bruce Copeland (Member) ABSTRACT PARTITIONING METHOD FOR EMERGENT BEHAVIOR SYSTEMS MODELED BY AGENT-BASED SIMULATIONS O. Thomas Holland Old Dominion University, 2012 Director: Dr. John Sokolowski Used to describe some interesting and usually unanticipated pattern or behavior, the term emergence is often associated with time-evolutionary systems comprised of relatively large numbers of interacting yet simple entities.
    [Show full text]
  • IDOL Connector Framework Server 12.0 Administration Guide
    Connector Framework Server Software Version 12.0 Administration Guide Document Release Date: June 2018 Software Release Date: June 2018 Administration Guide Legal notices Copyright notice © Copyright 2018 Micro Focus or one of its affiliates. The only warranties for products and services of Micro Focus and its affiliates and licensors (“Micro Focus”) are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. Micro Focus shall not be liable for technical or editorial errors or omissions contained herein. The information contained herein is subject to change without notice. Trademark notices Adobe™ is a trademark of Adobe Systems Incorporated. Microsoft® and Windows® are U.S. registered trademarks of Microsoft Corporation. UNIX® is a registered trademark of The Open Group. Documentation updates The title page of this document contains the following identifying information: l Software Version number, which indicates the software version. l Document Release Date, which changes each time the document is updated. l Software Release Date, which indicates the release date of this version of the software. To verify you are using the most recent edition of a document, go to https://softwaresupport.softwaregrp.com/group/softwaresupport/search-result?doctype=online help. You will also receive new or updated editions of documentation if you subscribe to the appropriate product support service. Contact your Micro Focus sales representative for details. To check for new versions of software, go to https://www.hpe.com/software/entitlements. To check for recent software patches, go to https://softwaresupport.softwaregrp.com/patches. The sites listed in this section require you to sign in with a Software Passport.
    [Show full text]
  • Situated Socio-Cognitive and Ecological Simulation of the Triple-Helix Theory of Regional Innovation Dynamics
    Situated Socio-Cognitive and Ecological Simulation of the Triple-Helix Theory of Regional Innovation Dynamics by James R. Morris-King A dissertation submitted to the Graduate Faculty of Auburn University in partial fulfillment of the requirements for the Degree of Doctor of Philosophy Auburn, Alabama May 3, 2014 Keywords: triple-helix, agent, simulation Copyright 2014 by James R. Morris-King Approved by Levant Yilmaz, Chair, Associate Professor of Computer Science John A. Hamilton Jr., Professor of Computer Science David Umphress, Associate Professor of Computer Science Abstract This dissertation focuses on applying the concept of agent-based ecological simulation to the problem of developing and maintaining regional innovation economies. A simulation model based on a popular model of innovation, the Triple-Helix theory of public-private partnership, is presented. This theory guides the alignment of the three principle sectors of regional and national systems of innovation; academic research, industrial development, and government control. The development and maintenance of systems of innovation has been recognized to be a key driver of economic growth, but the underlying mechanisms which govern these systems have proven difficult for pure statistical analysis to capture. We introduce an agent-based modeling and simulation approach, which leverages eco- logical concepts better suited for describing the behavioral mechanisms of multi-agent, environmentally-situated complex adaptive systems. This model extends the basic formu- lation of the triple-helix to include a new environmentally situated actor, the researcher, which uses indirect signaling to discover and exploit grant-funding. This extension uses principles from classical Predator-Prey interaction and a variant of ant colony optimization, a non-deterministic search algorithm.
    [Show full text]
  • Comparative Programming Languages CM20253
    We have briefly covered many aspects of language design And there are many more factors we could talk about in making choices of language The End There are many languages out there, both general purpose and specialist And there are many more factors we could talk about in making choices of language The End There are many languages out there, both general purpose and specialist We have briefly covered many aspects of language design The End There are many languages out there, both general purpose and specialist We have briefly covered many aspects of language design And there are many more factors we could talk about in making choices of language Often a single project can use several languages, each suited to its part of the project And then the interopability of languages becomes important For example, can you easily join together code written in Java and C? The End Or languages And then the interopability of languages becomes important For example, can you easily join together code written in Java and C? The End Or languages Often a single project can use several languages, each suited to its part of the project For example, can you easily join together code written in Java and C? The End Or languages Often a single project can use several languages, each suited to its part of the project And then the interopability of languages becomes important The End Or languages Often a single project can use several languages, each suited to its part of the project And then the interopability of languages becomes important For example, can you easily
    [Show full text]
  • Netlogo 3.0.2 User Manual
    NetLogo 3.0.2 User Manual NetLogo 3.0.2 User Manual Table of Contents What is NetLogo?..............................................................................................................................1 Features...................................................................................................................................1 Copyright Information.......................................................................................................................3 Third party licenses..................................................................................................................3 What's New?.......................................................................................................................................7 Version 3.0.2 (November 23, 2005).........................................................................................7 Version 3.0 (September 2005).................................................................................................7 Version 2.1 (December 2004)................................................................................................11 Version 2.0.2 (August 2004)..................................................................................................11 Version 2.0 (December 2003)................................................................................................11 Version 1.3 (June 2003).........................................................................................................12 Version 1.2 (March
    [Show full text]