Changes between Version 253 and Version 254 of WikiStart
- Timestamp:
- 09/18/19 11:03:50 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v253 v254 261 261 The party module contains the inform objects. There are several, and although they have quite specific meanings, their fine details can be tweaked by the protocol. 262 262 263 || * inform object *||* meaning *||263 ||= inform object =||= meaning =|| 264 264 ||Settings||usually sent as first inform to a party, indicating start of the session and providing the party name, protocol, profile, deadline etc|| 265 265 ||YourTurn||Indicating that the party receiving this inform now has the turn. || … … 315 315 The bidspace module contains functionality to support building a negotiation party. Especially for LinearAdditiveSpaces, a number of efficient tools are available that work orders of magnitude faster than brute force algorithms. 316 316 317 || * Class *||* description *||317 ||= Class =||= description =|| 318 318 ||OpponentModel||this is a category of classes that can estimate the opponent's profile from the bids that he places.|| 319 319 ||Pareto||a category of classes that can compute the pareto frontier from a set of profiles. Pareto optimality is an important mechanism to place optimal bids. ParetoLinearAdditive can efficiently search LinearAdditiveUtilitySpace||