Changes between Version 466 and Version 467 of WikiStart
- Timestamp:
- 03/21/22 11:46:36 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v466 v467 557 557 All 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. 558 558 Generally, 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 560 THere 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: 560 561 * if the party did reach an agreement: 561 562 * the utility of the agreement, minus the penalty value … … 563 564 * if the utilityspace contains a reservation bid: the utility of the reservation bid 564 565 * otherwise (no reservation bid): 0. 566 567 This computation is not part of the SessionResult but must be computed separately. 565 568 566 569 === Protocol Party Parameters