source: src/test/resources/testprofile.json@ 43

Last change on this file since 43 was 43, checked in by bart, 3 years ago

Added java logconverter to add utilities to log results. Fixed
bug in python ProgressTime.

File size: 685 bytes
RevLine 
[43]1{
2 "LinearAdditiveUtilitySpace": {
3 "issueUtilities": {
4 "issue2": {
5 "NumberValueSetUtilities": {
6 "lowValue": 12,
7 "lowUtility": 0.3,
8 "highValue": 18,
9 "highUtility": 0.9
10 }
11 },
12 "issue1": {
13 "DiscreteValueSetUtilities": {
14 "valueUtilities": {
15 "issue1value1": 0.2,
16 "issue1value2": 0.8
17 }
18 }
19 }
20 },
21 "issueWeights": {
22 "issue2": 0.4,
23 "issue1": 0.6
24 },
25 "domain": {
26 "name": "test",
27 "issuesValues": {
28 "issue2": {
29 "range": {
30 "low": 12,
31 "high": 18,
32 "step": 1
33 }
34
35 },
36 "issue1": {
37 "values": ["issue1value1", "issue1value2"]
38 }
39 }
40 },
41 "name": "testprofile"
42 }
43}
Note: See TracBrowser for help on using the repository browser.