source: src/main/resources/genius/repositories/agents/agentrep_ANAC2011.xml@ 53

Last change on this file since 53 was 1, checked in by Wouter Pasman, 6 years ago

Initial import : Genius 9.0.0

File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<repository fileName="agentrepository.xml">
3 <items>
4 <agentRepItems>
5 <agentRepItem description="IAMhaggler" classPath="agents.southampton.IAMhaggler" agentName="IAMhaggler"/>
6 <agentRepItem description="IAMcrazyHaggler" classPath="agents.southampton.IAMcrazyHaggler" agentName="IAMcrazyHaggler"/>
7 <agentRepItem description="Agent K" classPath="Agent_K" agentName="Agent K"/>
8 <agentRepItem description="Nozomi" classPath="agents.MyAgent" agentName="Nozomi"/>
9 <agentRepItem description="FSEGA" classPath="agents.AgentFSEGA_final2" agentName="FSEGA"/>
10 <agentRepItem description="AgentSmith" classPath="negotiation.group_smith.AgentSmith" agentName="AgentSmith"/>
11 <agentRepItem description="AnAgent" classPath="an.AnAgent" agentName="AnAgent"/>
12 <agentRepItem description="Bayesian Agent" classPath="agents.BayesianAgent" agentName="BayesianAgent"/>
13 <agentRepItem description="Bayesian Agent for the two-phase multi-party auction" classPath="agents.BayesianAgentForAuction" agentName="BayesianAgentForAuction"/>
14 <agentRepItem description="Bayesian Agent for the two-phase multi-party auction" classPath="agents.BayesianAgentForAuctionMultiPhase" agentName="BayesianAgentForAuctionMultiPhase"/>
15 <agentRepItem description="Simple UI agent" classPath="agents.UIAgent" agentName="UIAgent"/>
16 <agentRepItem description="UI agent with advanced GUI (by Alina)" classPath="agents.UIAgentExtended" agentName="UIAgent Extended"/>
17 <agentRepItem description="The Random Walker" classPath="agents.SimpleAgent" agentName="SimpleAgt"/>
18 <agentRepItem description="Trade-Off agent designed by P. Faratin, C. Sierra and N. R. Jennings" classPath="agents.SimilarityAgent" agentName="Trade-Off agent"/>
19 <agentRepItem description="Fuzzy agent designed by Zaynab Raeesy and Ryszard Kowalczyk" classPath="agents.FuzzyAgent" agentName="FuzzyAgent"/>
20 <agentRepItem description="ABMP agent designed by C. Jonker and J. Treur" classPath="agents.ABMPAgent2" agentName="ABMPAgent"/>
21 <agentRepItem description="Tries to offer bid with higher util than best opponent bid" classPath="agents.RandomIncreasingUtilAgent" agentName="RandomIncreasingUtilAgent"/>
22 <agentRepItem description="Scalable version of the BayesianAgent" classPath="agents.BayesianAgentNS" agentName="BayesianScalable agent"/>
23
24 <agentRepItem description="ANAC 2011 - TheNegotiator" classPath="anac.y2011.TheNegotiator.TheNegotiator" agentName="ANAC 2011 - TheNegotiator"/>
25 <agentRepItem description="ANAC 2011 - ValueModelAgent" classPath="anac.y2011.ValueModelAgent.ValueModelAgent" agentName="ANAC 2011 - ValueModelAgent"/>
26 <agentRepItem description="ANAC 2011 - Gahboninho" classPath="anac.y2011.Gahboninho.Gahboninho" agentName="ANAC 2011 - Gahboninho"/>
27 <agentRepItem description="ANAC 2011 - BRAMAgent" classPath="anac.y2011.BramAgent.BRAMAgent" agentName="ANAC 2011 - BRAMAgent"/>
28 <agentRepItem description="ANAC 2011 - HardHeaded" classPath="anac.y2011.HardHeaded.KLH" agentName="ANAC 2011 - HardHeaded"/>
29 <agentRepItem description="ANAC 2011 - Nice Tit for Tat" classPath="anac.y2011.Nice_Tit_for_Tat.NiceTitForTat" agentName="ANAC 2011 - Nice Tit fo Tat"/>
30 <agentRepItem description="ANAC 2011 - IAMhaggler2011" classPath="IAMhaggler2011_final" agentName="ANAC 2011 - IAMhaggler2011"/>
31 <agentRepItem description="ANAC 2011 - AgentK2" classPath="anac.y2011.AgentK2.Agent_K2" agentName="ANAC 2011 - AgentK2"/>
32 </agentRepItems>
33 <domainRepItem/>
34 <protocolRepItem/>
35 </items>
36 <filename>agentrepository.xml</filename>
37</repository>
Note: See TracBrowser for help on using the repository browser.