Changes between Version 275 and Version 276 of WikiStart
- Timestamp:
- 01/09/20 15:02:45 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v275 v276 398 398 } 399 399 ], 400 "deadline":{"deadline time":{"durationms":1000}}400 "deadline":{"deadlinerounds":{"rounds":30, "durationms":1000}} 401 401 }} 402 402 }}} 403 403 404 404 This 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 406 We 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. 405 409 406 410 For a tournament, the NegoSettings typically look like this: