source: exampleparties/timedependentparty/src/test/resources/testprofile.json@ 27

Last change on this file since 27 was 27, checked in by bart, 4 years ago
  • party capabilities now include profile information. Existing parties may need small fix * plot layout shows accepts * VotingEvaluator use group power instead of group size * runsession you can now also select MOPAC-only parties
File size: 718 bytes
Line 
1{
2 "LinearAdditiveUtilitySpace": {
3 "issueUtilities": {
4 "issue2": {
5 "numberutils": {
6 "lowValue": 12,
7 "lowUtility": 0.3,
8 "highValue": 18,
9 "highUtility": 0.9
10 }
11 },
12 "issue1": {
13 "discreteutils": {
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": ["12", "18", "1"]
30 },
31 "issue1": {
32 "values": ["issue1value1", "issue1value2"]
33 }
34 }
35 },
36 "name": "testprofile",
37 "reservationBid": {
38 "issuevalues": {
39 "issue1": "issuevalue1",
40 "issue2": "12"
41 }
42 }
43
44 }
45}
Note: See TracBrowser for help on using the repository browser.