• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 16
  • 12
  • 4
  • 1
  • Tagged with
  • 33
  • 33
  • 17
  • 13
  • 12
  • 8
  • 8
  • 8
  • 7
  • 6
  • 6
  • 5
  • 5
  • 5
  • 5
  • 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.
11

Parallele Genetische Algorithmen

Riedel, Marion. Köchel, Peter. January 2002 (has links)
Chemnitz, Techn. Univ., Studienarb., 2002.
12

New contributions to spatial partitioning and parallel global illumination algorithms

Garmann, Robert. Unknown Date (has links)
University, Diss., 2000--Dortmund. / Dateiformat: PDF.
13

Design and analysis of sequential and parallel single-source shortest paths algorithms

Meyer, Ulrich. Unknown Date (has links) (PDF)
University, Diss., 2002--Saarbrücken.
14

Parallel filter algorithms for data assimilation in oceanography

Nerger, Lars. Unknown Date (has links) (PDF)
University, Diss., 2004--Bremen. / Erscheinungsjahr an der Haupttitelstelle: 2003.
15

Parallele Genetische Algorithmen / Parallel Genetic Algorithms

Riedel, Marion 08 May 2002 (has links) (PDF)
The paper "Parallel Genetic Algorithms" discusses the theoretical basics of Evolutionary Algorithms concentrating on Genetic Algorithms. Possibilities for a parallelization of these algorithms are examined and explained on the basis of concepts of parallel programming. A concrete suggestion for a practical realization of a parallel Genetic Algorithm at different levels of complexity is presented. / Die Studienarbeit zum Thema "Parallele Genetische Algorithmen" befasst sich mit den theoretischen Grundlagen Evolutionärer Algorithmen, wobei die Konzentration bei Genetischen Algorithmen liegt, und untersucht die Möglichkeiten einer parallelen Realisierung dieser Algorithmen. Des weiteren werden Konzepte der Parallelen Programmierung diskutiert sowie ein konkreter Vorschlag zur praktischen Realisierung eines parallelen Genetischen Algorithmus' auf verschiedenen Komplexitätsebenen vorgestellt.
16

Parallele Genetische Algorithmen mit Anwendungen / Parallel Genetic Algorithms with Applications

Riedel, Marion 18 November 2002 (has links) (PDF)
The diploma thesis with the subject ¨Parallel Genetic Algorithms with Applications¨ deals with the parallelization of Genetic Algorithms for the creation of efficient optimization methods especially for simulation based application problems. First, an introduction to Genetic Algorithms and an overview of possible parallelization approaches as well as already published results of research are given. This is followed by a detailed explanation of the conception and realization of own Parallel Genetic Algorithms. The paper is rounded off by an particularized description of the results of extensive test runs on the Chemnitzer Linux-Cluster (CLiC). / Die Diplomarbeit zum Thema ¨Parallele Genetische Algorithmen mit Anwendungen¨ befasst sich mit der Parallelisierung Genetischer Algorithmen zur Erzeugung effizienter Optimierungsverfahren für insbesondere simulationsbasierte Anwendungsprobleme. Zunächst werden eine Einführung in Genetische Algorithmen sowie ein Überblick über mögliche Parallelisierungsansätze und bereits veröffentlichte Forschungsergebnisse gegeben. Dem schließt sich eine detaillierte Erläuterung der Konzeption und Umsetzung eigener Paralleler Genetischer Algorithmen an. Abgerundet wird die Arbeit durch eine ausführliche Darstellung der Ergebnisse umfangreicher Testläufe auf dem Chemnitzer Linux-Cluster (CLiC).
17

Sampling procedures for low temperature dynamics on complex energy landscapes

Nemnes, George Alexandru 22 May 2008 (has links) (PDF)
The present work deals with relaxation dynamics on complex energy landscapes. The state space of a complex system possesses, as a hallmark, the multitude of local minima separated by higher states, called barrier states. This feature gives rise to a host of non-equilibrium phenomena. From case to case, for different complex systems, ranging from atomic clusters, spin glasses and proteins to neural networks or financial markets, the key quantities like energy and temperature may have different meanings, though their functionality is the same. The numerical handling of relaxational dynamics in such complex systems, even for relatively small sizes, poses a tough challenge if the entire state space is to be considered. Here, state space sampling procedures are introduced that provide an accurate enough description for the low temperature dynamics, using small subsets from the original state space. As test cases, short range Ising spin systems were considered. The samples - depending on the way they are constructed - provide either lower bounds for the largest relaxation timescales in a quasi-ergodic component of the state space or the isothermal relaxation of the mean energy, like in the proposed DRS method. Upon the latter procedure, a parallel heuristic is built which gives the possibility of handling large samples. The collected structural data provides information of the state space topology in systems with different levels of frustration, like disordered ferromagnets and spin glasses. It provides insights into the focusing/anti-focusing types of landscapes, which give rise to different ground state accessibilities. For the large samples, the domain formation and growth has been analysed and compared with existing experimental and numerical data in literature. The algorithms proposed here become more and more accurate as the temperature is decreased and therefore they can provide an alternative to the classical Monte Carlo approach for this temperature range.
18

Verwendung von Grafikprozessoren zur Simulation von Diffusionsprozessen mit zufälligen Sierpiński-Teppichen

Lang, Jens 20 May 2009 (has links) (PDF)
In dieser Arbeit wurde ein Verfahrung zur Random-Walk-Simulation auf fraktalen Strukturen untersucht. Es dient der Simulation von Diffusion in porösen Materialien. Konkret wurde der Mastergleichungsansatz zur Simulation eines Random Walks auf Sierpiński-Teppichen für GPGPUs (General Purpose Graphics Processing Units) in drei verschiedenen Versionen implementiert: Zunächst wurde die gesamte Fläche in einem zweidimensionalen Array gespeichert. Danach wurde eine Version untersucht, bei der nur die begehbaren Felder abgespeichert wurden. Diese Vorgehensweise spart Speicher, da die Sierpiński-Teppiche meist nur dünn besetzt sind. Weiter wurde die Implementierung verbessert, indem die Fläche jeweils dynamisch erweitert wird, wenn die Simulation an den Rand des vorhandenen Gebietes stößt. Die genutzten Grafikprozessoren arbeiten nach dem SIMD-Prinzip. Daher wurde zusätzlich untersucht, ob sich Laufzeitverbesserungen ergeben, wenn der Code dahingehend optimiert wird. Die Ergebnisse zeigen, dass sich in der Tat eine kürzere Laufzeit ergibt, wenn nur noch begehbare Felder abgespeichert werden. Noch weiter kann die Laufzeit mit der dynamischen Erweiterung der Simulationsfläche verkürzt werden. Optimierungen für die SIMD-Arbeitsweise der Prozessoren bringen jedoch keine Laufzeitver besserung. / This thesis investigates an algorithm for random walk simulations on fractal structures. Its purpose is the simulation of diffusion in porous materials. Indeed the master equation approach for the simulation of random walks on Sierpiński carpets has been implemented for GPGPUs (general purpose graphics processing units) in three different versions: In the first approach the whole carpet has been saved in a two-dimensional array. Secondly a version was investigated that only saves the present cells. This strategy saves memory as Sierpiński carpets are generally sparse. The implementation has been further improved by extending the carpet dynamically each time when the simulation reaches its current border. The graphics processing units that were used have a SIMD architecture. Therefore it has been investigated additionally if optimization for the SIMD architecture leads to performance improvements. The results show that execution time does indeed decrease if only present cells are being saved. It can be decreased further by dynamically extending the carpet. Optimizations for the SIMD architecture did not result in a reduced execution time.
19

Accelerated nonrigid image registration

Rohrer, Jonathan January 2009 (has links)
Zugl.: Zürich, Techn. Hochsch., Diss., 2009
20

Parallele Genetische Algorithmen mit Anwendungen

Riedel, Marion. January 2002 (has links)
Chemnitz, Techn. Univ., Diplomarb., 2002.

Page generated in 0.0736 seconds