Changes between Version 252 and Version 253 of WikiStart


Ignore:
Timestamp:
09/18/19 11:02:12 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v252 v253  
    261261The 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.
    262262
    263 ||inform object||meaning||
     263||* inform object *||* meaning *||
    264264||Settings||usually sent as first inform to a party, indicating start of the session and providing the party name, protocol, profile, deadline etc||
    265265||YourTurn||Indicating that the party receiving this inform now has the turn. ||
     
    315315The 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.
    316316
    317 || ** Class ** || ** description ** ||
     317||* Class *||* description *||
    318318||OpponentModel||this is a category of classes that can estimate the opponent's profile from the bids that he places.||
    319319||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||