Changes between Version 476 and Version 477 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v476 v477  
    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 converter picks up the results from these and adds utilities to them. Then it can write the results to stdout or a file, in either JSON or CSV format.
     740The 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.
     741
     742The converter adds the computed utilities to the SessionResult object, as a dict of partyid-utility key-value pairs.
     743
     744The converter can write the results to either stdout or a file, in either JSON or CSV format.
    741745
    742746As usual, download the latest logconverter jar-with-dependencies [http://artifactory.ewi.tudelft.nl/artifactory/webapp/#/artifacts/browse/tree/General/libs-release-local/geniusweb/logconverter from the artifactory]