source: src/main/java/onetomany/bargainingchipsgame/players/utilityfunction/package-info.java@ 253

Last change on this file since 253 was 253, checked in by Faria Nassiri Mofakham, 5 years ago

Commit #1 of:
+ negotiator.onetomany package refactored into onetomany package.
+ info created for all contained the packages.
+ current work defined under onetomany.bargainingchipsgame.
+ in this package, onetomany.bargainingchipsgame.players package includes packages for utility function, coordinator, negotiatior, and buyer and seller.
+ negotiator.onetomany package now contains nothing, can be deleted.
+ Interaction thread

File size: 1.0 KB
Line 
1/**
2 * package onetomany.bargainingchipsgame.players.utilityfunction;
3 */
4/**
5 *
6 * This package is devoted to the Utility Function interface and all the classes for different definitions of utility functions.
7 * Utility function is employed by each agent, either coordinator or negotiator, to evaluate an offer, the bundle.
8 * A few of these functions which evaluates a bundle as 1.0 or 0.0 according to satisfaction of one or few simple conditions.
9 * A few others, more general, could represent more flexible conditions, e.g., weighted average, or so, which are not as simple as those in single item cases.
10 *
11 * A few simple 0-1 utility functions:
12 * UF_IWant3Red, UF_IWantColorAndQuantity, UF_Nice, UF_Silly, UF_AllOrNothing, UF_75pQtyOrNothing, UF_prcntQTYandprcntPrice, UF_FreeDisposal, ...
13 *
14 * A few middle complexities utility functions:
15 *
16 *
17 * A few complex utility functions:
18 *
19 *
20 *
21 * @author Faria Nassiri-Mofakham
22 *
23 */
24package onetomany.bargainingchipsgame.players.utilityfunction;
Note: See TracBrowser for help on using the repository browser.