source: exampleparties/timedependentparty/src/test/resources/9issues/9issues1.json@ 52

Last change on this file since 52 was 52, checked in by ruud, 14 months ago

Fixed small issues in domaineditor.

File size: 2.2 KB
Line 
1{
2 "LinearAdditiveUtilitySpace": {
3 "name": "9issues1",
4 "issueUtilities": {
5 "i1": {
6 "NumberValueSetUtilities": {
7 "lowValue": 0,
8 "lowUtility": 0.11,
9 "highValue": 9,
10 "highUtility": 0.99
11
12 }
13 },
14 "i2": {
15 "NumberValueSetUtilities": {
16 "lowValue": 0,
17 "lowUtility": 0.12,
18 "highValue": 9,
19 "highUtility": 0.97
20
21 }
22 },
23 "i3": {
24 "NumberValueSetUtilities": {
25 "lowValue": 0,
26 "lowUtility": 0.13,
27 "highValue": 9,
28 "highUtility": 0.96
29
30 }
31 },
32 "i4": {
33 "NumberValueSetUtilities": {
34 "lowValue": 0,
35 "lowUtility": 0.14,
36 "highValue": 9,
37 "highUtility": 0.94
38
39 }
40 },
41 "i5": {
42 "NumberValueSetUtilities": {
43 "lowValue": 0,
44 "lowUtility": 0.15,
45 "highValue": 9,
46 "highUtility": 0.93
47
48 }
49 },
50 "i6": {
51 "NumberValueSetUtilities": {
52 "lowValue": 0,
53 "lowUtility": 0.16,
54 "highValue": 9,
55 "highUtility": 0.92
56
57 }
58 },
59 "i7": {
60 "NumberValueSetUtilities": {
61 "lowValue": 0,
62 "lowUtility": 0.16,
63 "highValue": 9,
64 "highUtility": 0.91
65
66 }
67 },
68 "i8": {
69 "NumberValueSetUtilities": {
70 "lowValue": 0,
71 "lowUtility": 0.7664,
72 "highValue": 9,
73 "highUtility": 0.183
74
75 }
76 },
77
78 "i9": {
79 "NumberValueSetUtilities": {
80 "lowValue": 0,
81 "lowUtility": 0.191,
82 "highValue": 9,
83 "highUtility": 0.891
84
85 }
86 }
87
88 },
89 "issueWeights": {
90 "i1": 0.07531677352656704,
91 "i2": 0.18148468268008364,
92 "i3": 0.12035193969082373,
93 "i4": 0.21649985443378972,
94 "i5": 0.15621694966873587,
95 "i6": 0.111253,
96 "i7": 0.0656768,
97 "i8": 0.0201,
98 "i9": 0.0531
99 },
100 "domain": {
101 "name": "9issues",
102 "issuesValues": {
103 "i1": {
104 "range": {"low":0,"high":9,"step":1}
105 },
106 "i2": {
107 "range": {"low":0,"high":9,"step":1}
108 },
109 "i3": {
110 "range": {"low":0,"high":9,"step":1}
111 },
112 "i4": {
113 "range": {"low":0,"high":9,"step":1}
114 },
115 "i5": {
116 "range": {"low":0,"high":9,"step":1}
117 },
118 "i6": {
119 "range": {"low":0,"high":9,"step":1}
120 },
121 "i7": {
122 "range": {"low":0,"high":9,"step":1}
123 },
124 "i8": {
125 "range": {"low":0,"high":9,"step":1}
126 },
127 "i9": {
128 "range": {"low":0,"high":9,"step":1}
129 }
130
131 }
132 }
133 }
134}
Note: See TracBrowser for help on using the repository browser.