Last change
on this file since 25 was 25, 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:
613 bytes
|
Rev | Line | |
---|
[25] | 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 | }
|
---|
| 38 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.