2025
Autores
Nezhad, AE; Nardelli, PHJ; Javadi, MS; Jowkar, S; Sabour, TT; Ghanavati, F;
Publicação
ELECTRIC POWER SYSTEMS RESEARCH
Abstract
This paper presents a fast and accurate optimization technique for optimal power flow (OPF) that can be conveniently applied to transmission and distribution systems. The method is based on the branch flow and DC optimal power flow (DCOPF) models. As the branch flow model is independent of the bus voltage angle, the model needs further development to enable use in meshed transmission systems. Thus, this paper adds the bus voltage angle constraint as a key constraint to the branch flow model so that the voltage angle can also be used in the power flow model in addition to the voltage magnitude control. The problem is based on second-order programming and modeled as a quadratically-constrained programming (QCP) problem solved using the CPLEX solver in GAMS. The functionality of the proposed model is tested utilizing four standard distribution systems, three transmission systems, a combined transmission-distribution network. The studied distribution systems include the 33-bus, 69-bus, 118-bus distribution (118-D) test systems, and 730-bus distribution system (730-D). Additionally, the studied transmission systems include 9-bus, 30-bus, and 118-bus transmission (118-T) test systems. The combined transmission-distribution system included the 9-bus transmission system with three connected distribution systems. The simulation results obtained from the developed technique are compared to those obtained from a conventional optimal flow model. The power losses and the absolute error of the solution are used as the two metrics to compare the methods' performance for distribution networks. The absolute error of the solution derived from the proposed hybrid OPF compared to MATPOWER for the 33-bus system is 0.00198 %. For the 69-bus system, the error is 0.00044 %. In addition, for the 118-D and 730-D systems, the absolute errors are 0.0026 %, and 0.05 %, respectively. For the transmission network, the operating costs and the solution absolute error are the two metrics used for comparing the proposed hybrid OPF model and MATPOWER. The results indicate the superior performance of the hybrid OPF model to the Newton-Raphson method in MATPOWER in terms of operating cost. In this regard, cost reductions relative to values given by MATPOWER are 0.0005 %, 0.838 %, and 0.015 %, for the 9-bus, 30-bus, and 118-T systems, respectively. The simulation studies demonstrate the performance of the presented branch flow-based model in solving the OPF problem with accurate results.
2025
Autores
Pereira, P; Silva, R; Marques, JVA; Campilho, R; Matos, A; Pinto, AM;
Publicação
IEEE ACCESS
Abstract
This work presents a bio-inspired Autonomous Underwater Vehicle (AUV) concept called Raya that enables high manoeuvrability required for close-range inspection and intervention tasks, while fostering endurance for long-range operations by enabling efficient navigation. The AUV has an estimated terminal velocity of 0.82 m/s in an optimal environment, and a capacity to acquire visual data and sonar measurements in all directions. Raya was designed with the potential to incorporate an electric manipulator arm of 6 degrees of freedom (DoF) for free-floating underwater intervention. Smart and biologically inspired principles applied to morphology and a strategic thruster configuration assure that Raya is capable of manoeuvring in all 6 DoFs even when equipped with a manipulator with a 5 kg payload. Extensive experiments were conducted using simulation tools and real-life environments to validate Raya's requirements and functionalities. The stresses and displacements of the rigid bodies were analysed using finite element analysis (FEA), and an estimation of the terminal forward velocity was achieved using a dynamic model. To assess the accuracy of the perception system, a reconstruction task took place in an indoor pool, resulting in a 3D reconstruction with average length, width, and depth errors below 1. 5%. The deployment of Raya in the ATLANTIS Coastal Testbed and Porto de Leix & otilde;es allowed the validation of the propulsion system and the gathering of valuable 2D and 3D data, thus proving the suitability of the vehicle for operation and maintenance (O&M) activities of underwater structures.
2025
Autores
Tostado-Váliz, M; Bhakar, R; Javadi, MS; Nezhad, AE; Jurado, F;
Publicação
IET RENEWABLE POWER GENERATION
Abstract
The increasing penetration of electric vehicles will be accompanied for a wide deployment of charging infrastructures. Large charging demand brings formidable challenges to existing power networks, driving them near to their operational limits. In this regard, it becomes pivotal developing novel energy management strategies for active distribution networks that take into account the strategic behaviour of parking lots. This paper focuses on this issue, developing a novel energy management tool for distribution networks encompassing distributed generators and parking lots. The new proposal casts as a tri-level game equilibrium framework where the profit maximization of lots is implicitly considered, thus ensuring that network-level decisions do not detract the profit of parking owners. The original tri-level model is reduced into a tractable single-level mixed-integer-linear programming by combining equivalent primal-dual and first-order optimality conditions of the distribution network and parking operational models. This way, the model can be solved using off-the-shelf solvers, with superiority against other approaches like metaheuristics. The developed model is validated in well-known 33-, and 85-bus radial distribution systems. Results show that, even under unfavourable conditions with limited distributed generation, charging demand is maximized, thus preserving the interests of parking owners. Moreover, the model is further validated through a number of simulations, showing its effectiveness. Finally, it is demonstrated that the developed tool scales well with the size of the system, easing its implementation in real-life applications.
2025
Autores
Kazemi-Robati, E; Varotto, S; Silva, B; Temiz, I;
Publicação
APPLIED ENERGY
Abstract
With the recent advancements in the development of hybrid offshore parks and the expected large-scale implementation of them in the near future, it becomes paramount to investigate proper energy management strategies to improve the integrability of these parks into the power systems. This paper addresses a multiobjective energy management approach using a hybrid energy storage system comprising batteries and hydrogen/fuel-cell systems applied to multi-source wind-wave and wind-solar offshore parks to maximize the delivered energy while minimizing the variations of the power output. To find the solution of the optimization problem defined for energy management, a strategy is proposed based on the examination of a set of weighting factors to form the Pareto front while the problem associated with each of them is assessed in a mixed-integer linear programming framework. Subsequently, fuzzy decision making is applied to select the final solution among the ones existing in the Pareto front. The studies are implemented in different locations considering scenarios for electrical system limitation and the place of the storage units. According to the results, applying the proposed multiobjective framework successfully addresses the enhancement of energy delivery and the decrease in power output fluctuations in the hybrid offshore parks across all scenarios of electrical system limitation and combinational storage locations. Based on the results, in addition to the increase in delivered energy, a decrease in power variations by around 40 % up to over 80 % is observed in the studied cases.
2025
Autores
Barros, A; Neto, H; Cunha, A; Macedo, N; Paiva, ACR;
Publicação
FORMAL METHODS, PT II, FM 2024
Abstract
Platforms to support novices learning to program are often accompanied by automated next-step hints that guide them towards correct solutions. Many of those approaches are data-driven, building on historical data to generate higher quality hints. Formal specifications are increasingly relevant in software engineering activities, but very little support exists to help novices while learning. Alloy is a formal specification language often used in courses on formal software development methods, and a platform-Alloy4Fun-has been proposed to support autonomous learning. While non-data-driven specification repair techniques have been proposed for Alloy that could be leveraged to generate next-step hints, no data-driven hint generation approach has been proposed so far. This paper presents the first data-driven hint generation technique for Alloy and its implementation as an extension to Alloy4Fun, being based on the data collected by that platform. This historical data is processed into graphs that capture past students' progress while solving specification challenges. Hint generation can be customized with policies that take into consideration diverse factors, such as the popularity of paths in those graphs successfully traversed by previous students. Our evaluation shows that the performance of this new technique is competitive with non-data-driven repair techniques. To assess the quality of the hints, and help select the most appropriate hint generation policy, we conducted a survey with experienced Alloy instructors.
2025
Autores
Cruz, A; Salazar, T; Carvalho, M; Maças, C; Machado, P; Abreu, PH;
Publicação
ARTIFICIAL INTELLIGENCE REVIEW
Abstract
The use of machine learning in decision-making has become increasingly pervasive across various fields, from healthcare to finance, enabling systems to learn from data and improve their performance over time. The transformative impact of these new technologies warrants several considerations that demand the development of modern solutions through responsible artificial intelligence-the incorporation of ethical principles into the creation and deployment of AI systems. Fairness is one such principle, ensuring that machine learning algorithms do not produce biased outcomes or discriminate against any group of the population with respect to sensitive attributes, such as race or gender. In this context, visualization techniques can help identify data imbalances and disparities in model performance across different demographic groups. However, there is a lack of guidance towards clear and effective representations that support entry-level users in fairness analysis, particularly when considering that the approaches to fairness visualization can vary significantly. In this regard, the goal of this work is to present a comprehensive analysis of current tools directed at visualizing and examining group fairness in machine learning, with a focus on both data and binary classification model outcomes. These visualization tools are reviewed and discussed, concluding with the proposition of a focused set of visualization guidelines directed towards improving the comprehensibility of fairness visualizations.
The access to the final selection minute is only available to applicants.
Please check the confirmation e-mail of your application to obtain the access code.