source: src/main/resources/genius/templates/ANAC2015/group9-killer_robot/KillerRobot_util5.xml

Last change on this file was 1, checked in by Wouter Pasman, 6 years ago

Initial import : Genius 9.0.0

File size: 2.4 KB
Line 
1<utility_space>
2<objective index="0" description="" name="KillerRobot" type="objective" etype="objective">
3<issue index="1" name="Torso" vtype="discrete" type="discrete" etype="discrete">
4<item index="1" value="Humanoid" evaluation="3">
5</item>
6<item index="2" value="Block" evaluation="1">
7</item>
8<item index="3" value="Spherical" evaluation="2">
9</item>
10</issue>
11<issue index="2" name="Propulsion" vtype="discrete" type="discrete" etype="discrete">
12<item index="1" value="Legs" evaluation="2">
13</item>
14<item index="2" value="Wheel" evaluation="3">
15</item>
16<item index="3" value="Tracks" evaluation="4">
17</item>
18<item index="4" value="Hover" evaluation="1">
19</item>
20</issue>
21<issue index="3" name="Guns" lowerbound="1" upperbound="10" vtype="integer" type="integer" etype="integer">
22<evaluator slope="0.05555555555555555" offset="0.5" ftype="linear">
23</evaluator>
24</issue>
25<issue index="4" name="GunType" vtype="discrete" type="discrete" etype="discrete">
26<item index="1" value="Bullets" evaluation="5">
27</item>
28<item index="2" value="Railgun" evaluation="4">
29</item>
30<item index="3" value="Laser" evaluation="3">
31</item>
32<item index="4" value="Plasma" evaluation="2">
33</item>
34<item index="5" value="Soundwave" evaluation="1">
35</item>
36</issue>
37<issue index="5" name="Color" vtype="discrete" type="discrete" etype="discrete">
38<item index="1" value="Red" evaluation="5">
39</item>
40<item index="2" value="Green" evaluation="6">
41</item>
42<item index="3" value="Blue" evaluation="4">
43</item>
44<item index="4" value="Yellow" evaluation="7">
45</item>
46<item index="5" value="Purple" evaluation="8">
47</item>
48<item index="6" value="White" evaluation="3">
49</item>
50<item index="7" value="Black" evaluation="1">
51</item>
52<item index="8" value="Silver" evaluation="2">
53</item>
54</issue>
55<issue index="6" name="Height (m)" lowerbound="1" upperbound="50" vtype="integer" type="integer" etype="integer">
56<evaluator slope="0.00816326530612245" offset="0.6" ftype="linear">
57</evaluator>
58</issue>
59<weight index="1" value="0.2145369085392195">
60</weight>
61<weight index="2" value="0.20736749278349728">
62</weight>
63<weight index="3" value="0.1010005303856661">
64</weight>
65<weight index="4" value="0.20019369469489856">
66</weight>
67<weight index="5" value="0.20500678795491964">
68</weight>
69<weight index="6" value="0.07189458564179899">
70</weight>
71</objective>
72<discount_factor value="1.0">
73</discount_factor>
74<reservation value="0.0">
75</reservation>
76</utility_space>
Note: See TracBrowser for help on using the repository browser.