Search results for "optimization algorithm"
showing 10 items of 51 documents
On the Use of Prognostics and Health Management to Jointly Schedule Production and Maintenance on a Single Multi-purpose Machine
2020
This paper address the problem of using prognostic information in the decision-making process of a single multi-purpose machine. The prognostics and health management method is compared to condition-based maintenance combined with a genetic algorithm to determine the joint schedule of maintenance and production. The paper presents a methodology to select the adequate strategy while considering several factors that influence the functioning of the machine. The results show that operational and conditions variability influence the choice of the suitable methods. In the presented case, we show configurations where prognostic information is useless or useful.
On PD mechanisms at high temperature in voids included in an epoxy resin
2001
In this paper the effects of temperature on partial discharge (PD) activity taking place inside a spherical void in epoxy resin system are studied. Indeed, some experimental tests previously performed on specimens, having different void shapes, under multi-stress condition of temperature and voltage, have shown very different PD amplitude distributions at temperatures higher than ambient. However, this phenomenon cannot be explained only by taking into account the different thermobaric conditions of the enclosed gas. In consequence of the general physical inaccessibility of such voids, a study is here performed using a numerical model based on an evolutionary optimization algorithm. This is…
PORE Algorithm for Object Recognition in Photo Layers based on Parametric Characteristics of the Object Edges
2016
PORE stands for Photo-Object Recognition based on the Edges. Coincidentally, PORE means to examine something carefully and with due attention, so "we pore over the object layers in search for information about their characteristics with the aim at improving image recognition process". Therefore, this study presents a novel approach to object recognition based on the pattern by using photo layers and by defining the objects' specific characteristics. We select and introduce the parameters which determine a higher efficiency of image retrieval of the image objects. In this paper, we describe how the same photos are recognized in a process of classical retrieval compared to our model by analyz…
Optimization of photovoltaic energy production through an efficient switching matrix
2013
This work presents a preliminary study on the implementation of a new system for power output maximization of photovoltaic generators under non-homogeneous conditions. The study evaluates the performance of an efficient switching matrix and the relevant automatic reconfiguration control algorithms. The switching matrix is installed between the PV generator and the inverter, allowing a large number of possible module configurations. PV generator, switching matrix and the intelligent controller have been simulated in Simulink. The proposed reconfiguration system improved the energy extracted by the PV generator under non-uniform solar irradiation conditions. Short calculation times of the pro…
On Randomness and Structure in Euclidean TSP Instances: A Study With Heuristic Methods
2021
Prediction of the quality of the result provided by a specific solving method is an important factor when choosing how to solve a given problem. The more accurate the prediction, the more appropriate the decision on what to choose when several solving applications are available. In this article, we study the impact of the structure of a Traveling Salesman Problem instance on the quality of the solution when using two representative heuristics: the population-based Ant Colony Optimization (ACO) and the local search Lin-Kernighan (LK) algorithm. The quality of the result for a solving method is measured by the computation accuracy, which is expressed using the percent error between its soluti…
Integrated Production and Predictive Maintenance Planning based on Prognostic Information
2019
International audience; This paper address the problem of scheduling production and maintenance operation in predictive maintenance context. It proposes a contribution in the decision making phase of the prognostic and health management framework. Theprognostics and decision processes are merged and an ant colony optimization approach for finding the sequence of decisions that optimizes the benefits of a production system is developed. A case study on a single machine composed of several components where machine can have several usage profiles. The results show thatour approach surpasses classical condition based maintenance policy.
α-stable distributions for better performance of ACO in detecting damage on not well spaced frequency systems
2014
Abstract In this paper, the Ant Colony Optimization (ACO) algorithm is modified through α -stable Levy variables and applied to the identification of incipient damage in structural components. The main feature of the proposed optimization is an improved ability, which derives from the heavy tails of the stable random variable, to escape from local minima. This aspect is relevant since the objective function used for damage detection may have many local minima which render very challenging the search of the global minimum corresponding to the damage parameter. As the optimization is performed on the structural response and does not require the extraction of modal components, the method is pa…
A Probabilistic Approach to the Count-To-Infinity Problem in Distance-Vector Routing Algorithms
2013
Count-to-infinity problem is characteristic for routing algorithms based on the distributed implementation of the classical Bellman-Ford algorithm. In this paper a probabilistic solution to this problem is proposed. It is argued that by the use of a Bloom Filter added to the routing message the routing loops will with high probability not form. An experimental analysis of this solution for use in Wireless Sensor Networks in practice is also included.
Multiobjective ant colony search algorithm optimal electrical distribution system planning
2005
A dynamic multiobjective, MO, algorithm based on the ant colony search, the multiobjective ant colony search algorithm, MOACS, is presented. The application domain is that of dynamic planning for electrical distribution systems. A time horizon of H years has been considered during which the distribution system are modified according to the new internal (loads) and external (market, reliability, power quality) requirements. In this scenario, the objectives the Authors consider most important for utilities in strategical planning are: the quality requirement connected to the decrease of the expected number of interruptions per year and customer, in the considered time frame, and the choice fo…
A grid ant colony algorithm for the orienteering problem
2005
In this paper we propose a distributed ant colony algorithm to solve large scale orienteering problem instances. Our approach is based on a multi-colony strategy where each colony works in an independent portion (cluster) in the original graph. This results in no need for communicating pheromones information among colonies and in increasing speedup. We have implemented our algorithm as a .NET Web services infrastructure following a grid computing philosophy and we provide some promising experimental results to show the feasibility and effectiveness of our approach