source: exampleparties/timedependentparty/src/test/resources/7issues/7issues1.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: 1.8 KB
Line 
1{
2 "LinearAdditiveUtilitySpace": {
3 "name": "7issues1",
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 },
69 "issueWeights": {
70 "i1": 0.07531677352656704,
71 "i2": 0.18148468268008364,
72 "i3": 0.13035193969082373,
73 "i4": 0.24649985443378972,
74 "i5": 0.16931694966873587,
75 "i6": 0.131353,
76 "i7": 0.0656768
77 },
78 "domain": {
79 "name": "7issues",
80 "issuesValues": {
81 "i1": {
82 "range": {"low":0,"high":9,"step":1}
83 },
84 "i2": {
85 "range": {"low":0,"high":9,"step":1}
86 },
87 "i3": {
88 "range": {"low":0,"high":9,"step":1}
89 },
90 "i4": {
91 "range": {"low":0,"high":9,"step":1}
92 },
93 "i5": {
94 "range": {"low":0,"high":9,"step":1}
95 },
96 "i6": {
97 "range": {"low":0,"high":9,"step":1}
98 },
99 "i7": {
100 "range": {"low":0,"high":9,"step":1}
101 }
102 }
103 }
104 }
105}
Note: See TracBrowser for help on using the repository browser.