Abstract

A new moderate-random-search strategy (MRPSO) is used for an optimal bidding strategy of a supplier, considering linear bidding curve model with a precise model and emission as constraints, and who delivered electricity to end users in oligopolistic dynamic electricity is studied. Bidding strategy of a supplier is solved by MRPSO, where mean best position () boosts the diversity and the exploration ability of particle. The MRPSO adopts an attractor as the main moving direction of particles, which replaces the velocity update procedure in the particle swarm optimization. The effectiveness of the proposed approach is tested with linear bidding model and the results are compared with the solutions obtained using classical PSO. In this paper, a comparative study has been done by a competitive bidding model tested on IEEE 14- and IEEE 39-bus systems and results motivate the suppliers towards opting green technologies.

1. Introduction

In this competitive world, the market is to be said perfect only when the seller and buyer both have competition and are participating equally in the competitive bidding process. In energy market, the generation as well as load side has competition in this competitive electricity market. Recently the electricity markets are in transition phase from single buyer and single seller pattern to multibuyer and multiseller pattern. This type of auction system makes an environment for demanding side entities to compete with their opponents through bidding process; moreover the benefits of retailers depend on their participation in the bidding process so developing the optimal bidding strategies of demanding side is of keen interest in recent researches.

In this emerging electricity market, each power supplier can increase its own profit through strategic bidding. The imperfect knowledge of rival suppliers extensively affects the profit of each supplier [1]. In the day-ahead electricity market bids have been submitted to the market operator, who matches generation level of each participant for hourly aggregate supply and decides market clearing prices (MCP). The framing of best optimal bids for supplier with their own costs, technical constraints, and behavior of rival’s and market is known as strategic bidding problem. Lots of work has been done on strategic bidding in competitive electricity market. There are some approaches to frame the strategic bidding problem (SBP) on the basis of their MCP and rival’s bidding behavior [2]. A basic model of optimal bidding has been framed firstly, solved by using dynamic programming based technique [3]. A strategic bidding problem has been solved by Lagrangian relaxation based approach in [4] and the same has been suggested by Zhang et al. for daily bidding and self-scheduling decision [5]. In [6] SBP in oligopolistic dynamic electricity double-sided auctions is solved by using Nash-Cournot strategies for the market participants. The Reanalysis has been done for Nash Equilibrium Bidding Strategies in a Bilateral Electricity Market in [7]. Ugedo et al. [8] have proposed a stochastic-optimization model for submitting the block bids to obtain the distribution of the electricity resources of a generation firm among the different sequential markets within a wholesale electricity market.

In [9] a genetic algorithm evolves a framework in which bidding strategies may be tested and modified. In [10] authors have extended the same approach price based UC formulation for competitive market. In [11] author has proposed two different bidding schemes by using genetic algorithm. The same approach for spinning reserve market coordinated with energy market has been suggested by Wen and David [12]. The heuristics approaches such as Evolutionary Algorithm-Based Hybrid Approach [13], fuzzy mixed integer linear programming [14], simulated annealing [15], and combination of these are used to obtain a global solution for strategic bidding problems [16]. These heuristics approaches are commonly restricted by their receptivity to the choice of parameters, such as the crossover and mutation probabilities, in GA, temperature in SA, scaling factor in EP, and inertia weight and learning factors in PSO. In [17] a moderate-random-search (MRS) strategy is introduced into the new PSO algorithm with a view to enhance its global search ability and improves the convergence rate for the particle.

In the unit commitment and monetary evaluation of power plants, the price of emissions is one of the decisive factors. Authors investigate an influence of emission constraints on generation scheduling and solving of the new profit-based UC problem with carbon trading [16, 1820]. Hence, it is essential to investigate the resulting market price for emissions [21].

Lots of work has been done with PSO in strategic bidding for competitive electricity market [22, 23] but the growing issue of emissions from generation of electricity, which affects environmentally, socially, and economically all mankind, is not being discussed yet with PSO. In this paper it is proposed to control CO2 emissions by providing economic penalty for achieving reductions in the CO2 emissions with MRPSO.

2. Problem Formulations

2.1. Bidding Model

Linear bid model of electricity market has been considered in the present work. In a linear bid model, the bid curve has been submitted by the retailer which relates the power output with market clearing price . The supply bid curve for any bidder “” can be characterized as , where is the output power at price “” and is referred to as the slope of supply bid curve. One-part price-bid [22] format is considered, in which retailers bid only independent prices for each hour, and a simple market clearing process based on the intersection of supply and demand bid curves is used to determine the winning bids. In a trading session, the system generation is supposed to be insensitive to change in price. This paper considered sealed-bid, pay-as-bid auction mechanism. It is also assumed that the bidders are having the knowledge regarding system generation, number of bidders, and network configuration.

Assume that there are “” number of independent retailers to purchase their power requirements in an electricity market, where all independent retailers (opponents) are integrated into a single entity. The linear supply bid curve for retailer “” and opponent expressed by (1) and (2), respectively, is as follows: where “” is the slope of supply curve within the limits of and “” is the slope of cumulative linear supply curve of opponents in the range . The augmented demand of all the retailers will be On the basis of proportionate sharing rule, the individual quantity can be defined as and , respectively, Here “” is the total demand quantity by the “” independent retailers. The objective function and constraints for minimization can be expressed as where is the retailers’ cost function which is a function of demand and expressed as is the yearly CO2 allowance and is the emission cost function expressed as

3. MRPSO

3.1. MRS Strategy

The MRS strategy has been used with PSO algorithm for improving the global search ability of the PSO without slowing down its convergence rate. In this strategy, only position update equation is used. The position of the th particle at the ()th iteration can be calculated by using the following formula: In the MRPSO, an attractor is used as the main moving direction of particles due to the system convergence to its one and only local attractor of points. It is described as where is a uniformly distributed random variable varying within . Attractor “” varies within the range during iterations. The term used in (10) is called the mean best position [17] which provides the step size for the particle movement and makes the participation of all to the evolution of particles. Then, it improves the multiplicity and the searching ability of particle. The term is calculated using the following equation: where denotes the population size in the MRPSO. used in (10) represents the random property of the MRPSO.

The value of is calculated from and are two random variables within . is a random variable within .

The convergence rate of the MRPSO can be controlled during iterations by , which works similarly as inertia weight used in the PSO. For better searching ability of particles, “” is tuned for higher value and lower value gives more precise searching ability. The following LD formula is suggested for the correct selection of “”: where the values are set in the range .

3.2. MRPSO Algorithm for Bidding Problem

For the bidding problem position of each particle “” of generator “” is represented by the slope of the supply curve . The fitness function for each particle is the benefit of generator “” in (6). The MRPSO algorithm, for the bidding-search process, is as follows.

Step 1. Define input parameters with all constraints for the swarm.

Step 2. Initialize the position () for all particles randomly with satisfying all the constraints.

Step 3. Find supply quantity of Generator “” for randomly generated position () using (4).

Step 4. Calculate the fitness value (benefit) of each particle in the swarm using fitness function (6).

Step 5. Compare the fitness value of each particle found in Step 4 with of each particle. Update of a particle if its fitness is greater than its .

Step 6. Update if any particle has greater fitness than fitness of current .

Step 7. Update the attractor “” by using (11).

Step 8. Calculate the values of “” from (12), “” from (13), and “” from (14).

Step 9. Modify the position of each particle by using (10) with the updated value of attractor in Step 7.

Step 10. Check iteration counter; if it reaches its maximum, then go to Step 11; else go to Step 3.

Step 11. The swarm that generates the latest in Step 6 is the optimal value.

4. Case Studies

Let Retailer ‘‘’’, for which the linear bid curve is taken as , with the minimum and maximum limits on slope of offer curve as The retailer cost coefficients used in (8) are taken as , , and . The required demand quantity of retailer is within the limit of . Tables 1 and 2 show the comparison for energy cost of retailer “” with and without consideration of emission coefficient. Table 3 gives the computation time for both techniques. Parameters are tested for 50 particles with 100 iterations with MRS strategy compared with classical-PSO [24]. Both techniques have been tested on 10-user IEEE 14-bus system and 19-user IEEE 39-bus (New England) system by using MATLAB program (see Figure 4). These case studies are based on DC power flow and losses are neglected.

Case I (4-machine IEEE 14-bus system). This test system consists of four generators at buses 1, 2, 6, and 8 and ten users at buses 2, 3, 4, 5, 6, 9, 10, 12, 13, and 14. The diagram for 14-bus system was shown in Figure 1.
In this case, it is assumed that users “4” and “9” preferred power from hydel technology and user “13” is giving preference for power from solar-PV technology for low emission charges. MRPSO gives better result for the load variation between 0 and 100 MW. The retailers, who take green initiative, also benefitted from the same amount of energy which is used for emissive environment.
Figures 2 and 3 show variation in cost of energy with MRS strategy and classical PSO, respectively, for IEEE 14-bus system with and without emission. The valleys show the benefits of preferring green technologies which motivates retailers to use more power coming from the low emissive coefficients technologies. The deep valleys in curve show that the preference of user varied from coal to hydel and then to solar-PV. Table 1 shows cost analysis of ten users of IEEE 14-bus system and also distinguished the energy cost of various technologies for the same quantity which motivates taking the green initiatives and cutting down the usage of high carbon emissive technologies.

Case II (10-machine IEEE 39-bus system (New England)). This test system consists of ten generators and 19 users at buses 2, 3, 4, 5, 6, 9, 10, 12, 13, and 14. The diagram for 14-bus system was shown in Figure 2.
Figures 5 and 6 show variation in cost of energy with MRS strategy and classical PSO, respectively, for IEEE 39-bus system with and without emission. As the demand for energy is very low, the cost of energy for small users is very high and as the demand increases, the cost would be drastically decreasing and afterwards changes very slowly. Table 2 gives the cost analysis of various users of IEEE 39-bus systems with the help of MRPSO and PSO with emissive and nonemissive environment.
Table 3 gives the computation time for both techniques. Parameters are tested for 50 particles with 100 iterations with MRS strategy compared with classical PSO for IEEE 14- and IEEE 39-bus systems.

5. Conclusion

In this Paper, the work is mainly concerned with the development of a mathematical model for generation planning including investment, different cost components, and existing regulatory requirements such as emission. For competitive electricity market, the MRPSO has been applied and compared with the classical PSO for strategic bidding of an electricity supplier with the consideration of carbon emission. A linear bidding model has been postulated with the inclusion of the imperfect bidding behavior of the rivals. In this Paper MRPSO gives the improved solution with less computation of time for this continuous type of mathematical model. The MRPSO has worked efficiently for getting energy cost of 10-user IEEE 14- and 19-user IEEE 39-bus systems. The results show that energy cost is higher with emission consideration, so when the cost of carbon is accounted to be low for nonemissive technologies generation, the situation will become worse and the price is much greater than what only convergence of costs would require, but the concern over an imperfect electricity market paired with emissions trading is justified.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.