Last change
on this file since 256 was 248, checked in by Faria Nassiri Mofakham, 5 years ago |
players package info
|
File size:
879 bytes
|
Line | |
---|
1 | /**
|
---|
2 | * package onetomany.bargainingchipsgame.players;
|
---|
3 | */
|
---|
4 | /**
|
---|
5 | * Each user would enjoy a rational assistant agent to make one-to-many negotiation on his or behalf in Bargaining Chips Game.
|
---|
6 | * Players in BCG one-to-many negotiation domain are equipped with two modules, one coordinator agent and multiple negotiator agents one per each thread.
|
---|
7 | * The coordinator monitors and synchronizes all bilateral negotiation threads of each negotiator agent with an opponent regarding the whole preference list of the user.
|
---|
8 | *
|
---|
9 | * Each assistant, and accordingly its agents, could be in buyer or seller role.
|
---|
10 | * Buyer agent and many instances of seller agents are created in each one-to-many negotiation.
|
---|
11 | *
|
---|
12 | * This package includes the agent class and all instances.
|
---|
13 | *
|
---|
14 | *
|
---|
15 | *
|
---|
16 | * @author Faria Nassiri-Mofakham
|
---|
17 | *
|
---|
18 | */
|
---|
19 | package onetomany.bargainingchipsgame.players; |
---|
Note:
See
TracBrowser
for help on using the repository browser.