Changes between Version 353 and Version 354 of WikiStart
- Timestamp:
- 09/21/20 15:56:06 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v353 v354 470 470 471 471 === NegoSettings 472 We discuss two common NegoSettings in more detail, with some examples.472 We discuss a few common NegoSettings in more detail, with some examples. 473 473 474 474 … … 490 490 491 491 For different protocols, the contents will differ. 492 493 For MOPAC, there is an additional field 'votingevaluator' containing the voting evaluator, eg like this 494 {{{ 495 {"MOPACSettings":{ 496 "participants":[ 497 {"party":{"partyref":"http://party1","parameters":{}},"profile":"http://profile1"}, 498 {"party":{"partyref":"http://party2","parameters":{}},"profile":"http://profile2"}], 499 "deadline":{"deadlinetime":{"durationms":100}}, 500 "votingevaluator":{"LargestAgreement":{}}}} 501 }}} 492 502 493 503 For a SHAOP configuration, the settings typically look like this