source:
simplerunner/src/test/resources/tournamentlearn.json@
48
Last change on this file since 48 was 48, checked in by , 3 years ago | |
---|---|
File size: 1.5 KB |
Line | |
---|---|
1 | { |
2 | "AllPermutationsLearnSettings": { |
3 | "teams": [ |
4 | { |
5 | "Team": [ |
6 | { |
7 | "partyref": "classpath:geniusweb.exampleparties.randomparty.RandomParty", |
8 | "parameters": { |
9 | "persistentstate": "a48b8bc9-4275-4a4e-bee9-6c0a734dc99a", |
10 | "negotiationdata": [ |
11 | |
12 | ] |
13 | } |
14 | } |
15 | ] |
16 | }, |
17 | { |
18 | "Team": [ |
19 | { |
20 | "partyref": "classpath:geniusweb.exampleparties.randomparty.RandomParty", |
21 | "parameters": { |
22 | "persistentstate": "12b6af6c-b8a0-4731-8b37-0454cafeb7f4", |
23 | "negotiationdata": [ |
24 | |
25 | ] |
26 | } |
27 | } |
28 | ] |
29 | }, |
30 | { |
31 | "Team": [ |
32 | { |
33 | "partyref": "classpath:geniusweb.exampleparties.randomparty.RandomParty", |
34 | "parameters": { |
35 | "persistentstate": "f392eb22-0ad9-459f-ac56-032973f1a6e1", |
36 | "negotiationdata": [ |
37 | |
38 | ] |
39 | } |
40 | } |
41 | ] |
42 | } |
43 | ], |
44 | "reuseTeams": false, |
45 | "profileslists": [ |
46 | { |
47 | "ProfileList": [ |
48 | "file:src/test/resources/party/party1.json" |
49 | ] |
50 | }, |
51 | { |
52 | "ProfileList": [ |
53 | "file:src/test/resources/party/party2.json" |
54 | ] |
55 | }, |
56 | { |
57 | "ProfileList": [ |
58 | "file:src/test/resources/party/party3.json" |
59 | ] |
60 | } |
61 | ], |
62 | "teamsPerSession": 2, |
63 | "sessionsettings": { |
64 | "SAOPSettings": { |
65 | "participants": [ |
66 | ], |
67 | "deadline": { |
68 | "DeadlineRounds": { |
69 | "rounds": 10, |
70 | "durationms": 1000 |
71 | } |
72 | } |
73 | } |
74 | }, |
75 | "numberTournaments":1, |
76 | "learnSettings": { |
77 | "LearnSettings": { |
78 | "participants": [ |
79 | |
80 | ], |
81 | "deadline": { |
82 | "DeadlineTime": { |
83 | "durationms": 2000 |
84 | } |
85 | } |
86 | } |
87 | } |
88 | |
89 | } |
90 | } |
Note:
See TracBrowser
for help on using the repository browser.