941 research outputs found

    A Tabu Search Based Approach for Graph Layout

    Get PDF
    This paper describes an automated tabu search based method for drawing general graph layouts with straight lines. To our knowledge, this is the first time tabu methods have been applied to graph drawing. We formulated the task as a multi-criteria optimization problem with a number of metrics which are used in a weighted fitness function to measure the aesthetic quality of the graph layout. The main goal of this work is to speed up the graph layout process without sacrificing layout quality. To achieve this, we use a tabu search based method that goes through a predefined number of iterations to minimize the value of the fitness function. Tabu search always chooses the best solution in the neighbourhood. This may lead to cycling, so a tabu list is used to store moves that are not permitted, meaning that the algorithm does not choose previous solutions for a set period of time. We evaluate the method according to the time spent to draw a graph and the quality of the drawn graphs. We give experimental results applied on random graphs and we provide statistical evidence that our method outperforms a fast search-based drawing method (hill climbing) in execution time while it produces comparably good graph layouts.We also demonstrate the method on real world graph datasets to show that we can reproduce similar results in a real world setting

    Recent trends of the most used metaheuristic techniques for distribution network reconfiguration

    Get PDF
    Distribution network reconfiguration (DNR) continues to be a good option to reduce technical losses in a distribution power grid. However, this non-linear combinatorial problem is not easy to assess by exact methods when solving for large distribution networks, which requires large computational times. For solving this type of problem, some researchers prefer to use metaheuristic techniques due to convergence speed, near-optimal solutions, and simple programming. Some literature reviews specialize in topics concerning the optimization of power network reconfiguration and try to cover most techniques. Nevertheless, this does not allow detailing properly the use of each technique, which is important to identify the trend. The contributions of this paper are three-fold. First, it presents the objective functions and constraints used in DNR with the most used metaheuristics. Second, it reviews the most important techniques such as particle swarm optimization (PSO), genetic algorithm (GA), simulated annealing (SA), ant colony optimization (ACO), immune algorithms (IA), and tabu search (TS). Finally, this paper presents the trend of each technique from 2011 to 2016. This paper will be useful for researchers interested in knowing the advances of recent approaches in these metaheuristics applied to DNR in order to continue developing new best algorithms and improving solutions for the topi

    Survivable algorithms and redundancy management in NASA's distributed computing systems

    Get PDF
    The design of survivable algorithms requires a solid foundation for executing them. While hardware techniques for fault-tolerant computing are relatively well understood, fault-tolerant operating systems, as well as fault-tolerant applications (survivable algorithms), are, by contrast, little understood, and much more work in this field is required. We outline some of our work that contributes to the foundation of ultrareliable operating systems and fault-tolerant algorithm design. We introduce our consensus-based framework for fault-tolerant system design. This is followed by a description of a hierarchical partitioning method for efficient consensus. A scheduler for redundancy management is introduced, and application-specific fault tolerance is described. We give an overview of our hybrid algorithm technique, which is an alternative to the formal approach given

    Tabu Search Based Algorithm for Multi-Objective Network Reconfiguration Problem

    Get PDF
    Abstract: The electric power distribution usually operates in a radial configuration, with tie switches between circuits to provide alternate feeds. The losses would be minimized if all switches were closed, but this is not done because it complicates the system’s protection against over currents. Whenever components fail, some of the switches must be operated to restore power to as many customers as possible. As loads vary with time, switch operations may reduce losses in the system. All of these are applications for reconfiguration. The reconfiguration problem is combinatorial problem, which precludes algorithms that guarantee a global optimum. Most existing reconfiguration algorithms fall into two categories. In the first, branch exchange, the system operates in a feasible radial configuration and the algorithm opens and closes candidate switches in pairs. In the second, loop cutting, the system is completely meshed and the algorithm opens candidate switches to reach a feasible radial configuration. Reconfiguration algorithms based on neural network, heuristics, genetic algorithms, and simulated annealing have also been reported, but not widely used. The objective of the paper presented in this work is to make a Tabu Search (TS) based algorithm for multi-objective programming to solve the network reconfiguration problem in a radial distribution system. Here six objectives are considered in conjunction with network constraints. The main objective of research is allocation of optimal switches to reduce the power losses of the system. It is tested for 33 bus systems. Simulation results of the case studies demonstrate the effectiveness of the solution algorithm and proved that the TS is suitable to solve this kind of problems. Key words: Combinatorial optimization; Distribution system; Energy Loss minimization; Genetic Algorithm; Simulating Annealing; Tabu searc

    Hybrid Algorithm based on Genetic Algorithm and Tabu Search for Reconfiguration Problem in Smart Grid Networks Using "R"

    Get PDF
    Reconfiguration of distribution networks aims to support the decision support, planning and/or real-time control of the operation of the electricity network. It is accomplished modifying the network structure of distribution feeders by changing the sectionalizing switches. Ensure higher levels of continuity and reliability to the electricity supply service are some of the requirements of consumers and electric power providers in the Smart Grid (SG) context. The goal of this paper is to propose a hybrid algorithm (Genetic and Tabu) for the reconfiguration problem based on " R " in order to better support the decision making process. Beyond that, " R " modeling of electricity networks improves the response time when handling issues of network reconfiguration using graph theory. The status of switches is decided according to graph theory subject to the radiality constraint of the distribution networks. The algorithm is presented and simulation results of IEEE 16-bus system, showing good results and computational efficiency

    A Tabu-search-based Algorithm for Distribution Network Restoration to Improve Reliability and Resiliency

    Get PDF
    Fault restoration techniques have always been crucial for distribution system operators (DSOs). In the last decade, it started to gain more and more importance due to the introduction of output-based regulations where DSO performances are evaluated according to frequency and duration of energy supply interruptions. The paper presents a tabu-search-based algorithm able to assist distribution network operational engineers in identifying solutions to restore the energy supply after permanent faults. According to the network property, two objective functions are considered to optimize either reliability or resiliency. The mathematical formulation includes the traditional feeders, number of switching operation limit, and radiality constraints. Thanks to the DSO of Milan, Unareti, the proposed algorithm has been tested on a real distribution network to investigate its effectiveness

    OPTIMAL DISTRIBUTION FEEDER RECONFIGURATION WITH DISTRIBUTED GENERATION USING INTELLIGENT TECHNIQUES

    Get PDF
    Feeder reconfiguration is performed by changing the open/close status of two types of switches: normally open tie switches and normally closed sectionalizing switches. A whole feeder or part of a feeder may be served from another feeder by closing a tie switch linking the two while an appropriate sectionalizing switch must be opened to maintain the radial structure of the system. Feeder reconfiguration is mainly aiming to reduce the system overall power losses and improve voltage profile. In this dissertation, several approaches have been proposed to reconfigure the radial distribution networks including the potential impact of integrating Distributed Energy Resources (DER) into the grid. These approaches provide a Fast-Genetic Algorithm “FGA” in which the size and convergence speed is improved compared to the conventional genetic algorithm. The size of the population matrix is also smaller because of the simple way of constructing the meshed network. Additionally, FGA deals with integer variable instead of a binary one, which makes FGA a unique method. The number of the mesh/loop is based on the number of tie switches in a particular network. The validity of the proposed FGA is investigated by comparing the obtained results with the one obtained from the most recent approaches. The second the approach is the implementation of the Differential Evolution (DE) algorithm. DE is a population-based method using three operators including crossover, mutation, and selection. It differs from GA in that genetic algorithms rely on crossover while DE relies on mutation. Mutation is based on the differences between randomly sampled pairs of solutions in the population. DE has three advantages: the ability to find the global optimal result regardless of the initial values, fast convergence, and requirement of a few control parameters. DE is a well-known and straightforward population-based probabilistic approach for comprehensive optimization. In distribution systems, if a utility company has the right to control the location and size of distributed generations, then the location and size of DGs may be determined based on some optimization methods. This research provides a promising approach to finding the optimal size and location of the planned DER units using the proposed DE algorithm. DGs location is obtained using the sensitivity of power losses with respect to real power injection at each bus. Then the most sensitive bus is selected for installing the DG unit. Because the integration of the DG adds positive real power injections, the optimal location is the one with the most negative sensitivity in order to get the largest power loss reduction. Finally, after the location is specified, the proposed Differential Evolution Algorithm (DEA) is used to obtain the optimal size of the DG unit. Only the feasible solutions that satisfy all the constraints are considered. The objective of installing DG units to the distribution network is to reduce the system losses and enhance the network voltage profile. Nowadays, these renewable DGs are required to equip with reactive power devices (such as static VAR compensators, capacitor banks, etc.), to provide reactive power as well as to control the voltage at their terminal bus. DGs have various technical benefits such as voltage profile improvement, relief in feeder loading, power loss minimization, stability improvement, and voltage deviation mitigation. The distributed generation may not achieve its full potential of benefits if placed at any random location in the system. It is necessary to investigate and determine the optimum location and size of the DG. Most distribution networks are radial in nature with limited short-circuit capacity. Therefore, there is a limit to which power can be injected into the distribution network without compromising the power quality and the system stability. This research is aiming to investigate this by applying DG technologies to the grid and keeping the system voltage within a defined boundary [0.95 - 1.05 p.u]. The requirements specified in IEEE Standard 1547 are considered. This research considers four objectives related to minimization of the system power loss, minimization of the deviations of the nodes voltage, minimization of branch current constraint violation, and minimization of feeder’s currents imbalance. The research formulates the problem as a multi-objective problem. The effectiveness of the proposed methods is demonstrated on different revised IEEE test systems including 16 and 33-bus radial distribution system

    Operation and planning of distribution networks with integration of renewable distributed generators considering uncertainties: a review

    Get PDF
    YesDistributed generators (DGs) are a reliable solution to supply economic and reliable electricity to customers. It is the last stage in delivery of electric power which can be defined as an electric power source connected directly to the distribution network or on the customer site. It is necessary to allocate DGs optimally (size, placement and the type) to obtain commercial, technical, environmental and regulatory advantages of power systems. In this context, a comprehensive literature review of uncertainty modeling methods used for modeling uncertain parameters related to renewable DGs as well as methodologies used for the planning and operation of DGs integration into distribution network.This work was supported in part by the SITARA project funded by the British Council and the Department for Business, Innovation and Skills, UK and in part by the University of Bradford, UK under the CCIP grant 66052/000000

    Electric distribution network reconfiguration for power loss reduction based on runner root algorithm

    Get PDF
    This paper proposes a method for solving the distribution network reconfiguration (NR) problem based on runner root algorithm (RRA) for reducing active power loss. The RRA is a recent developed metaheuristic algorithm inspired from runners and roots of plants to search water and minerals. RRA is equipped with four tools for searching the optimal solution. In which, the random jumps and the restart of population are used for exploring and the elite selection and random jumps around the current best solution are used for exploiting. The effectiveness of the RRA is evaluated on the 16 and 69-node system. The obtained results are compared with particle swarm optimization and other methods. The numerical results show that the RRA is the potential method for the NR problem

    Improving reliability on distribution systems by network reconfiguration and optimal device placement.

    Get PDF
    Masters Degree. University of KwaZulu-Natal, Durban.A distribution system without reliable networks impacts production; hinders economy and affects day to day activities of its customers who demand uninterrupted supply of high quality. All power utilities try to minimize costs but simultaneously strive to provide reliable supply and achieve customer satisfaction. This research has focused on predicting and thereafter improving the South African distribution network reliability. Predictive reliability modelling ensures that utilities are better informed to make decisions which will improve supply to customers. An algorithm based on Binary Particle Swarm Optimization (BPSO) was implemented to optimize distribution network configuration as well as supplemental device placement on the system. The effects on reliability, network performance and system efficiency were considered. The methodology was applied to three distribution networks in KwaZulu-Natal, each with diverse topology, environmental exposure and causes of failure. The radial operation of distribution networks as well as the practical equipment limitations was considered when determining the optimal configuration. The failure rates and repair duration calculated unique to each network was used to model the performance of each component type. Historical performance data of the networks was used as a comparison to the key performance indicators obtained from DigSILENT PowerFactory simulations to ensure accuracy and evaluate any improvement on the system. The results of a case study display improvements in System Average Interruption Duration Index (SAIDI) of up to 20% and improvements in System Average Interruption Frequency Index (SAIFI) of up to 24% after reconfiguration. The reconfiguration also reduced the system losses in some cases. Network reconfiguration provides improved reliable supply without the need for capital investment and expenditure by the utility. The BPSO algorithm is further used to optimally place and locate switches and reclosers on the networks to achieve maximum improvement in reliability for minimal cost. The results show that the discounted future benefit of adding additional protection devices to a network is approximately R27 million over a twenty-five-year period. The maximum SAIDI improvement from adding reclosers to a network was 21%, proving that additional device placement is a cost-effective means to improve system reliability
    corecore