643 research outputs found

    Cosmic Swarms: A search for Supermassive Black Holes in the LISA data stream with a Hybrid Evolutionary Algorithm

    Full text link
    We describe a hybrid evolutionary algorithm that can simultaneously search for multiple supermassive black hole binary (SMBHB) inspirals in LISA data. The algorithm mixes evolutionary computation, Metropolis-Hastings methods and Nested Sampling. The inspiral of SMBHBs presents an interesting problem for gravitational wave data analysis since, due to the LISA response function, the sources have a bi-modal sky solution. We show here that it is possible not only to detect multiple SMBHBs in the data stream, but also to investigate simultaneously all the various modes of the global solution. In all cases, the algorithm returns parameter determinations within 5σ5\sigma (as estimated from the Fisher Matrix) of the true answer, for both the actual and antipodal sky solutions.Comment: submitted to Classical & Quantum Gravity. 19 pages, 4 figure

    TEDA: A Targeted Estimation of Distribution Algorithm

    Get PDF
    This thesis discusses the development and performance of a novel evolutionary algorithm, the Targeted Estimation of Distribution Algorithm (TEDA). TEDA takes the concept of targeting, an idea that has previously been shown to be effective as part of a Genetic Algorithm (GA) called Fitness Directed Crossover (FDC), and introduces it into a novel hybrid algorithm that transitions from a GA to an Estimation of Distribution Algorithm (EDA). Targeting is a process for solving optimisation problems where there is a concept of control points, genes that can be said to be active, and where the total number of control points found within a solution is as important as where they are located. When generating a new solution an algorithm that uses targeting must first of all choose the number of control points to set in the new solution before choosing which to set. The hybrid approach is designed to take advantage of the ability of EDAs to exploit patterns within the population to effectively locate the global optimum while avoiding the tendency of EDAs to prematurely converge. This is achieved by initially using a GA to effectively explore the search space before transitioning into an EDA as the population converges on the region of the global optimum. As targeting places an extra restriction on the solutions produced by specifying their size, combining it with the hybrid approach allows TEDA to produce solutions that are of an optimal size and of a higher quality than would be found using a GA alone without risking a loss of diversity. TEDA is tested on three different problem domains. These are optimal control of cancer chemotherapy, network routing and Feature Subset Selection (FSS). Of these problems, TEDA showed consistent advantage over standard EAs in the routing problem and demonstrated that it is able to find good solutions faster than untargeted EAs and non evolutionary approaches at the FSS problem. It did not demonstrate any advantage over other approaches when applied to chemotherapy. The FSS domain demonstrated that in large and noisy problems TEDA’s targeting derived ability to reduce the size of the search space significantly increased the speed with which good solutions could be found. The routing domain demonstrated that, where the ideal number of control points is deceptive, both targeting and the exploitative capabilities of an EDA are needed, making TEDA a more effective approach than both untargeted approaches and FDC. Additionally, in none of the problems was TEDA seen to perform significantly worse than any alternative approaches

    Evolutionary n-level hypergraph partitioning with adaptive coarsening

    Get PDF
    Hypergraph partitioning is an NP-hard problem that occurs in many computer science applications where it is necessary to reduce large problems into a number of smaller, computationally tractable sub-problems. Current techniques use a multilevel approach wherein an initial partitioning is performed after compressing the hypergraph to a predetermined level. This level is typically chosen to produce very coarse hypergraphs in which heuristic algorithms are fast and effective. This article presents a novel memetic algorithm which remains effective on larger initial hypergraphs. This enables the exploitation of information that can be lost during coarsening and results in improved final solution quality. We use this algorithm to present an empirical analysis of the space of possible initial hypergraphs in terms of its searchability at different levels of coarsening. We find that the best results arise at coarsening levels unique to each hypergraph. Based on this, we introduce an adaptive scheme that stops coarsening when the rate of information loss in a hypergraph becomes non-linear and show that this produces further improvements. The results show that we have identified a valuable role for evolutionary algorithms within the current state-of-the-art hypergraph partitioning framework

    Information-geometric optimization with natural selection

    Full text link
    Evolutionary algorithms, inspired by natural evolution, aim to optimize difficult objective functions without computing derivatives. Here we detail the relationship between population genetics and evolutionary optimization and formulate a new evolutionary algorithm. Optimization of a continuous objective function is analogous to searching for high fitness phenotypes on a fitness landscape. We summarize how natural selection moves a population along the non-euclidean gradient that is induced by the population on the fitness landscape (the natural gradient). Under normal approximations common in quantitative genetics, we show how selection is related to Newton's method in optimization. We find that intermediate selection is most informative of the fitness landscape. We describe the generation of new phenotypes and introduce an operator that recombines the whole population to generate variants that preserve normal statistics. Finally, we introduce a proof-of-principle algorithm that combines natural selection, our recombination operator, and an adaptive method to increase selection. Our algorithm is similar to covariance matrix adaptation and natural evolutionary strategies in optimization, and has similar performance. The algorithm is extremely simple in implementation with no matrix inversion or factorization, does not require storing a covariance matrix, and may form the basis of more general model-based optimization algorithms with natural gradient updates.Comment: changed titl

    Evolutionary Algorithms for Static and Dynamic Multiobjective Optimization

    Get PDF
    Many real-world optimization problems consist of a number of conflicting objectives that have to be optimized simultaneously. Due to the presence of multiple conflicting ob- jectives, there is no single solution that can optimize all the objectives. Therefore, the resulting multiobjective optimization problems (MOPs) resort to a set of trade-off op- timal solutions, called the Pareto set in the decision space and the Pareto front in the objective space. Traditional optimization methods can at best find one solution in a sin- gle run, thereby making them inefficient to solve MOPs. In contrast, evolutionary algo- rithms (EAs) are able to approximate multiple optimal solutions in a single run. This strength makes EAs good candidates for solving MOPs. Over the past several decades, there have been increasing research interests in developing EAs or improving their perfor- mance, resulting in a large number of contributions towards the applicability of EAs for MOPs. However, the performance of EAs depends largely on the properties of the MOPs in question, e.g., static/dynamic optimization environments, simple/complex Pareto front characteristics, and low/high dimensionality. Different problem properties may pose dis- tinct optimization difficulties to EAs. For example, dynamic (time-varying) MOPs are generally more challenging than static ones to EAs. Therefore, it is not trivial to further study EAs in order to make them widely applicable to MOPs with various optimization scenarios or problem properties. This thesis is devoted to exploring EAs’ ability to solve a variety of MOPs with dif- ferent problem characteristics, attempting to widen EAs’ applicability and enhance their general performance. To start with, decomposition-based EAs are enhanced by incorpo- rating two-phase search and niche-guided solution selection strategies so as to make them suitable for solving MOPs with complex Pareto fronts. Second, new scalarizing functions are proposed and their impacts on evolutionary multiobjective optimization are exten- sively studied. On the basis of the new scalarizing functions, an efficient decomposition- based EA is introduced to deal with a class of hard MOPs. Third, a diversity-first- and-convergence-second sorting method is suggested to handle possible drawbacks of convergence-first based sorting methods. The new sorting method is then combined with strength based fitness assignment, with the aid of reference directions, to optimize MOPs with an increase of objective dimensionality. After that, we study the field of dynamic multiobjective optimization where objective functions and constraints can change over time. A new set of test problems consisting of a wide range of dynamic characteristics is introduced at an attempt to standardize test environments in dynamic multiobjective optimization, thereby aiding fair algorithm comparison and deep performance analysis. Finally, a dynamic EA is developed to tackle dynamic MOPs by exploiting the advan- tages of both generational and steady-state algorithms. All the proposed approaches have been extensively examined against existing state-of-the-art methods, showing fairly good performance in a variety of test scenarios. The research work presented in the thesis is the output of initiative and novel attempts to tackle some challenging issues in evolutionary multiobjective optimization. This re- search has not only extended the applicability of some of the existing approaches, such as decomposition-based or Pareto-based algorithms, for complex or hard MOPs, but also contributed to moving forward research in the field of dynamic multiobjective optimiza- tion with novel ideas including new test suites and novel algorithm design

    An exploration of evolutionary computation applied to frequency modulation audio synthesis parameter optimisation

    Get PDF
    With the ever-increasing complexity of sound synthesisers, there is a growing demand for automated parameter estimation and sound space navigation techniques. This thesis explores the potential for evolutionary computation to automatically map known sound qualities onto the parameters of frequency modulation synthesis. Within this exploration are original contributions in the domain of synthesis parameter estimation and, within the developed system, evolutionary computation, in the form of the evolutionary algorithms that drive the underlying optimisation process. Based upon the requirement for the parameter estimation system to deliver multiple search space solutions, existing evolutionary algorithmic architectures are augmented to enable niching, while maintaining the strengths of the original algorithms. Two novel evolutionary algorithms are proposed in which cluster analysis is used to identify and maintain species within the evolving populations. A conventional evolution strategy and cooperative coevolution strategy are defined, with cluster-orientated operators that enable the simultaneous optimisation of multiple search space solutions at distinct optima. A test methodology is developed that enables components of the synthesis matching problem to be identified and isolated, enabling the performance of different optimisation techniques to be compared quantitatively. A system is consequently developed that evolves sound matches using conventional frequency modulation synthesis models, and the effectiveness of different evolutionary algorithms is assessed and compared in application to both static and timevarying sound matching problems. Performance of the system is then evaluated by interview with expert listeners. The thesis is closed with a reflection on the algorithms and systems which have been developed, discussing possibilities for the future of automated synthesis parameter estimation techniques, and how they might be employed

    Robust evolutionary methods for multi-objective and multdisciplinary design optimisation in aeronautics

    Get PDF

    A contribution to the finite element analysis of high-speed compressible flows and aerodynamics shape optimization

    Get PDF
    This work covers a contribution to two most interesting research elds in aerodynamics, the fi nite element analysis of high-speed compressible flows (Part I) and aerodynamic shape optimization (Part II). The fi rst part of this study aims at the development of a new stabilization formulation based on the Finite Increment Calculus (FIC) scheme for the Euler and Navier-Stokes equations in the context of the Galerkin nite element method (FEM). The FIC method is based on expressing the balance of fluxes in a spacetime domain of nite size. It is tried to prevent the creation of instabilities normally presented in the numerical solutions due to the high convective term and sharp gradients. In order to overcome the typical instabilities happening in the numerical solution of the high-speed compressible flows, two stabilization terms, called streamline term and transverse term, are added through the FIC formulation in space-time domain to the original conservative equations of mass, momentum and energy. Generally, the streamline term holding the direction of the velocity is responsible for stabilizing the spurious solutions produced from the convective term while the transverse term smooths the solution in the high gradient zones. An explicit fourth order Runge-Kutta scheme is implemented to advance the solution in time. In order to investigate the capability of the proposed formulation, some numerical test examples corresponding to subsonic, transonic and supersonic regimes for inviscid and viscous flows are presented. The behavior of the proposed stabilization technique in providing appropriate solutions has been studied especially near the zones where the solution has some complexities such as shock waves, boundary layer, stagnation point, etc. Although the derived methodology delivers precise results with a nearly coarse mesh, the mesh refinement technique is coupled in the solution to create a suitable mesh particularly in the high gradient zones. The comparison of the numerical results obtained from the FIC formulation with the reference ones demonstrates the robustness of the proposed method for stabilization of the Euler and Navier-Stokes equations. It is observed that the usual oscillations occur in the Galerkin FEM, especially near the high gradient zones, are cured by implementing the proposed stabilization terms. Furthermore, allowing the adaptation framework to modify the mesh, the quality of the results improves signi cantly. The second part of this thesis proposes a procedure for aerodynamic shape optimization combining Genetic Algorithm (GA) and mesh re nement technique. In particular, it is investigated the e ect of mesh re nement on the computational cost and solution accuracy during the process of aerodynamic shape optimization. Therefore, an adaptive remeshing technique is joined to the CFD solver for the analysis of each design candidate to guarantee the production of more realistic solutions during the optimum design process in the presence of shock waves. In this study, some practical transonic airfoil design problems using adap- tive mesh techniques coupled to Multi-Objective Genetic Algorithms (MOGAs) and Euler flow analyzer are addressed. The methodology is implemented to solve three practical design problems; the fi rst test case considers a reconstruction design optimization that minimizes the pressure error between a prede ned pressure curve and candidate pressure distribution. The second test considers the total drag minimization by designing airfoil shape operating at transonic speeds. For the final test case, a multi-objective design optimization is conducted to maximize both the lift to drag ratio (L/D) and lift coe cient (Cl). The solutions obtained with and without adaptive mesh re nement are compared in terms of solution accuracy and computational cost. These design problems under transonic speeds need to be solved with a ne mesh, particularly near the object, to capture the shock waves that will cost high computational time and require solution accuracy. By comparison of the the numerical results obtained with both optimization problems, the obtainment of direct bene ts in the reduction of the total computational cost through a better convergence to the final solution is evaluated. Indeed, the improvement of the solution quality when an adaptive remeshing technique is coupled with the optimum design strategy can be judged.El presente trabajo pretende contribuir a dos de los campos de investigaci on m as interesantes en la aerodin amica, el an alisis num erico de flujos compresibles a alta velocidad (Parte I) y la optimizaci on de la forma aerodin amica (Parte II). La primera parte de este estudio se centra en la soluci on num erica de las ecuaciones de Navier-Stokes, que modelan el comportamiento de flujos compresibles a alta velocidad. La discretizaci on espacial se lleva a cabo mediante el m etodo de elementos nitos (FEM) y se pone especial enfasis en el desarrollo de una nueva formulaci on estabilizada basada en la t ecnica de c alculo de Incremento fi nitos (FIC). En este ultima, los t erminos de estabilizaci on convectiva se obtienen de manera natural de las ecuaciones de gobierno a trav es de postulados de conservaci on y equilibrio de flujos en un dominio espacio-tiempo de tamaño nito. Ello lleva a la obtenci on de dos t erminos de estabilizaci on que funcionan de manera complementaria. Uno act ua en direcci on de las lineas de corriente proporcionando la estabilizaci on necesaria para contrarestrar las inestabilidades propias de la forma discreta de Galerkin y el otro t ermino, de tipo shock capturing, act ua de manera transversal a las l neas de corriente y permite mejorar la soluci on num erica alrededor de discontinuidades y otro tipos de fen omenos localizados en el campo de soluci on de problema. La forma discreta de las ecuaciones de gobierno se completa mediante un esquema de integraci on temporal expl icito de tipo de Runge-Kutta de 4to orden. El esquema de soluci on b asico propuesto se complementa con una t ecnica de re namiento adaptativo de malla que permite mejorar autom aticamente la soluci on num erica en zonas localizadas del dominio en que, dadas las caracter sticas del flujo, se necesita una mayor resoluci on espacial. Con el prop osito de investigar el comportamiento de la formulaci on num erica se estudian diferentes casos de an alisis que implican flujos viscosos y no viscosos en r egimen subs onico, trans onico y supers onico y se estudia con especial detalle el funcionamiento de la t ecnica de estabilizaci on propuesta. Los resultados obtenidos demuestran una exactitud satisfactoria y una buena correlaci on con resultados presentes en la literatura, incluso cuando se trabaja con discretizaciones espaciales relativamente gruesas. Adicionalmente, los estudios num ericos realizados demuestran que el empleo del esquema adaptativo de malla es e ficaz para incrementar la exactitud de la soluci on numerica manteniendo un bajo coste computacional. En la segunda parte de este estudio se propone un m etodo para la optimizaci on de formas aerodin amicas que combina algoritmos gen eticos multiobjetivo (MOGAs) y remallado adaptativo con el objetivo de asegurar, con un coste computacional m nimo, la calidad de la soluci on numerica empleada en el proceso de b usqueda de un determinado diseño objetivo, particularmente cuando el flujo presenta discontinuidades y gradientes muy localizados, ti picos de flujos a alta velocidad. La metodolog a se aplica a resolver tres problemas pr acticos de diseño de per les aerodin amicos en flujo trans onico que implican la optimizaci on de la distribuci on de presiones, minimizaci on de la resistencia de onda y maximizaci on conjunta de la sustentaci on y la relaci on sustentaci on/resistencia. Para cada uno de ellos se estudia el efecto del re namiento en la calidad de la soluci on num erica as como tambi en en el coste computacional y la convergencia del problema. Los estudios realizados demuestran la e cacia de la metodolog a propuesta
    corecore