source: src/main/webapp/domainsrepo/7issues/7issues2.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": "7issues2",
4 "issueUtilities": {
5 "i1": {
6 "numberutils": {
7 "lowValue": 0,
8 "lowUtility": 0.51,
9 "highValue": 9,
10 "highUtility": 0.11
11 }
12 },
13 "i2": {
14 "numberutils": {
15 "lowValue": 0,
16 "lowUtility": 0.92,
17 "highValue": 9,
18 "highUtility": 0.21
19 }
20 },
21 "i3": {
22 "numberutils": {
23 "lowValue": 0,
24 "lowUtility": 0.93,
25 "highValue": 9,
26 "highUtility": 0.13
27 }
28 },
29 "i4": {
30 "numberutils": {
31 "lowValue": 0,
32 "lowUtility": 0.94,
33 "highValue": 9,
34 "highUtility": 0.14
35 }
36 },
37 "i5": {
38 "numberutils": {
39 "lowValue": 0,
40 "lowUtility": 0.95,
41 "highValue": 9,
42 "highUtility": 0.15
43 }
44 },
45 "i6": {
46 "numberutils": {
47 "lowValue": 0,
48 "lowUtility": 0.96,
49 "highValue": 9,
50 "highUtility": 0.16
51 }
52 },
53 "i7": {
54 "numberutils": {
55 "lowValue": 0,
56 "lowUtility": 0.97,
57 "highValue": 9,
58 "highUtility": 0.17
59 }
60 }
61 },
62 "issueWeights": {
63 "i1": 0.24745759773026107,
64 "i2": 0.11824193959921694,
65 "i3": 0.1860471425098606,
66 "i4": 0.20629555826677742,
67 "i5": 0.16112666189388397,
68 "i6": 0.0538874,
69 "i7": 0.0269437
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.