Last change
on this file since 34 was 34, checked in by bart, 3 years ago |
Added SAOP and simplerunner to GeniusWebPython. Several minor fixes.
|
File size:
1.2 KB
|
Line | |
---|
1 | {
|
---|
2 | "AllPermutationsSettings": {
|
---|
3 | "teams": [
|
---|
4 | {
|
---|
5 | "Team": [
|
---|
6 | {
|
---|
7 | "partyref": "classpath:geniusweb.exampleparties.simpleshaop.ShaopParty",
|
---|
8 | "parameters": {
|
---|
9 | }
|
---|
10 | },{
|
---|
11 | "partyref": "classpath:geniusweb.exampleparties.comparebids.CompareBids",
|
---|
12 | "parameters": {
|
---|
13 | }
|
---|
14 | }
|
---|
15 |
|
---|
16 | ]
|
---|
17 | },
|
---|
18 | {
|
---|
19 | "Team": [
|
---|
20 | {
|
---|
21 | "partyref": "classpath:geniusweb.exampleparties.randomparty.RandomParty",
|
---|
22 | "parameters": {
|
---|
23 | }
|
---|
24 | },{
|
---|
25 | "partyref": "classpath:geniusweb.exampleparties.comparebids.CompareBids",
|
---|
26 | "parameters": {
|
---|
27 | }
|
---|
28 | }
|
---|
29 | ]
|
---|
30 | }
|
---|
31 | ],
|
---|
32 | "reuseTeams": false,
|
---|
33 | "profileslists": [
|
---|
34 | {
|
---|
35 | "ProfileList": [
|
---|
36 | "file:src/test/resources/jobs/jobs1partial.json",
|
---|
37 | "file:src/test/resources/jobs/jobs1partial.json"
|
---|
38 |
|
---|
39 | ]
|
---|
40 | },
|
---|
41 | {
|
---|
42 | "ProfileList": [
|
---|
43 | "file:src/test/resources/jobs/jobs2.json",
|
---|
44 | "file:src/test/resources/jobs/jobs2.json"
|
---|
45 |
|
---|
46 | ]
|
---|
47 | }
|
---|
48 | ],
|
---|
49 | "teamsPerSession": 2,
|
---|
50 | "sessionsettings": {
|
---|
51 | "SHAOPSettings": {
|
---|
52 | "participants": [
|
---|
53 | ],
|
---|
54 | "deadline": {
|
---|
55 | "DeadlineRounds": {
|
---|
56 | "rounds": 10,
|
---|
57 | "durationms": 1000
|
---|
58 | }
|
---|
59 | }
|
---|
60 | }
|
---|
61 | },
|
---|
62 | "numberTournaments":1
|
---|
63 | }
|
---|
64 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.