source: src/test/resources/IntegerDomain/IntegerDomain-prof1.xml@ 209

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

Initial import : Genius 9.0.0

File size: 719 bytes
Line 
1<utility_space>
2 <objective index="0" description="" name="root" type="objective"
3 etype="objective">
4 <issue index="1" name="price" lowerbound="-5" upperbound="5"
5 vtype="integer" type="integer" etype="integer">
6 <evaluator slope="0.08" offset="0.3" ftype="linear">
7 </evaluator>
8 </issue>
9 <issue index="2" name="otherprice" lowerbound="-5" upperbound="5"
10 vtype="integer" type="integer" etype="integer">
11 <evaluator slope="0.1" offset="0.0" ftype="linear">
12 </evaluator>
13 </issue>
14 <weight index="1" value="0.75">
15 </weight>
16 <weight index="2" value="0.25">
17 </weight>
18 </objective>
19 <discount_factor value="0.0">
20 </discount_factor>
21 <reservation value="0.0">
22 </reservation>
23</utility_space>
Note: See TracBrowser for help on using the repository browser.