Developing Multi-Agent Systems with JADE

Total Page:16

File Type:pdf, Size:1020Kb

Developing Multi-Agent Systems with JADE Developing Multi-Agent Systems with JADE Wiley Series in Agent Technology Series Editor: Michael Wooldridge, Liverpool University, UK The ‘Wiley Series in Agent Technology’ is a series of comprehensive practical guides and cutting- edge research titles on new developments in agent technologies. The series focuses on all aspects of developing agent-based applications, drawing from the Internet, telecommunications, and Artificial Intelligence communities with a strong applications/technologies focus. The books will provide timely, accurate and reliable information about the state of the art to researchers and developers in the Telecommunications and Computing sectors. Titles in the series: Padgham/Winikoff: Developing Intelligent Agent Systems 0470861207 (June 2004) Pitt (ed.): Open Agent Societies 047148668X (August 2004) Developing Multi-Agent Systems with JADE Fabio Bellifemine, Telecom Italia, Italy Giovanni Caire, Telecom Italia, Italy Dominic Greenwood, Whitestein Technologies AG, Switzerland Copyright 2007 John Wiley & Sons Ltd, The Atrium, Southern Gate, Chichester, West Sussex PO19 8SQ, England Telephone (+44) 1243 779777 Email (for orders and customer service enquiries): [email protected] Visit our Home Page on www.wiley.com All Rights Reserved. No part of this publication may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning or otherwise, except under the terms of the Copyright, Designs and Patents Act 1988 or under the terms of a licence issued by the Copyright Licensing Agency Ltd, 90 Tottenham Court Road, London W1T 4LP, UK, without the permission in writing of the Publisher. Requests to the Publisher should be addressed to the Permissions Department, John Wiley & Sons Ltd, The Atrium, Southern Gate, Chichester, West Sussex PO19 8SQ, England, or emailed to [email protected], or faxed to (+44) 1243 770620. This publication is designed to provide accurate and authoritative information in regard to the subject matter covered. It is sold on the understanding that the Publisher is not engaged in rendering professional services. If professional advice or other expert assistance is required, the services of a competent professional should be sought. JADE () and related logos are a registered trademark of Telecom Italia S.p.A. Other Wiley Editorial Offices John Wiley & Sons Inc., 111 River Street, Hoboken, NJ 07030, USA Jossey-Bass, 989 Market Street, San Francisco, CA 94103-1741, USA Wiley-VCH Verlag GmbH, Boschstr. 12, D-69469 Weinheim, Germany John Wiley & Sons Australia Ltd, 42 McDougall Street, Milton, Queensland 4064, Australia John Wiley & Sons (Asia) Pte Ltd, 2 Clementi Loop #02-01, Jin Xing Distripark, Singapore 129809 John Wiley & Sons Canada Ltd, 6045 Freemont Blvd, Mississauga, ONT, L5R 4J3, Canada Wiley also publishes its books in a variety of electronic formats. Some content that appears in print may not be available in electronic books. Anniversary Logo Design: Richard J. Pacifico Library of Congress Cataloging-in-Publication Data: Bellifemine, Fabio. Developing multi-agent systems with JADE / Fabio Bellifemine, Giovanni Caire, Dominic Greenwood. p. cm. Includes bibliographical references and index. ISBN-13: 978-0-470-05747-6 (cloth : alk. paper) 1. Intelligent agents (Computer software) 2. Object-oriented programming (Computer science) 3. Java (Computer program language) I. Caire, Giovanni. II. Greenwood, Dominic. III. Title. QA76.76.I58B45 2007 006.3–dc22 2006036200 British Library Cataloguing in Publication Data A catalogue record for this book is available from the British Library ISBN: 978-0-470-05747-6 (HB) Typeset in 9/11pt Times by Laserwords Private Limited, Chennai, India Printed and bound in Great Britain by Antony Rowe Ltd, Chippenham, Wiltshire This book is printed on acid-free paper responsibly manufactured from sustainable forestry in which at least two trees are planted for each one used for paper production. Contents The Authors ix List of Contributors xi Preface xiii 1 Introduction 1 2 Agent Technology Overview 3 2.1 About agents 3 2.2 The Foundation for Intelligent, Physical Agents (FIPA) 10 3 The JADE Platform 29 3.1 Brief history 29 3.2 JADE and the agents paradigm 30 3.3 JADE architecture 32 3.4 Compiling the software and launching the platform 34 3.5 JADE packages 37 3.6 Message transport service 39 3.7 Admin and debugging tools 42 4 Programming with JADE – Basic Features 51 4.1 Creating agents 51 4.2 Agent tasks 57 4.3 Agent communication 65 4.4 Agent discovery: the yellow pages service 72 4.5 Agents with a GUI 75 5 Programming with JADE – Advanced Features 77 5.1 Ontologies and content languages 77 5.2 Composing behaviours to create complex tasks 91 5.3 Threaded behaviours 99 5.4 Interaction protocols 100 5.5 Interacting with the AMS 107 5.6 Starting JADE from an external Java application 111 6 Agent Mobility 115 6.1 Agent mobility 115 6.2 Intra-platform mobility 117 6.3 Inter-platform mobility service 119 6.4 Usage of the JADE mobility services 121 vi Contents 7 JADE Internal Architecture 131 7.1 Distributed coordinated filters 131 7.2 Creating a JADE kernel service 136 8 Running JADE Agents on Mobile Devices 145 8.1 Main limitations of the mobile environment 145 8.2 The LEAP add-on 146 8.3 The split container execution mode 150 8.4 Developing MIDP agents 154 8.5 LEAP add-on advanced 161 9 Deploying a Fault-Tolerant JADE Platform 173 9.1 The main replication service 173 9.2 Attaching the DF to a relational DB 176 10 The JADE Web Services Integration Gateway 181 10.1 Web service technology 181 10.2 The utility of agent and Web service integration 182 10.3 The WSIG architecture 182 10.4 Installation requirements 184 10.5 WSIG installation procedure 185 10.6 WSIG operation 186 10.7 Example 1: Web service client invokes an agent service 193 10.8 Example 2: Agent service invokes a Web service 203 11 Agent-Society Configuration Manager and Launcher 207 11.1 Basic terms and concepts 207 11.2 Book-trading example 209 11.3 Distributed deployment 215 11.4 The XML meta-model 218 11.5 Inside the ASCML 220 11.6 Distributed monitoring, logging and debugging 222 11.7 Outlook 223 12 JADE Semantics Framework 225 12.1 FIPA-SL language 226 12.2 Interpretation engine 230 12.3 Basic semantic agent 231 12.4 Specializing the interpretation activity 234 12.5 Customizing belief handling 237 12.6 Handling Actions 240 12.7 Synthesizing standard and advanced use of the JSA 245 12.8 Conclusions 245 13 A Selection of Other Relevant Tools 247 13.1 The Bean Generator 247 13.2 JADEMX 250 13.3 The Java Sniffer 251 13.4 JADEX – engineering goal-oriented agents 254 Contents vii APPENDIX A Command Line Options 259 A.1 Syntax 259 A.2 Options to launch containers and main containers 260 A.3 General Options 261 A.4 Options of the JADE kernel-level services 262 A.5 Options related to MTPs 265 A.6 Options to configure the yellow page DF service 267 A.7 Options specific to the JADE-LEAP platform 268 A.8 Extending the command line with user-defined options 269 APPENDIX B List of Symbols and Acronyms 271 Bibliography 275 References 275 FIPA Specifications 278 Index 281 The Authors Fabio Bellifemine is a senior project manager at the Research Labs of Telecom Italia. He inspired, originated and led the JADE Project and, later, he launched and presided at the JADE Governing Board. He graduated summa cum laude from the Computer Science University of Torino in 1988 and, before joining Telecom Italia (formerly CSELT), until 1994 he was a researcher at the Italian National Research Council (CNR) working in the field of digital video coding. In 1996 he joined the FIPA standardization body and he was attracted by the software agent technology. In 2000, on behalf of the Work Package 1 of the FACTS Project, he was awarded the first prize in the FIPA competition for the best agent-based application: ‘New generation TV entertainment system’. He served as chairman of the FIPA Architecture Board and, next, of the X2S Technical Committee with the challenging goal of promoting to standard the core specifications of FIPA. The effort and the passion for this emerging technology were recognized by appreciation certificates of FIPA for his outstanding contributions. He is IEEE Senior Member, member of the Technical Committee on Distributed Intelligent Systems of the IEEE Systems, Man, and Cybernetics Society, and member of the Program Committee of some scientific conferences in this research field. He is also member of the Expert Group of JSR 271 which is going to specify the third generation of Java MIDP specifications. His research interests mainly focus on agent technologies and on their adoption to develop better and more efficient systems and applications; recently, he launched in Telecom Italia a new research program in the field of Wireless Sensor Networks. Giovanni Caire graduated summa cum laude from the Politecnico di Torino in 1992 and, after that, joined the Research Labs of Telecom Italia (formerly CSELT) where he is now a senior project manager. He started working in the Multimedia and Video Services department where he was involved in several international collaborative projects. In 1995 he led the ATMAN ACTS European Project dealing with advanced techniques of audio-visual content trading. Since 1998 his interest has been in the field of distributed applications with particular focus on the Java technology. He started working in the JADE Project in 2000 when he led the working group that ported the platform on the Java Micro Edition within the scope of the LEAP IST European Project. In 2004 he represented Telecom Italia in the Java Workstream of the OMTP international initiative whose goal was to define an open platform on mobile terminals enabling service providers to develop a uniform and simplified customer experience.
Recommended publications
  • FREE DOWNLOAD COMPONENTS/THIRD PARTY TERMS and CONDITIONS PROGRAM: Sybase® Replication Server® - Data Assurance Option Version 15.6.X (All Platforms)
    FREE DOWNLOAD COMPONENTS/THIRD PARTY TERMS AND CONDITIONS PROGRAM: Sybase® Replication Server® - Data Assurance Option version 15.6.x (all platforms) The Program contains open source and other free download components as identified below. Third party license terms and other third party-required notices are provided below. Apache Software Foundation Components: Derby, Commons Digester and Commons Logging The Program includes software developed by the Apache Software Foundation. The Apache components are provided subject to the Apache License v2.0. Copyright© 1999-2010 The Apache Software Foundation. All rights reserved. A copy of the Apache License v2.0 is attached as Attachment 1. The Derby includes the third party components listed in Attachment 2. Sun Microsystems Component: Java Runtime Environment 1.6 The Java Runtime Environment includes the third party components listed in Attachment 3. Flexera Software Component: InstallAnywhere No third party license terms or additional notices required. Startertool.com Component: Startertool No third party license terms or additional notices required. Sun Microsystems Component: Java Servlets No third party license terms or additional notices required. Sybase Common Security Infrastructure Components This version of the Program includes Common Security Infrastructure v3.1 which contains the following additional open source and free download components: Apache Software Foundation Components: Apache xml-sec, Commons BeanUtils, Commons Digester, Commons Validator, Commons Logging, Commons FileUpload and Struts The Program includes software developed by the Apache Software Foundation. Copyright© 1999- 2004 The Apache Software Foundation. All rights reserved. A copy of the Apache License v2.0 is at Attachment 1. OpenSAML.org Component: OpenSAML The Program includes software made available by OpenSAML.org.
    [Show full text]
  • Oncommand Core Package Software Products
    Notices About this information The following copyright statements and licenses apply to software components that are distributed with various versions of the OnCommand Core package software products. Your product does not necessarily use all the software components referred to below. Where required, source code is published at the following location: ftp://ftp.netapp.com/frm-ntap/opensource/ Copyrights and licenses The following components are subject to the Apache License 1.1: ◆ Apache Tomcat - 5.0.20 Copyright © 2004 The Apache Software Foundation. All rights reserved. ◆ Apache-HTTP Server - 1.1.1 Copyright © 2000-2002 The Apache Software Foundation. All rights reserved. ◆ Apache Jakarta BCEL 5 Copyright © 2001 The Apache Software Foundation. All rights reserved. ◆ Apache Xerces Java XML Parser 2.6.1 Copyright © 1999- 2003 The Apache Software Foundation. All rights reserved. ◆ Apache Base64 functions 1.1 Copyright © 2000- 2002 The Apache Software Foundation. All rights reserved. ◆ Apache HTTP Server 1.1.1 Copyright © 2000- 2002 The Apache Software Foundation. All rights reserved. ◆ Apache Xerces Java XML Parser 2.6.2 Copyright © 2000- 2002 The Apache Software Foundation. All rights reserved. ◆ Apache Jakarta Commons CLI - 1.0 Copyright © 2002-2010 The Apache Software Foundation. All rights reserved. ◆ Apache Jakarta Commons Collections - 2.1 Copyright © 2001-2008 The Apache Software Foundation. All rights reserved. ◆ Apache Jakarta Commons Discovery - 0.2 Copyright © 2002-2011 The Apache Software Foundation . ◆ Apache Jakarta Commons FileUpload - 1.0 Copyright © 2002-2010 The Apache Software Foundation . All rights reserved. ◆ Apache log4j - 1.2.8 Notices 1 215-05829_A0—Copyright © 2011 NetApp, Inc. All rights reserved. Copyright 2007 The Apache Software Foundation.
    [Show full text]
  • Towards a Heterogeneous Multi-Robot System and Human
    Master in Artificial Intelligence (UPC‐URV‐UB) Master of Science Thesis ROSAPL: towards a heterogeneous Multi‐Robot system and Human interaction framework Emili Boronat Roselló Advisor: Dr. Javier Vázquez‐Salceda September 2014 i "To my beloved father May the force be with you" ii Abstract The appearance of numerous robotic frameworks and middleware has provided researchers with reliable hardware and software units avoiding the need of developing ad-hoc platforms and focus their work on how improve the robots' high-level capabilities and behaviours. Despite this none of these are facilitating frameworks considering social capabilities as a factor in robots design. In a world that everyday seems more and more connected, with the slow but steady advance of the Internet of Things to many aspects of our daily lifes, the lack of social capabilities in a robot limits developers and researchers on areas where robots are seen as part of a solution, and not the solution. This thesis states that a social layer should be accessible in any robotic platform in order to ease the development of systems where such platforms are just a piece in the whole socio-technical system. As result of this effort we present the ROSAPL framework to develop social robots on top of ROS middleware. We tested our approach in a real scenario at IBEC's Robotics group in the context of the InHANDS, which project tries to assist a handi- capped persons in the kitchen. For them we designed and implemented a prototype to proof ROSAPL applicability. This latter will be fully implemented to offer real functionalities for the kitchen.
    [Show full text]
  • Developing Multi-Agent Systems with JADE
    Developing Multi-Agent Systems with JADE Wiley Series in Agent Technology Series Editor: Michael Wooldridge, Liverpool University, UK The ‘Wiley Series in Agent Technology’ is a series of comprehensive practical guides and cutting- edge research titles on new developments in agent technologies. The series focuses on all aspects of developing agent-based applications, drawing from the Internet, telecommunications, and Artificial Intelligence communities with a strong applications/technologies focus. The books will provide timely, accurate and reliable information about the state of the art to researchers and developers in the Telecommunications and Computing sectors. Titles in the series: Padgham/Winikoff: Developing Intelligent Agent Systems 0470861207 (June 2004) Pitt (ed.): Open Agent Societies 047148668X (August 2004) Developing Multi-Agent Systems with JADE Fabio Bellifemine, Telecom Italia, Italy Giovanni Caire, Telecom Italia, Italy Dominic Greenwood, Whitestein Technologies AG, Switzerland Copyright 2007 John Wiley & Sons Ltd, The Atrium, Southern Gate, Chichester, West Sussex PO19 8SQ, England Telephone (+44) 1243 779777 Email (for orders and customer service enquiries): [email protected] Visit our Home Page on www.wiley.com All Rights Reserved. No part of this publication may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning or otherwise, except under the terms of the Copyright, Designs and Patents Act 1988 or under the terms of a licence issued by the Copyright Licensing Agency Ltd, 90 Tottenham Court Road, London W1T 4LP, UK, without the permission in writing of the Publisher. Requests to the Publisher should be addressed to the Permissions Department, John Wiley & Sons Ltd, The Atrium, Southern Gate, Chichester, West Sussex PO19 8SQ, England, or emailed to [email protected], or faxed to (+44) 1243 770620.
    [Show full text]
  • SL150 Licensing Information User Manual
    1[StorageTek] SL150 Modular Tape Library Licensing Information User Manual E72038-04 December 2018 StorageTek SL150 Modular Tape Library Licensing Information User Manual E72038-04 Copyright © 2016, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are "commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, shall be subject to license terms and license restrictions applicable to the programs.
    [Show full text]
  • The Apache Forrest Xdocs Document-V1.3 DTD
    The Apache Forrest xdocs document-v1.3 DTD NOTICE: The content of this document doesn't make any sense at all. This is a demonstration document using all possible elements in the current Apache Forrest xdocs document-v13.dtd Table of contents 1 Sample Content..................................................................................................................................2 1.1 Block and inline elements............................................................................................................2 1.2 Various presentation formats....................................................................................................... 4 1.3 Using sections.............................................................................................................................. 4 1.4 Sections, the sequel......................................................................................................................4 1.5 Showing preformatted source code..............................................................................................5 1.6 Using tables..................................................................................................................................5 1.7 Using figures................................................................................................................................ 6 2 DTD changes..................................................................................................................................... 6 2.1 Changes since document-v12.......................................................................................................6
    [Show full text]
  • Apache Forrest: Documentation Framework
    Apache Forrest: documentation framework Apache Forrest (forrest.apache.org) is a publishing framework that transforms input from various sources into a unified presentation in one or more output formats. The modular and extensible plugin architecture is based on Apache Cocoon and relevant standards, which separates presentation from content. Forrest can generate static documents, or be used as a dynamic server, or be deployed by its automated facility. By separating content from presentation, providing content templates and pre-written skins, Forrest is unequalled at enabling content producers to get their message out fast. This separation of concerns makes Forrest excellent to publish project documentation (notably software projects), intranets, and home pages. Forrest is built on one of the world's leading XML application frameworks, Apache Cocoon, which provides advanced users with extremely powerful publishing capabilities. • Multiple task-specific source XML formats can be used (How-To, FAQ, changelogs and todo lists supported natively). Source formats include: Apache xdocs xml format, plain html documents, some Wiki formats, a subset of DocBook, ... • Multiple output formats supported, for example HTML and PDF (using Apache FOP). • SVG to PNG rendering (using Apache Batik). Simply drop the SVG in the appropriate directory and it will be rendered as PNG. • Transparent inclusion and aggregation of external content, like RSS feeds. • Anything else possible with the Cocoon sitemap. Using database queries, charting, web services integration; the possibilities are constantly growing as Cocoon grows. See the Cocoon Features list for the full suite of capabilities. • Based on Java, Forrest is platform-independent, making for a documentation system that is just as portable as the XML data it processes.
    [Show full text]
  • Multi-Agent Programming at EASSS 2010
    Multi-Agent Programming Olivier Boissier1, Rafael H. Bordini2, Mehdi Dastani3, Jomi F. H¨ubner4, Alessandro Ricci5 1EMSE, France 2INF-UFRGS, Brazil 3Utrecht University, Netherlands [email protected] [email protected] [email protected] 4DAS-UFSC, Brazil 5University of Bologna, Italy [email protected] [email protected] European Agent Systems Summer School 23{27 August, 2010 | Saint Etienne, France Outline of the MAP Course Introduction AOP About Agent Oriented Programming Jason 2APL EOP About Environment Oriented Programming A&A and CArtAgO OOP About Organisation Oriented Programming Moise 2OPL Conclusions Practical Exercise: a hands-on lab session! Introduction Introduction AOP EOP OOP Conclusion Agent-Oriented Software Development Methodology Multi-agent systems are a development in software engineering resulting in a new paradigm Requirement ) Analysis ) Design ) Implementation ) Test The aim is to provide high-level abstraction to model and develop complex systems Structural analysis methodology Object-oriented methodology Agent-oriented methodology (e.g. Gaia, Prometheus) 4 / 280 Introduction AOP EOP OOP Conclusion Abstraction in Multi-Agent Systems Individual Agent Level: Autonomy, Situatedness Cognitive concepts: beliefs, desires/goals, intention/plans Deliberation and decision: sense/reason/act, reactive/pro-active Multi-Agent Level: Social and Organizational Structures Roles: functionalities, activities, and responsibilities Organizational Rules: constraints on roles and their interactions, norms, deadlines, obligations
    [Show full text]
  • Towards Identifying Software Project Clusters with Regard to Defect Prediction
    Towards identifying software project clusters with regard to defect prediction Marian Jureczko, Wroc!aw University of Technology Lech Madeyski, Wroc!aw University of Technology Agenda •! Introduction •! Data acquisition •! Study design •! Results •! Conclusions Introduction Motivation – Why defect prediction? 20% of classes contain 80% of defects We can use the software metrics to predict error prone classes and therefore prioritize and optimize tests. Motivation – Why clustering projects? •! Defect prediction is sometime impossible because lack of training data: –! It may be the first release of a project –! The company or the project may be to small to afford collecting training data •! With well defined project clusters the cross-project defect prediction will be possible Definitions •!Defect -! Interpreted as a defect in the investigated project -! Commented in the version control system (CVS or SVN) •!Defect prediction model Values of Metrics for a given java class Estimated •!WMC = ... Number •!DIT = ... Model of •!NOC = ... •!CBO = ... Defects •!RFC = … •!LCOM = … •!Ca=... •!.... Data acquisition •! 19 different metrics were calculated with the CKJM tool (http://gromit.iiar.pwr.wroc.pl/p_inf/ckjm) •! Chidamber & Kemerer metrics suite •! QMOOD metrics suite •! Tang, Kao and Chen’s metrics (C&K quality oriented extension) •! Cyclomatic Complexity, LCOM3, Ca, Ce and LOC •! Defects were collected with BugInfo ( http://kenai.com/projects/buginfo) Compare CVS/SVN Bug CVS log against given & SVN regular expression metrics repository Data
    [Show full text]
  • Multi-Agent Programming: Languages, Platforms and Applications
    Multi-Agent Programming Languages, Platforms and Applications Multiagent Systems, Artificial Societies, and Simulated Organizations International Book Series Series Editor: Gerhard Weiss, Technische Universitdt Munchen Editorial Board: Kathleen M. Carley, Carnegie Mellon University, PA, USA Yves Demazeau, CNRS Laboratoire LEIBNIZ, France Ed Durfee, University of Michigan, USA Les Gasser, University of Illinois at Urbana-Champaign, IL, USA Nigel Gilbert, University of Surrey, United Kingdom Michael Huhns, University of South Carolina, SC, USA Nick Jennings, University of Southampton, UK Victor Lesser, University of Massachusetts, MA, USA Katia Sycara, Carnegie Mellon University, PA, USA Michael Wooldridge, University of Liverpool, United Kingdom Books in the Series: CONFLICTING AGENTS: Conflict Management in Multi-Agent Systems, edited by Catherine Tessier, Laurent Chaudron and Heinz-Jurgen Miiller, ISBN: 0-7923-7210-7 SOCIAL ORDER IN MULTIAGENT SYSTEMS, edited by Rosaria Conte and Chrysanthos Dellarocas, ISBN: 0-7923-7450-9 SOCIALLY INTELLIGENT AGENTS: Creating Relationships with Computers and Robots, edited by Kerstin Dautenhahn, Alan H. Bond, Lola Caiiamero and Bruce Edmonds, ISBN: 1-4020-7057-8 CONCEPTUAL MODELLING OF MULTI-AGENT SYSTEMS: The CoMoMAS Engineering Environment, by Norbert Glaser, ISBN: 1-4020-7061-6 GAME THEORY AND DECISION THEORY IN AGENT-BASED SYSTEMS, edited by Simon Parsons, Piotr Gmytrasiewicz, Michael Wooldridge, ISBN: 1-4020-7115-9 REFUTATION IN ARTIFICIAL SOCIETIES: Social Beliefs for Social Order, by Rosaria Conte, Mario Paolucci, ISBN: 1-4020-7186-8 AGENT AUTONOMY, edited by Henry Hexmoor, Cristiano Castelfranchi, Rino Falcone, ISBN: 1-4020-7402-6 AGENT SUPPORTED COOPERATIVE WORK, edited by Yiming Ye, Elizabeth Churchill, ISBN: 1-4020-7404-2 DISTRIBUTED SENSOR NETWORKS, edited by Victor Lesser, Charles L.
    [Show full text]
  • Logic-Based Technologies for Multi-Agent Systems: a Systematic Literature Review
    Autonomous Agents and Multi-Agent Systems (2021) 35:1 https://doi.org/10.1007/s10458-020-09478-3 Logic-based technologies for multi-agent systems: a systematic literature review Roberta Calegari1 · Giovanni Ciatto2 · Viviana Mascardi3 · Andrea Omicini2 © The Author(s) 2020 Abstract Precisely when the success of artificial intelligence (AI) sub-symbolic techniques makes them be identified with the whole AI by many non-computer-scientists and non-technical media, symbolic approaches are getting more and more attention as those that could make AI amenable to human understanding. Given the recurring cycles in the AI history, we expect that a revamp of technologies often tagged as “classical AI”—in particular, logic-based ones— will take place in the next few years. On the other hand, agents and multi-agent systems (MAS) have been at the core of the design of intelligent systems since their very beginning, and their long-term connection with logic-based technologies, which characterised their early days, might open new ways to engineer explainable intelligent systems. This is why understanding the current status of logic-based technologies for MAS is nowadays of paramount importance. Accordingly, this paper aims at providing a comprehensive view of those technologies by making them the subject of a systematic literature review (SLR). The resulting technologies are discussed and evaluated from two different perspectives: the MAS and the logic-based ones. Keywords SLR · Logic-based technologies · MAS B Roberta Calegari [email protected]
    [Show full text]
  • A Multi Agent System for Flow-Based Intrusion Detection David A
    Air Force Institute of Technology AFIT Scholar Theses and Dissertations Student Graduate Works 3-21-2013 A Multi Agent System for Flow-Based Intrusion Detection David A . Ryan Follow this and additional works at: https://scholar.afit.edu/etd Part of the Digital Communications and Networking Commons Recommended Citation Ryan, David A ., "A Multi Agent System for Flow-Based Intrusion Detection" (2013). Theses and Dissertations. 901. https://scholar.afit.edu/etd/901 This Thesis is brought to you for free and open access by the Student Graduate Works at AFIT Scholar. It has been accepted for inclusion in Theses and Dissertations by an authorized administrator of AFIT Scholar. For more information, please contact [email protected]. A MULTI AGENT SYSTEM FOR FLOW-BASED INTRUSION DETECTION THESIS David A. Ryan, Second Lieutenant, USAF AFIT-ENG-13-M-43 DEPARTMENT OF THE AIR FORCE AIR UNIVERSITY AIR FORCE INSTITUTE OF TECHNOLOGY Wright-Patterson Air Force Base, Ohio DISTRIBUTION STATEMENT A. APPROVED FOR PUBLIC RELEASE; DISTRIBUTION UNLIMITED The views expressed in this thesis are those of the author and do not reflect the official policy or position of the United States Air Force, the Department of Defense, or the United States Government. This material is declared a work of the U.S. Government and is not subject to copyright protection in the United States. AFIT-ENG-13-M-43 A MULTI AGENT SYSTEM FOR FLOW-BASED INTRUSION DETECTION THESIS Presented to the Faculty Department of Electrical and Computer Engineering Graduate School of Engineering and Management Air Force Institute of Technology Air University Air Education and Training Command in Partial Fulfillment of the Requirements for the Degree of Master of Science in Computer Engineering David A.
    [Show full text]