Changes between Version 84 and Version 85 of WikiStart


Ignore:
Timestamp:
06/09/20 13:00:41 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v84 v85  
    9090[[Image(runtournament.png, 60%)]]
    9191
    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.
     92When 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.
    9493
    9594[[Image(tourtable.png, 80%)]]
    9695
     96
     97== Visualizing results in older log files
     98To 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)
    97101
    98102== The source code
     
    127131Logs 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.
    128132
     133
     134
    129135A 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.
    130136