source: src/main/resources/genius/templates/anac/y2012/HouseKeeping/HouseKeeping-B-prof2.xml@ 88

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

Initial import : Genius 9.0.0

File size: 2.0 KB
Line 
1<?xml version="1.0"?>
2<utility_space>
3
4 <objective index="0" description="" name="Housekeeping" type="objective" etype="objective">
5 <issue index="1" name="Floor Mopping" vtype="discrete" type="discrete" etype="discrete">
6 <item index="1" value="Husbend" cost="0.0" evaluation="100" />
7 <item index="2" value="Wife" cost="0.0" evaluation="50" />
8 <item index="3" value="Both" cost="0.0" evaluation="80" />
9 <item index="4" value="Maid" cost="0.0" evaluation="30" />
10 </issue>
11 <issue index="2" name="Dishes Cleaning" vtype="discrete" type="discrete" etype="discrete">
12 <item index="1" value="Husbend" cost="0.0" evaluation="100" />
13 <item index="2" value="Wife" cost="0.0" evaluation="10" />
14 <item index="3" value="Both" cost="0.0" evaluation="30" />
15 </issue>
16 <issue index="3" name="Laundry" vtype="discrete" type="discrete" etype="discrete">
17 <item index="1" value="Husbend" cost="0.0" evaluation="100" />
18 <item index="2" value="Wife" cost="0.0" evaluation="60" />
19 </issue>
20 <issue index="4" name="Cooking" vtype="discrete" type="discrete" etype="discrete">
21 <item index="1" value="Husbend" cost="0.0" evaluation="80" />
22 <item index="2" value="Wife" cost="0.0" evaluation="70" />
23 <item index="3" value="Both" cost="0.0" evaluation="100" />
24 <item index="4" value="Take-away food" cost="0.0" evaluation="40" />
25 </issue>
26 <issue index="5" name="Gardening" vtype="discrete" type="discrete" etype="discrete">
27 <item index="1" value="Husbend" cost="0.0" evaluation="100" />
28 <item index="2" value="Wife" cost="0.0" evaluation="10" />
29 <item index="3" value="Both" cost="0.0" evaluation="40" />
30 <item index="4" value="Gardener" cost="0.0" evaluation="90" />
31 </issue>
32 <weight index="1" value="0.1" />
33 <weight index="2" value="0.4" />
34 <weight index="3" value="0.2" />
35 <weight index="4" value="0.15" />
36 <weight index="5" value="0.15" />
37 </objective>
38 <discount_factor value="0.50" />
39<reservation value="0.25" />
40</utility_space>
Note: See TracBrowser for help on using the repository browser.