Auflistung nach Autor:in "Zgeras, Ioannis"
1 - 2 von 2
Treffer pro Seite
Sortieroptionen
- ZeitschriftenartikelParallel Function Optimisation Using Evolutionary Algorithms and Deterministic Neighbourhood Search(PARS: Parallel-Algorithmen, -Rechnerstrukturen und -Systemsoftware: Vol. 28, No. 1, 2011) Zgeras, Ioannis; Brehm, Jürgen; Reisch, AndreasModern computer hardware provides massive computational power by parallelism. However, many of the existing algorithms and frameworks are optimised for sequential execution and are not capable to be parallelised or do not scale well on complex parallel architectures. In our paper, we present a metaheuristic consisting of a parallel Evolutionary Algorithm and a parallel Neighbourhood Search. For the implementation massively parallel GPUs are used. This framework is evaluated on the application of function optimisation.
- ZeitschriftenartikelPBA2CUDA - A Framework for Parallelizing Population Based Algorithms Using CUDA(PARS-Mitteilungen: Vol. 31, Nr. 1, 2014) Zgeras, Ioannis; Brehm, Jürgen; Knoppik, MichaelTo increase the performance of a program, developers have to parallelize their code due to trends in modern hardware development. Since the parallelization of source code is paired with additional programming effort, it is desirable to provide developers with tools to help them by parallelizing source code. PBA2CUDA is a framework for semi-automatically parallelization of source code specialized in the algorithm class of Population Based Algorithms.