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. |
| 740 | The 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. |
| 741 | The 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. |