Changes between Version 275 and Version 276 of WikiStart


Ignore:
Timestamp:
01/09/20 15:02:45 (4 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v275 v276  
    398398      }
    399399    ],
    400   "deadline":{"deadlinetime":{"durationms":1000}}
     400  "deadline":{"deadlinerounds":{"rounds":30, "durationms":1000}}
    401401}}
    402402}}}
    403403
    404404This is similar to SAOP, but instead of just parties we have party tuples "cob","shaop" (see the party behaviours). The party in the "cob" field must follow the cob behaviour, the one with "shaop" the shaop behaviour. The SHAOP party gets the turn first. If it does a normal SAOP action, the turn goes to the next SHAOP party. But if it does a ElicitComparison action, then the turn goes to the cob, and then back the the SHAOP party that did the ElicitComparison.
     405
     406We strongly recommend using a ROUNDS deadline and a small number of rounds for two reasons
     407* Humans will get tired of comparing bids pretty quickly. There seems no point in using this protocol for large number of comparisons
     408* The log files will become huge if you run this a large, say thousands of rounds, because Comparison are all logged and these are large objects. The run server may even run out of memory on writing log file.
    405409
    406410For a tournament, the NegoSettings typically look like this: