source: src/main/webapp/domainsrepo/computer/computersell.json@ 44

Last change on this file since 44 was 44, checked in by ruud, 4 days ago

All TimeDependent parties now support the nonlinear SumOfGroupsUtilitySpace. Example Nonlinear space in the computer domain

File size: 3.8 KB
RevLine 
[44]1{
2 "LinearAdditiveUtilitySpace": {
3 "issueUtilities": {
4 "box": {
5 "DiscreteValueSetUtilities": {
6 "valueUtilities": {
7 "all-in-one": 0.899045,
8 "small box": 0.83017,
9 "tower": 0.758464
10 }
11 }
12 },
13 "graphics": {
14 "DiscreteValueSetUtilities": {
15 "valueUtilities": {
16 "built-in": 1.0,
17 "low 8G": 0.90565,
18 "medium 16G": 0.8113,
19 "high 32G": 0.58486
20 }
21 }
22 },
23 "main mem": {
24 "DiscreteValueSetUtilities": {
25 "valueUtilities": {
26 "8GB": 0.995471,
27 "16GB": 0.988678,
28 "32GB": 0.979243,
29 "64GB": 0.958486
30 }
31 }
32 },
33 "SSD": {
34 "DiscreteValueSetUtilities": {
35 "valueUtilities": {
36 "64GB": 0.998113,
37 "1TB": 0.979243,
38 "2TB": 0.961128,
39 "4TB": 0.92452,
40 "8TB": 0.885837
41 }
42 }
43 },
44 "display": {
45 "DiscreteValueSetUtilities": {
46 "valueUtilities": {
47 "24-1K": 0.993395,
48 "27-4K": 0.909424,
49 "32-4K": 0.92169,
50 "27-4K gaming": 0.882063,
51 "34-4K gaming": 0.901876
52 }
53 }
54 },
55 "input": {
56 "DiscreteValueSetUtilities": {
57 "valueUtilities": {
58 "standard keybd,mouse": 0.998113,
59 "wireless keybd,mouse": 0.992452,
60 "gaming keybd,mouse": 0.967921
61 }
62 }
63 },
64 "rounding": {
65 "DiscreteValueSetUtilities": {
66 "valueUtilities": {
67 "1": 0
68 }
69 }
70 },
71 "price": {
72 "DiscreteValueSetUtilities": {
73 "valueUtilities": {
74 "614": 0.115862,
75 "663": 0.125108,
76 "716": 0.135109,
77 "773": 0.145865,
78 "835": 0.157565,
79 "902": 0.170207,
80 "974": 0.183794,
81 "1052": 0.198512,
82 "1136": 0.214363,
83 "1227": 0.231535,
84 "1326": 0.250216,
85 "1432": 0.270218,
86 "1546": 0.29173,
87 "1670": 0.315129,
88 "1803": 0.340226,
89 "1948": 0.367588,
90 "2104": 0.397025,
91 "2272": 0.428726,
92 "2454": 0.46307,
93 "2650": 0.500055,
94 "2862": 0.540059,
95 "3091": 0.583272,
96 "3338": 0.629881,
97 "3605": 0.680264,
98 "3893": 0.734609,
99 "4205": 0.793484,
100 "4541": 0.856887,
101 "4905": 0.925574,
102 "5297": 0.999544
103 }
104 }
105 }
106 },
107 "issueWeights": {
108 "box": 0.142857,
109 "graphics": 0.142857,
110 "main mem": 0.142857,
111 "SSD": 0.142857,
112 "display": 0.142857,
113 "input": 0.142857,
114 "price": 0.142857,
115 "rounding": 0.000001
116 },
117 "domain": {
118 "name": "computer",
119 "issuesValues": {
120 "box": {
121 "values": [
122 "all-in-one",
123 "small box",
124 "tower"
125 ]
126 },
127 "graphics": {
128 "values": [
129 "built-in",
130 "low 8G",
131 "medium 16G",
132 "high 32G"
133 ]
134 },
135 "main mem": {
136 "values": [
137 "8GB",
138 "16GB",
139 "32GB",
140 "64GB"
141 ]
142 },
143 "SSD": {
144 "values": [
145 "64GB",
146 "1TB",
147 "2TB",
148 "4TB",
149 "8TB"
150 ]
151 },
152 "display": {
153 "values": [
154 "24-1K",
155 "27-4K",
156 "32-4K",
157 "27-4K gaming",
158 "34-4K gaming"
159 ]
160 },
161 "input": {
162 "values": [
163 "standard keybd,mouse",
164 "wireless keybd,mouse",
165 "gaming keybd,mouse"
166 ]
167 },
168 "price": {
169 "values": [
170 "614",
171 "663",
172 "716",
173 "773",
174 "835",
175 "902",
176 "974",
177 "1052",
178 "1136",
179 "1227",
180 "1326",
181 "1432",
182 "1546",
183 "1670",
184 "1803",
185 "1948",
186 "2104",
187 "2272",
188 "2454",
189 "2650",
190 "2862",
191 "3091",
192 "3338",
193 "3605",
194 "3893",
195 "4205",
196 "4541",
197 "4905",
198 "5297"
199 ]
200 },
201 "rounding": {
202 "values": [
203 "1"
204 ]
205 }
206 }
207 },
208 "name": "computersell",
209 "reservationBid": {
210 "issuevalues": {
211 "box": "all-in-one",
212 "graphics": "built-in",
213 "main mem": "8GB",
214 "SSD": "64GB",
215 "display": "24-1K",
216 "input": "standard keybd,mouse",
217 "price": "614",
218 "rounding": "1"
219 }
220 }
221 }
222}
Note: See TracBrowser for help on using the repository browser.