Last change
on this file since 15 was 14, checked in by wouter, 3 years ago |
#2 ANAC2021 parties received from Bram
|
File size:
1.8 KB
|
Line | |
---|
1 | {
|
---|
2 | "LinearAdditiveUtilitySpace": {
|
---|
3 | "issueUtilities": {
|
---|
4 | "type": {
|
---|
5 | "discreteutils": {
|
---|
6 | "valueUtilities": {
|
---|
7 | "swimming": 1.0,
|
---|
8 | "yoga": 0.6,
|
---|
9 | "aerobics": 0.4,
|
---|
10 | "running": 0.1,
|
---|
11 | "tennis": 0.8
|
---|
12 | }
|
---|
13 | }
|
---|
14 | },
|
---|
15 | "duration": {
|
---|
16 | "discreteutils": {
|
---|
17 | "valueUtilities": {
|
---|
18 | "30 min": 0.15,
|
---|
19 | "1 hour": 0.75,
|
---|
20 | "3 hours": 1.0,
|
---|
21 | "5 hours": 0.5
|
---|
22 | }
|
---|
23 | }
|
---|
24 | },
|
---|
25 | "distance": {
|
---|
26 | "discreteutils": {
|
---|
27 | "valueUtilities": {
|
---|
28 | "0 km": 1.0,
|
---|
29 | "1 km": 0.75,
|
---|
30 | "5 km": 0.3,
|
---|
31 | "40 km": 0.1
|
---|
32 | }
|
---|
33 | }
|
---|
34 | },
|
---|
35 | "intensity": {
|
---|
36 | "discreteutils": {
|
---|
37 | "valueUtilities": {
|
---|
38 | "light": 1.0,
|
---|
39 | "moderate": 0.7,
|
---|
40 | "training": 0.4,
|
---|
41 | "bootcamp": 0.2
|
---|
42 | }
|
---|
43 | }
|
---|
44 | },
|
---|
45 | "price": {
|
---|
46 | "discreteutils": {
|
---|
47 | "valueUtilities": {
|
---|
48 | "$5": 0.18,
|
---|
49 | "$15": 0.33,
|
---|
50 | "$50": 0.72,
|
---|
51 | "$200": 1.0
|
---|
52 | }
|
---|
53 | }
|
---|
54 | }
|
---|
55 | },
|
---|
56 | "issueWeights": {
|
---|
57 | "type": 0.3,
|
---|
58 | "duration": 0.1,
|
---|
59 | "distance": 0.2,
|
---|
60 | "intensity": 0.1,
|
---|
61 | "price": 0.3
|
---|
62 | },
|
---|
63 | "domain": {
|
---|
64 | "name": "fitness",
|
---|
65 | "issuesValues": {
|
---|
66 | "type": {
|
---|
67 | "values": [
|
---|
68 | "swimming",
|
---|
69 | "yoga",
|
---|
70 | "aerobics",
|
---|
71 | "running",
|
---|
72 | "tennis"
|
---|
73 | ]
|
---|
74 | },
|
---|
75 | "duration": {
|
---|
76 | "values": [
|
---|
77 | "30 min",
|
---|
78 | "1 hour",
|
---|
79 | "3 hours",
|
---|
80 | "5 hours"
|
---|
81 | ]
|
---|
82 | },
|
---|
83 | "distance": {
|
---|
84 | "values": [
|
---|
85 | "0 km",
|
---|
86 | "1 km",
|
---|
87 | "5 km",
|
---|
88 | "40 km"
|
---|
89 | ]
|
---|
90 | },
|
---|
91 | "intensity": {
|
---|
92 | "values": [
|
---|
93 | "light",
|
---|
94 | "moderate",
|
---|
95 | "training",
|
---|
96 | "bootcamp"
|
---|
97 | ]
|
---|
98 | },
|
---|
99 | "price": {
|
---|
100 | "values": [
|
---|
101 | "$5",
|
---|
102 | "$15",
|
---|
103 | "$50",
|
---|
104 | "$200"
|
---|
105 | ]
|
---|
106 | }
|
---|
107 | }
|
---|
108 | },
|
---|
109 | "name": "fitness2",
|
---|
110 | "reservationBid": {
|
---|
111 | "issuevalues": {
|
---|
112 | "type": "running",
|
---|
113 | "duration": "30 min",
|
---|
114 | "distance": "5 km",
|
---|
115 | "intensity": "bootcamp",
|
---|
116 | "price": "$5"
|
---|
117 | }
|
---|
118 | }
|
---|
119 | }
|
---|
120 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.