Changes between Version 84 and Version 85 of WikiStart
- Timestamp:
- 06/09/20 13:00:41 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v84 v85 90 90 [[Image(runtournament.png, 60%)]] 91 91 92 93 When the tournament is started, you get an option at the bottom of the screen "show results table". If you click this option, you get a screen showing an overview of the results. This overview tries to access the original profiles and compute the utilities of the final bid. 92 When the tournament is started, you get an option at the bottom of the screen "show results table". If you click this option, you get a screen showing an overview of the results. This overview tries to access the original profiles and compute the utilities of the final bid. If there was no accepted bid, the results table shows the utility of the reservation bid in the profile. 94 93 95 94 [[Image(tourtable.png, 80%)]] 96 95 96 97 == Visualizing results in older log files 98 To visualize an existing log file you can ues the following: 99 * To visualize a APP file, use http://localhost:8080/runserver/utilstable.xhtml?APP where you use the correct APP number (no 'json' extension) 100 * To visualize a SAOP or SHAOP log, use http://localhost:8080/runserver/plotlog.xhtml?id=SAOP where you use the correct S(H)AOP number (no 'json' extension) 97 101 98 102 == The source code … … 127 131 Logs are available through {{{http:..:8080//runserver-X.Y.Z/log}}}. The filenames are the Negotiation IDs extended with ".json". The negotiation ID consists of the protocol name (SAOP, SHAOP, APP) followed by a serial number. 128 132 133 134 129 135 A log file usually is created only after the negotiation (session or tournament) completed. Protocols may opt to write these more frequently but since these logs are public they could be abused by parties, to see what their opponents are doing. 130 136