Changes between Version 466 and Version 467 of WikiStart


Ignore:
Timestamp:
03/21/22 11:46:36 (2 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v466 v467  
    557557All SessionStates have a getResult function that returns a SessionResult. The SessionResult is usually used after a session ends, to collect final synopsis, containing the final utilities, errors and penalties for each party. 
    558558Generally, the SessionResult contains the agreement bids of the parties that reached an agreement. Not all participating parties may reach an agreement.  It also contains penalties, which are double values.
    559 THere are a number of conventions to compute the "final utility" of a session. These conventions however only can be applied if the profile used for that party is a publicy available utility space. In that case, the final utility is
     559
     560THere is a conventions to compute the "final utility" of a session. These conventions are often computed in a post-processing step, to rate the performance of a party with a single number. This can be applied only if the profile used for that party is a publicy available utility space. In that case, the final utility is usually computed like this:
    560561* if the party did reach an agreement:
    561562 * the utility of the agreement, minus the penalty value
     
    563564 * if the utilityspace contains a reservation bid: the utility of the reservation bid
    564565 * otherwise (no reservation bid): 0.
     566
     567This computation is not part of the SessionResult but must be computed separately.
    565568
    566569=== Protocol Party Parameters