Research Projects and Publications



Reconfiguration of Distribution Systems to Reduce Power Loss using Ant Colony Optimization and Simulated Annealing

Power Systems and Smart Grids

Author: Daniel Barrios Castilla
Year: 2021
Supervisors: Eliahu August , Kári Hreinsson, Laurentiu Anton

Abstract:
This study researches the optimal reconfiguration to minimize power losses of the test grid, the CIGRE network, and a grid owned by the Reykjavik area utility company Veitur, called A3-A5. It is implemented in Python, where the grid's data is obtained and processed with Pandapower, a software-based on python that allows characterization of distribution grids and running power flows. The optimization is executed with two techniques: Simulated annealing (SA) and ant colony optimization (ACO). SA is a well know and widely used optimization technique for reconfiguration problems. It is an implementation based on keeping radiality and minimizing power losses.Also, it evaluates every option with the cooling schedule and finally accepts the best reconfiguration. ACO works with a focus on processing the grid as a graph. The implementation is based on graph theory that allows establishing a rule framework that assures the constraints and fast execution and searches for the best reconfiguration option. Reliability, power quality, and end-user are direct beneficiaries of the reconfiguration of the distribution grids. In addition, reconfiguration is the first step for future implementations to improve the grid.

Link to Publication