source: src/main/resources/genius/templates/ANAC2016/Maxoops/WindFarm_util1.xml

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

Initial import : Genius 9.0.0

File size: 3.1 KB
Line 
1<utility_space>
2<objective name="Wind Farm" index="0" description="" etype="objective" type="objective">
3<issue vtype="discrete" name="Number of Wind Turbines" index="1" etype="discrete" type="discrete">
4<item evaluation="1" index="1" value="less than or equal to 20">
5</item>
6<item evaluation="1" index="2" value="larger than 20, less than or equal to 40">
7</item>
8<item evaluation="1" index="3" value="larger than 40, less than or equal to 60">
9</item>
10<item evaluation="1" index="4" value="larger than 60, less than or equal to 80">
11</item>
12<item evaluation="1" index="5" value="larger than 80, less than or equal to 100">
13</item>
14<item evaluation="1" index="6" value="larger than 100, less than or equal to 120">
15</item>
16<item evaluation="1" index="7" value="larger than 120, less than or equal to 140">
17</item>
18<item evaluation="1" index="8" value="larger than 140">
19</item>
20</issue>
21<issue vtype="discrete" name="Price Per Wind Turbine" index="2" etype="discrete" type="discrete">
22<item evaluation="1" index="1" value="very expensive">
23</item>
24<item evaluation="1" index="2" value="expensive">
25</item>
26<item evaluation="1" index="3" value="fair">
27</item>
28<item evaluation="0" index="4" value="cheap">
29</item>
30<item evaluation="0" index="5" value="very cheap">
31</item>
32</issue>
33<issue vtype="discrete" name="Sound" index="3" etype="discrete" type="discrete">
34<item evaluation="0" index="1" value="loud and noisy">
35</item>
36<item evaluation="1" index="2" value="low but noisy">
37</item>
38<item evaluation="5" index="3" value="nearly slient">
39</item>
40</issue>
41<issue vtype="discrete" name="Spacing" index="4" etype="discrete" type="discrete">
42<item evaluation="1" index="1" value="as close as possible">
43</item>
44<item evaluation="3" index="2" value="fairly close">
45</item>
46<item evaluation="1" index="3" value="far to each other">
47</item>
48</issue>
49<issue vtype="discrete" name="Size Of Wind Turbines" index="5" etype="discrete" type="discrete">
50<item evaluation="1" index="1" value="largest in the world">
51</item>
52<item evaluation="1" index="2" value="larger than most of wind turbines around the world">
53</item>
54<item evaluation="1" index="3" value="average size of wind turbines around the world">
55</item>
56<item evaluation="1" index="4" value="smaller than most of wind turbines around the world">
57</item>
58<item evaluation="1" index="5" value="smallest in the world">
59</item>
60</issue>
61<issue vtype="discrete" name="Onshore or Offshore" index="6" etype="discrete" type="discrete">
62<item evaluation="0" index="1" value="onshore">
63</item>
64<item evaluation="1" index="2" value="offshore">
65</item>
66</issue>
67<issue vtype="discrete" name="Material" index="7" etype="discrete" type="discrete">
68<item evaluation="1" index="1" value="glass fiber">
69</item>
70<item evaluation="3" index="2" value="carbon fiber">
71</item>
72</issue>
73<weight index="1" value="0.1">
74</weight>
75<weight index="2" value="0.2">
76</weight>
77<weight index="3" value="0.3">
78</weight>
79<weight index="4" value="0.2">
80</weight>
81<weight index="5" value="0.05">
82</weight>
83<weight index="6" value="0.1">
84</weight>
85<weight index="7" value="0.05">
86</weight>
87</objective>
88<discount_factor value="1.0">
89</discount_factor>
90<reservation value="0">
91</reservation>
92</utility_space>
Note: See TracBrowser for help on using the repository browser.