<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Electricity Market (Virtual) Agents</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Paulo</forename><surname>Trigo</surname></persName>
							<email>ptrigo@deetc.isel.ipl.pt</email>
							<affiliation key="aff0">
								<orgName type="department">GuIAA; DEETC</orgName>
								<orgName type="laboratory">LabMAg</orgName>
								<orgName type="institution">ISEL Instituto Superior de Eng. de Lisboa</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Paulo</forename><surname>Marques</surname></persName>
							<affiliation key="aff1">
								<orgName type="department">GuIAA; DEETC</orgName>
								<orgName type="institution">ISEL Instituto Superior de Eng. de Lisboa</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Helder</forename><surname>Coelho</surname></persName>
							<email>hcoelho@di.fc.ul.pt</email>
							<affiliation key="aff2">
								<orgName type="department" key="dep1">LabMAg; DI</orgName>
								<orgName type="department" key="dep2">FCUL Faculdade de Ciências</orgName>
								<orgName type="institution">da Univ. de Lisboa Portugal</orgName>
							</affiliation>
						</author>
						<title level="a" type="main">Electricity Market (Virtual) Agents</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">F45575A22D74C662FAC375F17FF40FFC</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T05:48+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper describes a multi-agent based simulation (MABS) framework to construct an artificial electric power market populated with learning agents. The artificial market, named TEMMAS (The Electricity Market Multi-Agent Simulator), explores the integration of two design constructs: i) the specification of the environmental physical market properties, and ii) the specification of the decision-making (deliberative) and reactive agents. TEMMAS is materialized in an experimental setup involving distinct power generator companies which operate in the market and search for the trading strategies that best exploit their generating units' resources. The experimental results show a coherent market behavior that emerges from the overall simulated environment.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>I. INTRODUCTION</head><p>The start-up of nation-wide electric markets, along with its recent expansion to intercountry markets, aims at providing competitive electricity service to consumers. The new market-based power industry calls for human decision-making in order to settle the energy assets' trading strategies. The interactions and influences among the market participants are usually described by game theoretic approaches which are based on the determination of equilibrium points to which compare the actual market performance <ref type="bibr" target="#b0">[1]</ref>, <ref type="bibr" target="#b1">[2]</ref>. However, those approaches find it difficult to incorporate the ability of market participants to repeatedly probe markets and adapt their strategies. Usually, the problem of finding the equilibria strategies is relaxed (simplified) both in terms of: i) the human agents' bidding policies, and ii) the technical and economical operation of the power system.</p><p>As an alternative to the equilibrium approaches, the multi--agent based simulation (MABS) comes forth as being particulary well fitted to analyze dynamic and adaptive systems with complex interactions among constituents <ref type="bibr" target="#b2">[3]</ref>, <ref type="bibr" target="#b3">[4]</ref>.</p><p>In this paper we describe a MABS modeling framework that provides constructs for the (human) designer to specify a dynamic environment, its resources, observable properties and its inhabitant decision-making agents. We used the framework to capture the behavior of the electricity market and to build a simulator, named TEMMAS (The Electricity Market Multi-Agent Simulator), which incorporates the operation of several generator company (GenCo) operators, each with distinct power generating units (GenUnit), and a market operator (Pool) which computes the hourly market price (driven by the electricity demand).</p><p>TEMMAS agents exhibit bounded rationality, i.e., they make decisions based on local information (partial knowledge) of the system and of other agents while learning and adapting their strategies during a simulation. The TEMMAS purpose is not to explicitly search for equilibrium points, but rather to reveal and assist to understand the complex and aggregate system behaviors that emerge from the interactions of the market agents.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>II. THE MABS MODELING FRAMEWORK</head><p>We describe the structural MABS constituents by means of two concepts: i) the environmental entity, which owns a distinct existence in the real environment, e.g. a resource such as an electricity producer, or a decision-making agent such as a market bidder generator company, and ii) the environmental property, which is a measurable aspect of the real environment, e.g. the price of a bid or the demand for electricity. Hence, we define the environmental entity set, E T = { e 1 , . . . , e n }, and the environmental property set, E Y = { p 1 , . . . , p m }. The whole environment is the union of its entities and properties:</p><formula xml:id="formula_0">E = E T ∪ E Y .</formula><p>The environmental entities, E T , are often clustered in different classes, or types, thus partitioning E T into a set, P E T , of disjoints subsets, P i E T , each containing entities that belong to the same class. Formally,</p><formula xml:id="formula_1">P E T = P 1 E T , . . . , P k E T defines a full partition of E T , such that P i E T ⊆ E T and P E T = ∪ i=1...k P i E T and P i E T ∩ P j E T = ∅ ∀i = j.</formula><p>The partitioning may be used to distinguish between decision-making agents and available resources, e.g. a company that decides the biding strategy to pursue or a plant that provides the demanded power.</p><p>The environmental properties, E Y , can also be clustered, in a similar way as for the environmental entities, thus grouping properties that are related. The partitioning may be used to express distinct categories, e.g. economical, electrical, ecological or social aspects. Another, more technical usage, is to separate constant parameters from dynamic state variables.</p><p>The factored state space representation. The state of the simulated environment is implicitly defined by the state of all its environmental entities and properties. We follow a factored representation, that describes the state space as a set, V, of discrete state variables <ref type="bibr" target="#b4">[5]</ref>. Each state variable, v i ∈ V, takes on values in its domain D( v i ) and the global (i.e., over E) state space, S ⊆ × vi∈V D( v i ), is a subset of the Cartesian product of the state variable domains. A state s ∈ S is an assignment of values to the set of state variables V. We define f C , C ⊆ V, as a projection such that if s is an assignment to V, f C ( s ) is the assignment of s to C; we define a context c as an assignment to the subset C ⊆ V; the initial state variables of each entity and property are defined, respectively, by the functions init E T :</p><formula xml:id="formula_2">E T → C and init E Y : E Y → C.</formula><p>From environmental entities to resources and agents. The embodiment is central in describing the relation between the entities and the environment <ref type="bibr" target="#b5">[6]</ref>. Each environmental entity can be seen as a body, possibly with the capability to influence the environmental properties. Based on this idea of embodiment, two higher-level concepts (decoupled from the environment, E, characterization) are introduced: i) agent, owing reasoning and decision-making capabilities, and ii) resource, without any reasoning capability. Thus, given a set of agents, Υ, we define an association function embody : Υ → E T , which connects an agent to its physical entity. In a similar way, given a set of resources, Φ, we define the mapping function identity : Φ → E Y . We consider that |E| = |Υ| + |Φ|, thus each entity is either mapped to an agent or to a resource; there is no third category.</p><p>The decision-making approach. Each agent perceives (the market) and acts (sells or buys) and there are two main approaches to develop the reasoning and decision-making capabilities: i) the qualitative mental-state based reasoning, such as the belief-desire-intention (BDI) architecture <ref type="bibr" target="#b6">[7]</ref>, which is founded on logic theories, and ii) the quantitative, decision-theoretic, evaluation of causal effects, such as the Markov decision process (MDP) support for sequential decision-making in stochastic environments. There are also hybrid approaches that combine the qualitative and quantitative formulations <ref type="bibr" target="#b7">[8]</ref>, <ref type="bibr" target="#b8">[9]</ref>.</p><p>The qualitative mental-state approaches capture the relation between high level components (e.g. beliefs, desires, intentions) and tend to follow heuristic (or rule-based) decision--making strategies, thus being better fitted to tackle large-scale problems and worst fitted to deal with stochastic environments.</p><p>The quantitative decision-theoretic approaches deal with low level components (e.g., primitive actions and immediate rewards) and searches for long-term policies that maximize some utility function, thus being worst fitted to tackle large-scale problems and better fitted to deal with stochastic environments.</p><p>The electric power market is a stochastic environment and we currently formulate medium-scale problems that can fit a decision-theoretic agent model. Therefore, TEMMAS adaptive agents (e.g., market bidders) follow a MDP based approach and resort to experience (sampled sequences of states, actions and rewards from simulated interaction) to search for optimal, or near-optimal, policies using reinforcement learning methods such as Q-learning <ref type="bibr" target="#b9">[10]</ref> or SARSA <ref type="bibr" target="#b10">[11]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>III. TEMMAS DESIGN</head><p>Within the current design model of TEMMAS the electricity asset is traded through a spot market (no bilateral agreements), which is operated via a Pool institutional power entity. Each generator company, GenCo, submits (to Pool) how much energy, each of its generating unit, GenUnit GenCo , is willing to produce and at what price. Thus, we have: i) the power supply system comprises a set, E GenCo , of generator companies, ii) each generator company, GenCo, contains its own set, E GenUnitGenCo , of generating units, iii) each generating unit, GenUnit GenCo , of a GenCo, has constant marginal costs, and iv) the market operator, Pool, trades all the GenCos' submitted energy.</p><p>The bidding procedure conforms to the so-called "block bids" approach <ref type="bibr" target="#b11">[12]</ref>, where a block represents a quantity of energy being bided for a certain price; also, GenCos are not allowed to bid higher than a predefined price ceiling. Thus, the market supply essential measurable aspects are the energy price, quantity and production cost. The consumer side of the market is mainly described by the quantity of demanded energy; we assume that there is no price elasticity of demand (i.e., no demand-side market bidding).</p><p>Therefore, we have:</p><formula xml:id="formula_3">E T = { Pool } ∪ E GenCo ∪ g∈EGenCo E GenUnitg where E Y = { quantity, price, productionCost }.</formula><p>The quantity refers both to the supply and demand sides of the market. The price referes both to the supply bided values and to the market settled (by Pool) value.</p><p>The E GenCo contains the decision-making agents. The Pool is a reactive agent that always applies the same predefined auction rules in order to determine the market price and hence the block bids that clear the market. Each E GenUnitGenCo represents the GenCo's set of available resources.</p><p>The resources' specification. Each generating unit, GenUnit GenCo , defines its marginal costs and constructs the block bids according to the strategy indicated by its generator company, GenCo. Each GenUnit GenCo calculates its marginal costs according to, either the "WithHeatRate" <ref type="bibr" target="#b12">[13]</ref>) or the "WithCO 2 " [14] formulation.</p><p>The "WithHeatRate" formulation estimates the marginal cost, MC, by combining the variable operations and maintenance costs, vO&amp;M, the number of heat rate intervals, nP at, each interval's capacity, cap i and the corresponding heat rate value, hr i , and the price of the fuel, f P rice, being used; the marginal cost for a given i ∈ [1, nP at] interval is given by,</p><formula xml:id="formula_4">MC i+1 = vO&amp;M+ (cap i+1 × hr i+1 ) − (cap i × hr i ) blockCap i+1 ×f P rice<label>(1</label></formula><p>) where each block's capacity is given by: blockCap i+1 = cap i+1 − cap i .</p><p>The "WithCO 2 " marginal cost, MC, combines the variable operations and maintenance costs, vO&amp;M, the price of the fuel, f P rice, the CO 2 cost, CO 2 cost, and the unit's productivity, η, through the expression,</p><formula xml:id="formula_5">MC = f P rice η × K + CO 2 cost + vO&amp;M (<label>2</label></formula><formula xml:id="formula_6">)</formula><p>where K is a fuel-dependent constant factor, and CO 2 cost is given by,</p><formula xml:id="formula_7">CO 2 cost = CO 2 price × CO 2 emit η × K (3)</formula><p>where CO 2 emit is the CO 2 fuel's emissions. Here all blocks have the same capacity; given a unit's maximum capacity, maxCap, and a number of blocks, nBlocks, to sell, each block's capacity is given by: blockCap = maxCap nBlocks . The decision-making strategies. Each generator company defines the bidding strategy for each of its generating units. We designed two types of strategies: a) the basic-adjustment, that chooses among a set of basic rigid options, and b) the heuristic-adjustment, that selects and follows a predefined well-known heuristic. There are several basic-adjustment strategies already defined in TEMMAS. Here we outline seven of those strategies, sttg i where i ∈ { 1, . . . , 7 }, available for a GenCo to apply: i) sttg 1 , bid according to the marginal production cost of each GenUnit GenCo (follow heat rate curves, e.g., cf. tables II and III), ii) sttg 2 , make a "small" increment in the prices of all the previous-day's block bids, iii) sttg 3 , similar to sttg 2 , but makes a "large" increment, iv) sttg 4 , make a "small" decrement in the prices of all the previous-day's block bids, v) sttg 5 , similar to sttg 4 , but makes a "large" decrement, vi) sttg 6 , hold the prices of all previous-day's block bids, vii) sttg 7 set the price to zero. There are two heuristic-adjustment defined strategies: a) the "Fixed Increment Price Probing" (FIPP) that uses a percentage to increment the price of last day's transacted energy blocks and to decrement the non-transacted blocks, and b) "Physical Withholding based on System Reserve" (PWSR) that reduces the block's capacity, as to decrement the next day's estimated system reserve (difference between total capacity and total demand), and then bids the remaining energy at the maximum market price.</p><p>The agents' decision process. The above strategies correspond to the GenCo agent's primary actions. The GenCo has a set, E GenUnitGenCo , of generating units and, at each decision-epoch, it decides the strategy to apply to each generating unit, thus choosing a vector of strategies, − − → sttg, where the i th vector's component refers to the GenUnit i GenCo generating unit; thus, its action space is given by: A = × |EGenUnit GenCo | i=1 { sttg 1 , . . . , sttg 7 } i ∪ { FIPP, PWSR }. The GenCo's perceived market share, mShare, is used to characterize the agent internal memory so its state space is given by mShare ∈ [ 0..100 ]. Each GenCo is a MDP decision-making agent such that the decision process period represents a daily market. At each decision-epoch each agent computes its daily profit (that is regarded as an internal reward function) and the Pool agent receives all the GenCos's block bids for the 24 daily hours and settles the hourly market price by matching offers in a classic supply and demand equilibrium price (we assume a hourly constant demand).</p><p>TEMMAS architecture and construction. The TEMMAS agents along with the major inter-agent communication paths are represented in the bottom region of Figure <ref type="figure">1</ref>; the top region represents the user interface that enables to specify the each of the resources' and agents' configurable parameters. The implementation of the TEMMAS architecture followed the INGENIAS <ref type="bibr" target="#b14">[15]</ref> methodology and used its supporting development platform. Figure <ref type="figure">2</ref> presents the general "agent's perspective", where the tasks and the goals are clustered into individual and social perspectives. Figure <ref type="figure" target="#fig_1">3</ref> gives additional detail on the construction of tasks and goals using INGENIAS.  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Legend</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>IV. TEMMAS ILLUSTRATIVE SETUP</head><p>We used TEMMAS to build a specific electric market simulation model. We picked the inspiration from the Iberian Electricity Market (MIBEL -"Mercado Ibérico de Electricidade") with Portuguese (e.g., EDP -"Electrividade de Portugal", "Turbogás", "Tejo Energia") and Spanish (e.g., "Endesa", "Iberdrola", "Union Fenosa", "Hidro Cantábrico", "Viesgo", "Bas Natural", "Elcogás") generator companies. Regarding the total electricity capacity installed the Iberian market is composed of a major player (Spain) and a minor player (Portugal). Our experiments exploit the combined market behavior of a major and a minor electricity market players.</p><p>We abstracted intra-nation market details and modeled each country as a single generator company (with several generating units). Figure <ref type="figure" target="#fig_2">4</ref> uses INGENIAS notation to depict the hierarchical structure of the electricity market; the Pool (OMEL -"Operador do Mercado Ibérico de Electricidade") settles the market price (and coupled bids) after the bids submitted by each GenCo (PT -"Portugal" and ES -"Spain") according to a strategy that depends on the marginal production costs of each GenUnit. We considered three types of generating units: i) one base load coal plant, CO, ii) one combined cycle plant, CC, to cover intermediate load, and iii) one gas turbine, GT, peaking unit. Table <ref type="table" target="#tab_0">I</ref> shows the essential properties of each plant type and tables II and III shows the heat rate curves used to define the bidding blocks. The marginal cost was computed using expression ( 1 ); the bidding block's quantity is the capacity increment, e.g. for CO, the 11.9 marginal cost bidding block's quantity is 350 − 250 = 100 MW (cf. Table <ref type="table" target="#tab_0">II</ref>, CO, top lines 2 and 1).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>V. EXPERIMENTS AND RESULTS</head><p>Our experiments have two main purposes: i) illustrate the TEMMAS functionality, and ii) analyze the agents' resulting behavior, e.g. the learnt bidding policies, in light of the market specific dynamics.</p><p>We designed three experimental scenarios and Table IV shows the GenCo's name along with its production capacity,  Experiment #1. The experiment sets a constant, 600 MW, hourly demand for electricity. Figure <ref type="figure">5</ref> shows the GenCo active process of learning the bidding policy that gives the highest long-term profit. We used Q-learning, with an -greedy exploration strategy, which picks a random action with probability and behaves greedily otherwise (i.e., picks the action with the highest estimated action value); we defined = 0.2. The learning factor rate of Q-learning was defined as α = 0.01 and the discount factor (which measures the present value of future rewards) was set to γ = 0.5. Figure <ref type="figure">6</ref> shows the bid blocks that cleared the market (at the first hour of last simulated day). As there is no market competition the cheapest, CO, bids zero, the GT sets the market price (to its ceiling) and the most expensive 200 MW are distributed among the most expensive GenUnits (CC, GT). Therefore, the GenCo active agent found, for each perceived market share, mShare, the best strategy, − − → sttg, to bid its GenUnits' energy blocks. Experiment #2. The experiment sets a constant, 2000 MW, hourly demand for electricity. Figure <ref type="figure" target="#fig_4">7</ref> shows the market share evolution while GenCo minor&amp;active learns to play in the market with GenCo major, which is a larger company with a fixed strategy: "bid each block 5C higher than its marginal cost". We see that GenCo minor&amp;active gets around 18% (75 − 57) of market from GenCo major. To earn that market the GenCo minor&amp;active learnt to lower its prices in order to exploit the "5C space" offered by GenCo major fixed strategy.</p><p>Experiment #3. In this experiment both GenCos are "active"; the remaining is the same as in experiment #2. Figure <ref type="figure" target="#fig_5">8</ref> shows the market share oscillation while each company reacts to the other's strategy to win the market. Despite the competition each company learns to secure its own fringe of the market. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>VI. CONCLUSIONS AND FUTURE WORK</head><p>This paper describes our preliminary work in the construction of a MABS framework to analyze the macro-scale dynamics of the electric power market. Although both research fields (MABS and market simulation) achieved considerable progress there is a lack of cross-cutting approaches. We used the proposed MABS framework to support our preliminary work in the construction of the TEMMAS agent-based electricity market simulator.</p><p>Hence, our contribution is two folded: i) a comprehensive formulation of MABS, including the simulated environment and the inhabiting decision-making and learning agents, and ii) a simulation model (TEMMAS) of the electric power market framed in the proposed formulation.</p><p>Our initial results reveal an emerging and coherent market behavior, thus inciting us to further extend the experimental setup with additional bidding strategies and to incorporate specific market rules, such as congestion management and pricing regulation mechanisms.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .Fig. 2 .</head><label>12</label><figDesc>Fig. 1. The TEMMAS architecture and the configurable parameters.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 3 .</head><label>3</label><figDesc>Fig. 3. TEMMAS tasks and goals specification using INGENIAS framework.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Fig. 4 .</head><label>4</label><figDesc>Fig. 4. An illustrative TEMMAS formulation (using INGENIAS notation).</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Fig. 5 . 1 ]Fig. 6 .</head><label>516</label><figDesc>Fig. 5. The process of learning a bid policy to maximize profit. [Exp. #1]</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Fig. 7 .</head><label>7</label><figDesc>Fig. 7. Market share evolution induced by GenCo minor&amp;active. [Exp. #2]</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head>Fig. 8 .</head><label>8</label><figDesc>Fig. 8. Market share evolution induced by both GenCos. [Exp. #3]</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>TABLE I PROPERTIES</head><label>I</label><figDesc>OF GENERATING UNITS; THE UNITS' TYPES ARE COAL (CO), COMBINED CYCLE (CC) AND GAS TURBINE (GT); THE O&amp;M INDICATES "OPERATION AND MAINTENANCE" COST.</figDesc><table><row><cell></cell><cell></cell><cell></cell><cell></cell><cell cols="3">Type of generating unit</cell></row><row><cell cols="2">Property</cell><cell>unit</cell><cell></cell><cell>CO</cell><cell>CC</cell><cell>GT</cell></row><row><cell></cell><cell>Fuel</cell><cell>-</cell><cell cols="2">Coal (BIT)</cell><cell>Nat. Gas</cell><cell>Nat. Gas</cell></row><row><cell cols="2">Capacity</cell><cell>MW</cell><cell></cell><cell>500</cell><cell>250</cell><cell>125</cell></row><row><cell cols="2">Fuel price</cell><cell cols="2">C/MMBtu</cell><cell>1.5</cell><cell>5</cell><cell>5</cell></row><row><cell cols="2">Variable O&amp;M</cell><cell cols="2">C/MWh</cell><cell>1.75</cell><cell>2.8</cell><cell>8</cell></row><row><cell></cell><cell></cell><cell></cell><cell cols="2">TABLE II</cell><cell></cell></row><row><cell cols="7">CO AND CC UNIT'S CAPACITY BLOCK (MW) AND HEAT RATE</cell></row><row><cell cols="7">(BTU/KWH) AND THE CORRESPONDING MARGINAL COST ( C/MWH).</cell></row><row><cell></cell><cell cols="2">CO generating unit</cell><cell></cell><cell cols="3">CC generating unit</cell></row><row><cell>Cap.</cell><cell>Heat rate</cell><cell cols="2">Marg. cost</cell><cell cols="2">Cap. Heat rate</cell><cell>Marg. cost</cell></row><row><cell>250</cell><cell>12000</cell><cell>-</cell><cell></cell><cell>100</cell><cell>9000</cell><cell>-</cell></row><row><cell>350</cell><cell>10500</cell><cell cols="2">11.9</cell><cell>150</cell><cell>7800</cell><cell>29.8</cell></row><row><cell>400</cell><cell>10080</cell><cell cols="2">12.5</cell><cell>200</cell><cell>7200</cell><cell>29.8</cell></row><row><cell>450</cell><cell>9770</cell><cell cols="2">12.7</cell><cell>225</cell><cell>7010</cell><cell>30.3</cell></row><row><cell>500</cell><cell>9550</cell><cell cols="2">13.1</cell><cell>250</cell><cell>6880</cell><cell>31.4</cell></row><row><cell></cell><cell></cell><cell></cell><cell cols="2">TABLE III</cell><cell></cell></row><row><cell cols="7">GT UNIT'S CAPACITY BLOCK (MW) AND HEAT RATE (BTU/KWH) AND</cell></row><row><cell></cell><cell cols="6">THE CORRESPONDING MARGINAL COST ( C/MWH) .</cell></row><row><cell></cell><cell></cell><cell cols="3">GT generating unit</cell><cell></cell></row><row><cell></cell><cell></cell><cell>Cap.</cell><cell>Heat rate</cell><cell cols="2">Marg. cost</cell></row><row><cell></cell><cell></cell><cell>50</cell><cell>14000</cell><cell>-</cell><cell></cell></row><row><cell></cell><cell></cell><cell>100</cell><cell>10600</cell><cell>44.0</cell><cell></cell></row><row><cell></cell><cell></cell><cell>110</cell><cell>10330</cell><cell>46.2</cell><cell></cell></row><row><cell></cell><cell></cell><cell>120</cell><cell>10150</cell><cell>48.9</cell><cell></cell></row><row><cell></cell><cell></cell><cell>125</cell><cell>10100</cell><cell>52.5</cell><cell></cell></row><row><cell cols="7">computed according to the respective GenUnits (cf. Table I).</cell></row><row><cell cols="7">The "active" suffix (cf. Table IV, name column) means that</cell></row><row><cell cols="7">the GenCo searches for its GenUnits best bidding strategies;</cell></row><row><cell cols="5">i.e. "active" is a policy learning agent.</cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>TABLE IV THE</head><label>IV</label><figDesc>EXPERIMENT'S GenCoS AND GenUnitS.</figDesc><table><row><cell></cell><cell>GenCo</cell><cell></cell><cell></cell></row><row><cell>Exp.</cell><cell>name</cell><cell>Prod. Capac.</cell><cell>GenUnits</cell></row><row><cell>#1</cell><cell>GenCo active</cell><cell>875</cell><cell>CO &amp; CC &amp; GT</cell></row><row><cell>#2</cell><cell>GenCo major GenCo minor&amp;active</cell><cell>2000 875</cell><cell>2×CO &amp; 4×CC 3×CC &amp; 1×GT</cell></row><row><cell>#3</cell><cell>GenCo major&amp;active GenCo minor&amp;active</cell><cell>2000 875</cell><cell>2×CO &amp; 4×CC 3×CC &amp; 1×GT</cell></row></table></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Understanding how market power can arise in network competition: a game theoretic approach</title>
		<author>
			<persName><forename type="first">C</forename><surname>Berry</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Hobbs</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Meroney</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>O'neill</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">S</forename><surname>Jr</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Utilities Policy</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="139" to="158" />
			<date type="published" when="1999-09">September 1999</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">A Nash-Cournot model for the north american natural gas market</title>
		<author>
			<persName><forename type="first">S</forename><surname>Gabriel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zhuang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Kiet</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 6th IAEE European Conference: Modelling in Energy Economics and Policy</title>
				<meeting>the 6th IAEE European Conference: Modelling in Energy Economics and Policy</meeting>
		<imprint>
			<date type="published" when="2004-09-03">2-3 September 2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Simulating online business models</title>
		<author>
			<persName><forename type="first">S</forename><surname>Schuster</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Gilbert</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 5th Workshop on Agent-Based Simulation (ABS-04)</title>
				<meeting>the 5th Workshop on Agent-Based Simulation (ABS-04)</meeting>
		<imprint>
			<date type="published" when="2004-05">May 3-5 2004</date>
			<biblScope unit="page" from="55" to="61" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Modeling dynamic environments in multi-agent simulation</title>
		<author>
			<persName><forename type="first">A</forename><surname>Helleboogh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Vizzari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Uhrmacher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Michel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">JAAMAS</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="87" to="116" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Exploiting structure in policy construction</title>
		<author>
			<persName><forename type="first">C</forename><surname>Boutilier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Dearden</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Goldszmidt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the IJCAI-95</title>
				<meeting>the IJCAI-95</meeting>
		<imprint>
			<date type="published" when="1995">1995</date>
			<biblScope unit="page" from="1104" to="1111" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<title level="m" type="main">Being there: putting brain, body, and world together again</title>
		<author>
			<persName><forename type="first">A</forename><surname>Clark</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1998">1998</date>
			<publisher>MIT</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">BDI agents: From theory to practice</title>
		<author>
			<persName><forename type="first">A</forename><surname>Rao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Georgeff</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the First International Conference on Multiagent Systems</title>
				<meeting>the First International Conference on Multiagent Systems</meeting>
		<imprint>
			<date type="published" when="1995">1995</date>
			<biblScope unit="page" from="312" to="319" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">On the relationship between MDPs and the BDI architecture</title>
		<author>
			<persName><forename type="first">G</forename><surname>Simari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Parsons</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the AAMAS-06</title>
				<meeting>the AAMAS-06</meeting>
		<imprint>
			<date type="published" when="2006-12">May 8-12 2006</date>
			<biblScope unit="page" from="1041" to="1048" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Decision making with hybrid models: the case of collective and individual motivations</title>
		<author>
			<persName><forename type="first">P</forename><surname>Trigo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Coelho</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Reasoning Based Intelligent Systems</title>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Q-learning</title>
		<author>
			<persName><forename type="first">C</forename><surname>Watkins</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Dayan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Mach. Learning</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="page" from="279" to="292" />
			<date type="published" when="1992">1992</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<title level="m" type="main">Reinforcement Learning: An Introduction</title>
		<author>
			<persName><forename type="first">R</forename><surname>Sutton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Barto</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1998">1998</date>
			<publisher>MIT P</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<ptr target="http://www.omip.pt" />
		<title level="m">OMIP -The Iberian Electricity Market Operator</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Simulating GenCo bidding strategies in electricity markets with an agent-based model</title>
		<author>
			<persName><forename type="first">A</forename><surname>Botterud</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Thimmapuram</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Yamakado</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 7th Annual IAEE European Energy Conference (IAEE-05)</title>
				<meeting>the 7th Annual IAEE European Energy Conference (IAEE-05)</meeting>
		<imprint>
			<date type="published" when="2005">August 28-30 2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">How market players aadjusted their strategic behaviour taking into account the CO2 emission costs -an application to the spanish electricity market</title>
		<author>
			<persName><forename type="first">J</forename><surname>Sousa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lagarto</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 4th International Conference on the European Electricity Market (EEM-07)</title>
				<meeting>the 4th International Conference on the European Electricity Market (EEM-07)<address><addrLine>Cracow, Poland</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2007">May 23-27 2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">INGENIAS development kit: a visual multi-agent system development environment</title>
		<author>
			<persName><forename type="first">J</forename><surname>Gómez-Sanz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Fuentes-Fernández</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Pavón</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>García-Magariño</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Seventh AAMAS</title>
				<meeting>the Seventh AAMAS<address><addrLine>Estoril, Portugal</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2008">May 12-16 2008</date>
			<biblScope unit="page" from="1675" to="1676" />
		</imprint>
	</monogr>
	<note>BEST ACADEMIC DEMO OF AAMAS&apos;08</note>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
