source: bidspace/src/test/resources/7issues/7issues2.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.7 KB
Line 
1{
2 "LinearAdditiveUtilitySpace": {
3 "name": "7issues2",
4 "issueUtilities": {
5 "i1": {
6 "NumberValueSetUtilities": {
7 "lowValue": 0,
8 "lowUtility": 0.51,
9 "highValue": 9,
10 "highUtility": 0.11
11 }
12 },
13 "i2": {
14 "NumberValueSetUtilities": {
15 "lowValue": 0,
16 "lowUtility": 0.92,
17 "highValue": 9,
18 "highUtility": 0.21
19 }
20 },
21 "i3": {
22 "NumberValueSetUtilities": {
23 "lowValue": 0,
24 "lowUtility": 0.93,
25 "highValue": 9,
26 "highUtility": 0.13
27 }
28 },
29 "i4": {
30 "NumberValueSetUtilities": {
31 "lowValue": 0,
32 "lowUtility": 0.94,
33 "highValue": 9,
34 "highUtility": 0.14
35 }
36 },
37 "i5": {
38 "NumberValueSetUtilities": {
39 "lowValue": 0,
40 "lowUtility": 0.95,
41 "highValue": 9,
42 "highUtility": 0.15
43 }
44 },
45 "i6": {
46 "NumberValueSetUtilities": {
47 "lowValue": 0,
48 "lowUtility": 0.96,
49 "highValue": 9,
50 "highUtility": 0.16
51 }
52 },
53 "i7": {
54 "NumberValueSetUtilities": {
55 "lowValue": 0,
56 "lowUtility": 0.97,
57 "highValue": 9,
58 "highUtility": 0.17
59 }
60 }
61 },
62 "issueWeights": {
63 "i1": 0.24746,
64 "i2": 0.118241,
65 "i3": 0.186047,
66 "i4": 0.206295,
67 "i5": 0.161126,
68 "i6": 0.0538874,
69 "i7": 0.0269436
70 },
71 "domain": {
72 "name": "7issues",
73 "issuesValues": {
74 "i1": {
75 "range": {"low":0,"high":9,"step":1}
76 },
77 "i2": {
78 "range": {"low":0,"high":9,"step":1}
79 },
80 "i3": {
81 "range": {"low":0,"high":9,"step":1}
82 },
83 "i4": {
84 "range": {"low":0,"high":9,"step":1}
85 },
86 "i5": {
87 "range": {"low":0,"high":9,"step":1}
88 },
89 "i6": {
90 "range": {"low":0,"high":9,"step":1}
91 },
92 "i7": {
93 "range": {"low":0,"high":9,"step":1}
94 }
95 }
96 }
97 }
98}
Note: See TracBrowser for help on using the repository browser.