๐”– Bobbio Scriptorium
โœฆ   LIBER   โœฆ

[Lecture Notes in Computer Science] Programming Multi-Agent Systems Volume 5919 || Programming Multiagent Systems without Programming Agents

โœ Scribed by Braubach, Lars; Briot, Jean-Pierre; Thangarajah, John


Book ID
121720119
Publisher
Springer Berlin Heidelberg
Year
2010
Tongue
English
Weight
242 KB
Edition
1
Category
Article
ISBN
3642148433

No coin nor oath required. For personal study only.

โœฆ Synopsis


The earliest work on agents may be traced at least to the ?rst conceptualization of the actor model by Carl Hewitt. In a paper in an AI conference in the early 1970s, Hewitt described actors as entities with knowledge and goals. Research on actors continued to focus on AI with the development of the Sprites model in which a monotonically growing knowledge base could be accessed by actors (inspired by what Hewitt called โ€œthe Scienti?c Computing Metaphorโ€). In the late1970sandwellinto 1980s,controversyragedinAIbetweenthosearguingfor declarative languages and those arguing for procedural ones. Actor researchers stood on the side of a procedural view of knowledge, arguing for an open s- tems perspective rather than the closed world hypothesis necessary for a logical, declarativeview. In the open systemsview,agentshad armslength relationships and could not be expected to store consistent facts, nor could the information in a system be considered complete (the โ€œnegation as failureโ€ model). Subsequent work on actors, including my own, focused on using actors for general purpose concurrent and distributed programming. In the late 1980s, a number of actor languages and frameworks were built. These included Act (in C ) by Dennis Kafura and Actalk (in Smalltalk) by Jean-Pierre Briot. In recent times, the use of the Actor model, in various guises, has proliferated as new parallel and distributed computing platforms and applications have become common:clusters,Webservices,P2Pnetworks,clientprogrammingonmulticore processors, and cloud computing.


๐Ÿ“œ SIMILAR VOLUMES


[Lecture Notes in Computer Science] Prog
โœ Braubach, Lars; Briot, Jean-Pierre; Thangarajah, John ๐Ÿ“‚ Article ๐Ÿ“… 2010 ๐Ÿ› Springer Berlin Heidelberg ๐ŸŒ English โš– 430 KB

The earliest work on agents may be traced at least to the ?rst conceptualization of the actor model by Carl Hewitt. In a paper in an AI conference in the early 1970s, Hewitt described actors as entities with knowledge and goals. Research on actors continued to focus on AI with the development of the