source: src/main/resources/genius/templates/anac/y2012/Fitness/Fitness-B-prof1.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.6 KB
Line 
1<?xml version="1.0"?>
2<utility_space>
3 <objective index="1" description="" name="Fitness" type="objective" etype="objective">
4 <issue index="2" name="kind of fitness" vtype="discrete" type="discrete" etype="discrete">
5 <item index="1" value="swimming" cost="0.0" evaluation="3" />
6 <item index="2" value="yoga" cost="0.0" evaluation="4" />
7 <item index="3" value="aerobics" cost="0.0" evaluation="2" />
8 <item index="4" value="running" cost="0.0" evaluation="1" />
9 <item index="5" value="tennis" cost="0.0" evaluation="5" />
10 </issue>
11 <issue index="3" name="time to do" vtype="discrete" type="discrete" etype="discrete">
12 <item index="1" value="30minutes" cost="0.0" evaluation="3" />
13 <item index="2" value="1hour" cost="0.0" evaluation="4" />
14 <item index="3" value="3hour" cost="0.0" evaluation="2" />
15 <item index="4" value="5hour" cost="0.0" evaluation="1" />
16 </issue>
17 <issue index="4" name="distance" vtype="discrete" type="discrete" etype="discrete">
18 <item index="1" value="0km" cost="0.0" evaluation="3" />
19 <item index="2" value="~1km" cost="0.0" evaluation="4" />
20 <item index="3" value="~40km" cost="0.0" evaluation="2" />
21 <item index="4" value="~80km" cost="0.0" evaluation="1" />
22 </issue>
23 <issue index="5" name="intensity" vtype="discrete" type="discrete" etype="discrete">
24 <item index="1" value="light" cost="0.0" evaluation="2" />
25 <item index="2" value="moderate" cost="0.0" evaluation="3" />
26 <item index="3" value="as training" cost="0.0" evaluation="4" />
27 <item index="4" value="as boot-camp" cost="0.0" evaluation="1" />
28 </issue>
29 <issue index="6" vtype="discrete" etype="discrete" type="discrete" name="Price($)">
30 <item index="1" value="0" evaluation="10"/>
31 <item index="2" value="1" evaluation="9"/>
32 <item index="3" value="2" evaluation="8"/>
33 <item index="4" value="3" evaluation="7"/>
34 <item index="5" value="4" evaluation="6"/>
35 <item index="6" value="5" evaluation="5"/>
36 <item index="7" value="6" evaluation="4"/>
37 <item index="8" value="7" evaluation="3"/>
38 <item index="9" value="8" evaluation="2"/>
39 <item index="10" value="9" evaluation="1"/>
40 <item index="11" value="10" evaluation="0"/>
41 </issue>
42 <weight index="2" value="0.15354168265071755" />
43 <weight index="3" value="0.04506011216336407" />
44 <weight index="4" value="0.2981224975326285" />
45 <weight index="5" value="0.29905439297725833" />
46 <weight index="6" value="0.20422131467603144" />
47 <weight index="1" value="1.0" />
48 </objective>
49 <discount_factor value="1.00" />
50<reservation value="0.25" />
51</utility_space>
Note: See TracBrowser for help on using the repository browser.