• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 91
  • 59
  • 18
  • 18
  • 14
  • 10
  • 5
  • 4
  • 3
  • 3
  • 2
  • 1
  • 1
  • 1
  • Tagged with
  • 290
  • 290
  • 290
  • 57
  • 54
  • 53
  • 52
  • 40
  • 39
  • 36
  • 35
  • 35
  • 32
  • 31
  • 27
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
191

Particle swarm optimization methods for pattern recognition and image processing

Omran, Mahamed G.H. 17 February 2005 (has links)
Pattern recognition has as its objective to classify objects into different categories and classes. It is a fundamental component of artificial intelligence and computer vision. This thesis investigates the application of an efficient optimization method, known as Particle Swarm Optimization (PSO), to the field of pattern recognition and image processing. First a clustering method that is based on PSO is proposed. The application of the proposed clustering algorithm to the problem of unsupervised classification and segmentation of images is investigated. A new automatic image generation tool tailored specifically for the verification and comparison of various unsupervised image classification algorithms is then developed. A dynamic clustering algorithm which automatically determines the "optimum" number of clusters and simultaneously clusters the data set with minimal user interference is then developed. Finally, PSO-based approaches are proposed to tackle the color image quantization and spectral unmixing problems. In all the proposed approaches, the influence of PSO parameters on the performance of the proposed algorithms is evaluated. / Thesis (PhD)--University of Pretoria, 2006. / Computer Science / unrestricted
192

Computational methods for prediction of protein-ligand interactions

Mucs, Daniel January 2012 (has links)
This thesis contains three main sections. In the first section, we examine methodologies to discriminate Type II protein kinase inhibitors from the Type I inhibitors. We have studied the structure of 55 Type II kinase inhibitors and have notice specific descriptive geometric features. Using this information we have developed a pharmacophore and a shape based screening approach. We have found that these methods did not effectively discriminate between the two inhibitor types used independently, but when combined in a consecutive way – pharmacophore search first, then shape based screening, we have found a method that successfully filtered out all Type I molecules. The effect of protonation states and using different conformer generators were studied as well. This method was then tested on a freely available database of decoy molecules and again shown to be discriminative. In the second section of the thesis, we implement and assess swarm-based docking methods. We implement a repulsive particle swarm optimization (RPSO) based conformational search approach into Autodock 3.05. The performance of this approach with different parameters was then tested on a set of 51 protein ligand complexes. The effect of using different factoring for the cognitive, social and repulsive terms and the importance of the inertia weight were explored. We found that the RPSO method gives similar performance to the particle swarm optimization method. Compared to the genetic algorithm approach used in Autodock 3.05, our RPSO method gives better results in terms of finding lower energy conformations. In the final, third section we have implemented a Monte Carlo (MC) based conformer searching approach into Gaussian03. This enables high level quantum mechanics/molecular mechanics (QM/MM) potentials to be used in docking molecules in a protein active site. This program was tested on two Zn2+ ion-containing complexes, carbonic anhydrase II and cytidine deaminase. The effects of different QM region definitions were explored in both systems. A consecutive and a parallel docking approach were used to study the volume of the active site explored by the MC search algorithm. In case of the carbonic anhydrase II complex, we have used 1,2-difluorobenzene as a ligand to explore the favourable interactions within the binding site. With the cytidine deaminase complex, we have evaluated the ability of the approach to discriminate the native pose from other higher energy conformations during the exploration of the active site of the protein. We find from our initial calculations, that our program is able to perform a conformational search in both cases, and the effect of QM region definition is noticeable, especially in the description of the hydrophobic interactions within the carbonic anhydrase II system. Our approach is also able to find poses of the cytidine deaminase ligand within 1 Å of the native pose.
193

Incremental social learning in swarm intelligence systems

Montes De Oca Roldan, Marco 01 July 2011 (has links)
A swarm intelligence system is a type of multiagent system with the following distinctive characteristics: (i) it is composed of a large number of agents, (ii) the agents that comprise the system are simple with respect to the complexity of the task the system is required to perform, (iii) its control relies on principles of decentralization and self-organization, and (iv) its constituent agents interact locally with one another and with their environment. <p><p>Interactions among agents, either direct or indirect through the environment in which they act, are fundamental for swarm intelligence to exist; however, there is a class of interactions, referred to as "interference", that actually blocks or hinders the agents' goal-seeking behavior. For example, competition for space may reduce the mobility of robots in a swarm robotics system, or misleading information may spread through the system in a particle swarm optimization algorithm. One of the most visible effects of interference in a swarm intelligence system is the reduction of its efficiency. In other words, interference increases the time required by the system to reach a desired state. Thus, interference is a fundamental problem which negatively affects the viability of the swarm intelligence approach for solving important, practical problems.<p><p>We propose a framework called "incremental social learning" (ISL) as a solution to the aforementioned problem. It consists of two elements: (i) a growing population of agents, and (ii) a social learning mechanism. Initially, a system under the control of ISL consists of a small population of agents. These agents interact with one another and with their environment for some time before new agents are added to the system according to a predefined schedule. When a new agent is about to be added, it learns socially from a subset of the agents that have been part of the system for some time, and that, as a consequence, may have gathered useful information. The implementation of the social learning mechanism is application-dependent, but the goal is to transfer knowledge from a set of experienced agents that are already in the environment to the newly added agent. The process continues until one of the following criteria is met: (i) the maximum number of agents is reached, (ii) the assigned task is finished, or (iii) the system performs as desired. Starting with a small number of agents reduces interference because it reduces the number of interactions within the system, and thus, fast progress toward the desired state may be achieved. By learning socially, newly added agents acquire knowledge about their environment without incurring the costs of acquiring that knowledge individually. As a result, ISL can make a swarm intelligence system reach a desired state more rapidly. <p><p>We have successfully applied ISL to two very different swarm intelligence systems. We applied ISL to particle swarm optimization algorithms. The results of this study demonstrate that ISL substantially improves the performance of these kinds of algorithms. In fact, two of the resulting algorithms are competitive with state-of-the-art algorithms in the field. The second system to which we applied ISL exploits a collective decision-making mechanism based on an opinion formation model. This mechanism is also one of the original contributions presented in this dissertation. A swarm robotics system under the control of the proposed mechanism allows robots to choose from a set of two actions the action that is fastest to execute. In this case, when only a small proportion of the swarm is able to concurrently execute the alternative actions, ISL substantially improves the system's performance. / Doctorat en Sciences de l'ingénieur / info:eu-repo/semantics/nonPublished
194

Modélisation et résolution du problème d’implantation des ateliers de production : proposition d’une approche combinée Algorithme Génétique – Algorithme A* / Modeling and solving the problem of implementation of production workshops : proposition of a combined approach Algorithm genetic-algorithm A *

Besbes, Mariem 20 November 2019 (has links)
Pour faire face à la concurrence, les entreprises cherchent à améliorer leurs performances industrielles. L’une des solutions à ce défi réside dans la détermination de la meilleure configuration des ateliers de production. Ce type de problème est connu en anglais par Facility Layout Problem « FLP». Dans ce contexte, notre travail propose une méthodologie pour la définition de la configuration d’atelier à travers une approche réaliste. Plus précisément, notre objectif est de prendre en compte les distances réelles parcourues par les pièces dans l’atelier et des contraintes liées au système qui n’ont pas encore été intégrées aux modèles proposés dans la littérature. Pour ce faire, notre première contribution scientifique consiste à développer une nouvelle méthodologie qui utilise l’algorithme A* pour identifier les distances les plus courtes entre les postes de travail de manière réaliste. La méthodologie proposée combine l’Algorithme Génétique (AG) et l’algorithme A* afin d’explorer des espaces de solutions. Pour se rapprocher de plus en plus des cas réels, notre deuxième contribution consiste à présenter une nouvelle formulation généralisée du FLP initialement étudié, en tenant compte de différentes formes et de dimensions des équipements ainsi que de l’atelier. Les résultats obtenus prouvent l’applicabilité et la faisabilité de cette approche dans diverses situations. Une étude comparative de l’approche proposée avec les essaims particulaires intégrés avec A* a prouvé la qualité de la première approche en terme de coût de transport. Finalement, notre troisième contribution consiste à traiter le FLP dans un espace 3D où des contraintes spatiales sont intégrées dans la phase de modélisation. La résolution est une extension de la méthodologie proposée pour le problème 2D, qui intègre donc l'algorithme A* et l’AG afin de générer diverses configurations dans l’espace 3D. Pour chacune de ces contributions, une analyse de sensibilité des différents paramètres d’AG utilisés a été faite à l’aide de simulations de Monte Carlo. / To face the competition, companies seek to improve their industrial performance. One of the solutions to this challenge lies in determining the best configuration of the production workshops. This type of problem is known in English by Facility Layout Problem "FLP". In this context, our work proposes a methodology for the definition of the workshop configuration through a realistic approach. More precisely, our goal is to take into account the actual distances traveled by the parts in the workshop and system-related constraints that have not yet been incorporated into the models proposed in the literature. To do this, our first scientific contribution is to develop a new methodology that uses the A* algorithm to identify the shortest distances between workstations in a realistic way. The proposed methodology combines the Genetic Algorithm (GA) and the algorithm A* to explore solution spaces. To get closer to real cases, our second contribution is to present a new generalized formulation of FLP initially studied, taking into account different shapes and dimensions of the equipment and the workshop. The results obtained prove the applicability and the feasibility of this approach in various situations. A comparative study of the proposed approach with particle swarms integrated with A * proved the quality of the first approach in terms of transport cost. Finally, our third contribution is to treat the FLP in a 3D space where spatial constraints are integrated into the modeling phase. The resolution is an extension of the proposed methodology for the 2D problem, which therefore integrates the A * algorithm and the AG to generate various configurations in the 3D space. For each of these contributions, a sensitivity analysis of the different AG parameters used was made using Monte Carlo simulations.
195

Optimalizace metaheuristikami v Pythonu pomocí knihovny DEAP / Optimization by means of metaheuristics in Python using the DEAP library

Kesler, René January 2019 (has links)
{This thesis deals with optimization by means of metaheuristics, which are used for complicated engineering problems that cannot be solved by classical methods of mathematical programming. At the beginning, choosed metaheuristics are described: simulated annealing, particle swarm optimization and genetic algorithm; and then they are compared with use of test functions. These algorithms are implemented in Python programming language with use of package called DEAP, which is also described in this thesis. Algorithms are then applied for optimization of design parameters of the heat storage unit.
196

Systém pro automatickou kalibraci robotického nástroje / System for Automatic Calibration of a Robotic Tool

Šála, David January 2020 (has links)
This Master's thesis describes the design and implementation of an experimental sample for automatic calibration of a robotic tool using machine vision methods under the auspices of the company SANEZOO EUROPE s.r.o. It deals with the analysis of all used methods of performing TCP calibration, on the basis of which it is implemented. The application is based on the Point-counterpoint method, where the robot is guided against the calibration point from three different directions, all perpendicular to each other. The calibration point is set using the ArUco marker. In order to detect the endpoint are used images from two cameras that are at the right angles to each other. Using conventional computer vision methods and an HSV filter, the endpoint of the instrument is found in the images and is guided to the calibration point. From the obtained coordinates, the searched endpoint of the robotic tool in the robot coordinates is found using the optimization method Particle Swarm Optimization. This application, therefore, performs TCP calibration in a fast time, thus reducing production downtime almost without human intervention.
197

Planární antény se speciálními krycími vrstvami / Planar antennas with special superstrates

Zdráhal, Roman January 2008 (has links)
This diploma thesis deals with the modeling of planar antennas with special superstrates in the CST Microwave Studio. Attention is given to the electromagnetic bandgap (EBG) substrates. Firstly, the working principle of these special substrates and generally physical phenomena accompanying electromagnetic waves propagation in a periodic medium are analyzed. By modeling of basic EBG structures in CST their dispersion diagrams were obtained and afterwards compared to one another. The object of the second part of this thesis was modeling of a chosen antenna in CST. An Antenna placed first on the conventional and then on the EBG substrate - in both cases with special superstrates - is analyzed and compared to each other. In the third part of this thesis, the particle swarm optimization (PSO) technique was implemented in CST (VBA language), and was applied to the original design of the chosen antenna. In the final part of this thesis, the optimized antenna was modeled and analyzed in ANSOFT HFSS, and the results from both simulation programs are compared to each other.
198

Syntéza mikrovlnných rezonátorů / Synthesis of microwave resonators

Šeděnka, Vladimír January 2009 (has links)
The thesis deals with microwave resonators synthesis in Matlab environment. Due to the multi-objective optimization, the shape of the resonátor is subsequently changed to fit requested frequency properties. Particle swarm optimization and frequency domain finite element method are used. Accuracy of the different number of elements was tested. Values of several optimization parameters were balanced to reach the maximal efficiency of the optimization.
199

Vícekriteriální návrh pokrytí území rádiovým signálem / Radio Network Multiobjective Design

Víteček, Petr January 2014 (has links)
This thesis deals with radio network design for a chosen part of a map. Here map is represented by digital map file, which was created within the project DEM. First step is to calculate distances between points in chosen map. With help of optimization algorithms, appropriate position of transceiver in the map and parameters of radio systems are determined, also final coverage by radio signal, represented by intensity of electric field or received power in whole map. The optimization algorithm is used to find the best solution in terms of input parameters (e.g. power of transmitter, height of mast) and resulting coverage of land by radio signal.
200

Optimalizace nastavení závodního vozu simulátoru TORCS / Optimization of a Racing Car Setup within TORCS Simulator

Srnec, Pavel January 2012 (has links)
This master's thesis is about nature optimalization technigues. Evolution algortihms together with main thesis topic, Particle Swarm Optimization, is introduced in the following chapter. Car setup and simulator TORCS are introduced in next chapter. Design and implementation are introduced in next chapters. Destination of t master's thesis is finding optimal car setups for different curcuits.

Page generated in 0.0493 seconds