Multi-Agent-Systems-In-JADE

A Multi Agent Auction System developed in JADE

Stars
13
Committers
1

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.