Last change
on this file since 29 was 29, checked in by bart, 3 years ago |
Added SAOP and simplerunner to GeniusWebPython. Several minor fixes.
|
File size:
1.2 KB
|
Line | |
---|
1 | {
|
---|
2 | "LinearAdditiveUtilitySpace": {
|
---|
3 | "issueUtilities": {
|
---|
4 | "price": {
|
---|
5 | "DiscreteValueSetUtilities": {
|
---|
6 | "valueUtilities": {
|
---|
7 | "150000yen": 1.0,
|
---|
8 | "200000yen": 0.75,
|
---|
9 | "250000yen": 0.5,
|
---|
10 | "300000yen": 0.25
|
---|
11 | }
|
---|
12 | }
|
---|
13 | },
|
---|
14 | "departure airport": {
|
---|
15 | "DiscreteValueSetUtilities": {
|
---|
16 | "valueUtilities": {
|
---|
17 | "CentAir": 0.333,
|
---|
18 | "Narita": 0.665,
|
---|
19 | "Kansai": 1.0
|
---|
20 | }
|
---|
21 | }
|
---|
22 | },
|
---|
23 | "departure date": {
|
---|
24 | "DiscreteValueSetUtilities": {
|
---|
25 | "valueUtilities": {
|
---|
26 | "2 sept.": 1.0,
|
---|
27 | "3 sept.": 0.667,
|
---|
28 | "4 sept.": 0.333
|
---|
29 | }
|
---|
30 | }
|
---|
31 | }
|
---|
32 | },
|
---|
33 | "issueWeights": {
|
---|
34 | "price": 0.7,
|
---|
35 | "departure airport": 0.15,
|
---|
36 | "departure date": 0.15
|
---|
37 | },
|
---|
38 | "domain": {
|
---|
39 | "name": "flightbooking",
|
---|
40 | "issuesValues": {
|
---|
41 | "price": {
|
---|
42 | "values": [
|
---|
43 | "150000yen",
|
---|
44 | "200000yen",
|
---|
45 | "250000yen",
|
---|
46 | "300000yen"
|
---|
47 | ]
|
---|
48 | },
|
---|
49 | "departure airport": {
|
---|
50 | "values": [
|
---|
51 | "CentAir",
|
---|
52 | "Narita",
|
---|
53 | "Kansai"
|
---|
54 | ]
|
---|
55 | },
|
---|
56 | "departure date": {
|
---|
57 | "values": [
|
---|
58 | "2 sept.",
|
---|
59 | "3 sept.",
|
---|
60 | "4 sept."
|
---|
61 | ]
|
---|
62 | }
|
---|
63 | }
|
---|
64 | },
|
---|
65 | "name": "flightbooking2",
|
---|
66 | "reservationBid": {
|
---|
67 | "issuevalues": {
|
---|
68 | "price": "250000yen",
|
---|
69 | "departure airport": "Kansai",
|
---|
70 | "departure date": "3 sept."
|
---|
71 | }
|
---|
72 | }
|
---|
73 | }
|
---|
74 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.