source: src/main/webapp/domainsrepo/7issues/7issues1.json@ 22

Last change on this file since 22 was 22, checked in by bart, 4 years ago
  • party capabilities now include profile information. Existing parties may need small fix * plot layout shows accepts * VotingEvaluator use group power instead of group size * runsession you can now also select MOPAC-only parties
File size: 1.7 KB
Line 
1{
2 "LinearAdditiveUtilitySpace": {
3 "name": "7issues1",
4 "issueUtilities": {
5 "i1": {
6 "numberutils": {
7 "lowValue": 0,
8 "lowUtility": 0.11,
9 "highValue": 9,
10 "highUtility": 0.99
11 }
12 },
13 "i2": {
14 "numberutils": {
15 "lowValue": 0,
16 "lowUtility": 0.12,
17 "highValue": 9,
18 "highUtility": 0.97
19 }
20 },
21 "i3": {
22 "numberutils": {
23 "lowValue": 0,
24 "lowUtility": 0.13,
25 "highValue": 9,
26 "highUtility": 0.96
27 }
28 },
29 "i4": {
30 "numberutils": {
31 "lowValue": 0,
32 "lowUtility": 0.14,
33 "highValue": 9,
34 "highUtility": 0.94
35 }
36 },
37 "i5": {
38 "numberutils": {
39 "lowValue": 0,
40 "lowUtility": 0.15,
41 "highValue": 9,
42 "highUtility": 0.93
43 }
44 },
45 "i6": {
46 "numberutils": {
47 "lowValue": 0,
48 "lowUtility": 0.16,
49 "highValue": 9,
50 "highUtility": 0.92
51 }
52 },
53 "i7": {
54 "numberutils": {
55 "lowValue": 0,
56 "lowUtility": 0.16,
57 "highValue": 9,
58 "highUtility": 0.91
59 }
60 }
61 },
62 "issueWeights": {
63 "i1": 0.07531677352656704,
64 "i2": 0.18148468268008364,
65 "i3": 0.13035193969082373,
66 "i4": 0.24649985443378972,
67 "i5": 0.16931694966873587,
68 "i6": 0.131353,
69 "i7": 0.0656768
70 },
71 "domain": {
72 "name": "7issues",
73 "issuesValues": {
74 "i1": {
75 "range": [
76 0,
77 9,
78 1
79 ]
80 },
81 "i2": {
82 "range": [
83 0,
84 9,
85 1
86 ]
87 },
88 "i3": {
89 "range": [
90 0,
91 9,
92 1
93 ]
94 },
95 "i4": {
96 "range": [
97 0,
98 9,
99 1
100 ]
101 },
102 "i5": {
103 "range": [
104 0,
105 9,
106 1
107 ]
108 },
109 "i6": {
110 "range": [
111 0,
112 9,
113 1
114 ]
115 },
116 "i7": {
117 "range": [
118 0,
119 9,
120 1
121 ]
122 }
123 }
124 }
125 }
126}
Note: See TracBrowser for help on using the repository browser.