Changes between Version 409 and Version 410 of WikiStart
- Timestamp:
- 04/15/21 09:23:19 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v409 v410 663 663 The TournamentWithLearning protocol will generate {{{negotiationdata}}} parameters for each session. In the final Learn session, all the generated {{{negotiationdata}}} parameters will be collected and added to the parties as parameter. 664 664 665 A LearnSettings looks like this 666 {{{ 667 { 668 "LearnSettings": { 669 "participants": [ 670 { 671 "TeamInfo": { 672 "parties": [ 673 { 674 "party": { 675 "partyref": "party1", 676 "parameters": { 677 "persistentstate": "6bb5f909-0079-43ac-a8ac-a31794391074", 678 "negotiationdata": [ 679 "12b5f909-0079-43ac-a8ac-a31794391012" 680 ] 681 } 682 }, 683 "profile": "http://prof1" 684 } 685 ] 686 } 687 } 688 ], 689 "deadline": { 690 "deadlinerounds": { 691 "rounds": 10, 692 "durationms": 10000 693 } 694 } 695 } 696 } 697 }}} 698 699 665 700 = Example Parties 666 701 Example parties can be found [source:/exampleparties here]. Many of these are also included with the basic [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebPartiesServer parties server] to provide basic functionality.