Skip to content

Adrrei/Multi-Agent-Systems-In-JADE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Multi Agent Auction System developed in JADE

The project aims to showcase different types of auctions using agents, where each agent have their own behavior. This behavior is made using random number generators and simple logic, but could very well be extended upon.

The interaction protocols used can be found on FIPA's homepage:

The classes are connected as follows:

  • All of the classes use DFHelper
  • CarrierAgent and CompanyAgent
  • VickreyCarrierAgent and VickreyCompanyAgent
  • CarrierNegotiationAgent, CompanyNegotiationAgent, and EmployeeAgent

The CarrierAgent/CompanyAgent and CarrierNegotiationAgent/CompanyNegotiationAgent classes use the FIPA Iterated Contract Net Protocol, and can be closely compared to reverse English auctions.

VickreyCarrierAgent/VickreyCompanyAgent use the FIPA Contract Net Protocol, following the standard for Vickrey auctions.

Releases

No releases published

Packages

No packages published

Languages