source: geniuswebcore/test/resources/7issues/7issues2.json@ 81

Last change on this file since 81 was 81, checked in by Bart Vastenhouw, 2 years ago

Added python timedependent parties (conceder, hardliner, etc)

File size: 1.8 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 },
14 "i2": {
15 "NumberValueSetUtilities": {
16 "lowValue": 0,
17 "lowUtility": 0.92,
18 "highValue": 9,
19 "highUtility": 0.21
20
21 }
22 },
23 "i3": {
24 "NumberValueSetUtilities": {
25 "lowValue": 0,
26 "lowUtility": 0.93,
27 "highValue": 9,
28 "highUtility": 0.13
29
30 }
31 },
32 "i4": {
33 "NumberValueSetUtilities": {
34 "lowValue": 0,
35 "lowUtility": 0.94,
36 "highValue": 9,
37 "highUtility": 0.14
38
39 }
40 },
41 "i5": {
42 "NumberValueSetUtilities": {
43 "lowValue": 0,
44 "lowUtility": 0.95,
45 "highValue": 9,
46 "highUtility": 0.15
47
48 }
49 },
50 "i6": {
51 "NumberValueSetUtilities": {
52 "lowValue": 0,
53 "lowUtility": 0.96,
54 "highValue": 9,
55 "highUtility": 0.16
56
57 }
58 },
59 "i7": {
60 "NumberValueSetUtilities": {
61 "lowValue": 0,
62 "lowUtility": 0.97,
63 "highValue": 9,
64 "highUtility": 0.17
65
66 }
67 }
68 },
69 "issueWeights": {
70 "i1": 0.24745759773026107,
71 "i2": 0.11824193959921694,
72 "i3": 0.1860471425098606,
73 "i4": 0.20629555826677742,
74 "i5": 0.16112666189388397,
75 "i6": 0.0538874,
76 "i7": 0.0269437
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.