source: src/main/resources/genius/templates/fuzzyagent/single_issue_domain.xml@ 126

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

Initial import : Genius 9.0.0

File size: 561 bytes
Line 
1<negotiation_template number_of_sessions="3">
2<agent utility_space="buyer_utility.xml" name="Buyer" class="agents.FuzzyAgent">
3</agent>
4<agent utility_space="seller_utility.xml" name="Seller" class="agents.FuzzyAgent">
5</agent>
6<utility_space number_of_issues="0">
7<objective index="0" description="" name="root" type="objective" etype="objective">
8<issue index="1" name="One_and_only_issue" vtype="real" type="real" etype="real">
9<range lowerbound="10.0" upperbound="40.0">
10</range>
11</issue>
12</objective>
13</utility_space>
14</negotiation_template>
Note: See TracBrowser for help on using the repository browser.