Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. Version: 2.0
  2. Alternatives: &alternatives
  3. Beach:
  4. cost: 200000
  5. Mountains:
  6. cost: 50000
  7. Goal:
  8. name: Vacation
  9. decision-makers:
  10. #optional node, needed only if not all decision-makers have equal voting power
  11. - Ivan: 0.4
  12. - Iryna: 0.3
  13. - Andrew: 0.15
  14. - Serhii: 0.15
  15. preferences:
  16. Ivan:
  17. pairwise:
  18. - [Costs, Fun, 7]
  19. - [Costs, Spa, 9]
  20. - [Fun, Spa, 5]
  21. Iryna:
  22. pairwise:
  23. - [Costs, Fun, 1/5]
  24. - [Costs, Spa, 1/8]
  25. - [Fun, Spa, 1/6]
  26. Andrew:
  27. pairwise:
  28. - [Costs, Fun, 1/8]
  29. - [Costs, Spa, 1/4]
  30. - [Fun, Spa, 9]
  31. Serhii:
  32. pairwise:
  33. - [Costs, Fun, 1/7]
  34. - [Costs, Spa, 3]
  35. - [Fun, Spa, 9]
  36. children:
  37. Costs:
  38. preferences:
  39. Ivan:
  40. pairwiseFunction:
  41. function(a1, a2) min(9, max(1/9, a2$cost/a1$cost))
  42. Iryna:
  43. scoreFunction:
  44. function(a) 1/a$cost
  45. Andrew:
  46. priority:
  47. - Beach: 0.2
  48. - Mountains: 0.8
  49. Serhii:
  50. priority:
  51. - Beach: 0.4
  52. - Mountains: 0.6
  53. children: *alternatives
  54. Fun:
  55. preferences:
  56. Ivan:
  57. pairwise:
  58. - [Beach, Mountains, 1/5]
  59. Iryna:
  60. pairwise:
  61. - [Beach, Mountains, 3]
  62. Andrew:
  63. score:
  64. - Beach: 0
  65. - Mountains: 5
  66. Serhii:
  67. score:
  68. - Beach: 5
  69. - Mountains: 0
  70. children: *alternatives
  71. Spa:
  72. preferences:
  73. Ivan:
  74. pairwise:
  75. - [Beach, Mountains, 2]
  76. Iryna:
  77. pairwise:
  78. - [Beach, Mountains, 6]
  79. Andrew:
  80. pairwise:
  81. - [Beach, Mountains, 1/5]
  82. Serhii:
  83. pairwise:
  84. - [Beach, Mountains, 1/7]
  85. children: *alternatives
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement