Changes between Version 477 and Version 478 of WikiStart


Ignore:
Timestamp:
03/23/22 13:57:19 (2 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v477 v478  
    738738
    739739== LogConverter
    740 The LogConverter tool adds outcome utilities to APP.json and APPLearn.json log files. These log files are just serialized NegoState objects. The LogConverter reads them in, checks the results and computes the utilities by contacting the profile addresses in the log. The original profiles must be accessible and must contain a UtilitySpace, otherwise the conversion will not work and utilities may set to 0.
     740The LogConverter tool adds outcome utilities to NegoState .json and files. The final NegoState is written as final outcome by the runserver and simplerunner as final outcome or "log" file. Those files do not contain utilities.
     741The LogConverter can read such a log files. It checks the reached agreements and computes the agreement utilities by contacting the profile addresses in the log. The original profiles must be accessible (eg profile files / profile server must be available) and the profiles must contain a UtilitySpace. If profiles are not available, the tool will set utilities to 0 and print a warning.
    741742
    742743The converter adds the computed utilities to the SessionResult object, as a dict of partyid-utility key-value pairs.