« SMA » : différence entre les versions

De Parcours SIIA
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 35 : Ligne 35 :
=== Part One: Complex systems, Models and Simulations ===
=== Part One: Complex systems, Models and Simulations ===
[[Media:Systèmes_Complexes1.pdf|Introducing]] the concept of complex systems, and answering the questions "why" and "how" do we need to model and simulate them.
[[Media:Systèmes_Complexes1.pdf|Introducing]] the concept of complex systems, and answering the questions "why" and "how" do we need to model and simulate them.
=== Part Two: MAS for modelling and simulating complex systems ===
* [[Media:SMA_pour_la_modélisation_et_la_simulation_de_systèmes_complexes,_implémentation_en_Java.pdf|Model engineering]] and implementing MAS simulation with Java.
* [[Media:TPs_et_tutoriel_Repast.zip|Practical works and tutorial]]
* [[Media:La_plateforme_JADE_Bibliographie_et_références_du_cours.pdf|JADE platform and bibliography]]

Version du 13 octobre 2017 à 12:29

Multi-Agent Systems

By Pierre Chevaillier, Professor at ENIB.

Handout of the course.

Part One: Basic concepts, agent architectures and technologies

This first lesson presents the basic principle related to the concepts of agent and multiagent systems. Next it gives a broad overview of the different conceptual solutions and types of technology used to designing agent-oriented software.

Part Two: collective behavior in multi agent systems

Part Three: Approches in the modeling of multiagent systems

IT Laboratory

The objective of this Lab work is to implement a Contract Net Protocol (CNP). It will be implemented on the Gama platform. Here is a basic example that illustrates the facilities the Gama platform provides to implement FIPA compliant communication protocols.

The protocole

Step by step implementation of the CNP. The objective is to implement the way agents produce and process the different types of communicative acts that support the protocol.

Agents using the protocol

At this point, the agent that initiates the protocole (the initiator) does it only once. We want now to make the agents able to use the protocole on purpose, namely when they have something to do and cannot perform it by their own.

Many agents

Implement a solution where many agents can run the protocole concurrently.

Complex systems & Agent-Based Model And Simulation

Jeremy Riviere, Associate Professor at UBO.

Part One: Complex systems, Models and Simulations

Introducing the concept of complex systems, and answering the questions "why" and "how" do we need to model and simulate them.

Part Two: MAS for modelling and simulating complex systems