355 research outputs found

    Multi agent collaborative search based on Tchebycheff decomposition

    Get PDF
    This paper presents a novel formulation of Multi Agent Collaborative Search, for multi-objective optimization, based on Tchebycheff decomposition. A population of agents combines heuristics that aim at exploring the search space both globally (social moves) and in a neighborhood of each agent (individualistic moves). In this novel formulation the selection process is based on a combination of Tchebycheff scalarization and Pareto dominance. Furthermore, while in the previous implementation, social actions were applied to the whole population of agents and individualistic actions only to an elite sub-population, in this novel formulation this mechanism is inverted. The novel agent-based algorithm is tested at first on a standard benchmark of difficult problems and then on two specific problems in space trajectory design. Its performance is compared against a number of state-of-the-art multi objective optimization algorithms. The results demonstrate that this novel agent-based search has better performance with respect to its predecessor in a number of cases and converges better than the other state-of-the-art algorithms with a better spreading of the solutions

    On the use of two reference points in decomposition based multiobjective evolutionary algorithms

    Get PDF
    Decomposition based multiobjective evolutionary algorithms approximate the Pareto front of a multiobjective optimization problem by optimizing a set of subproblems in a collaborative manner. Often, each subproblem is associated with a direction vector and a reference point. The settings of these parameters have a very critical impact on convergence and diversity of the algorithm. Some work has been done to study how to set and adjust direction vectors to enhance algorithm performance for particular problems. In contrast, little effort has been made to study how to use reference points for controlling diversity in decomposition based algorithms. In this paper, we first study the impact of the reference point setting on selection in decomposition based algorithms. To balance the diversity and convergence, a new variant of the multiobjective evolutionary algorithm based on decomposition with both the ideal point and the nadir point is then proposed. This new variant also employs an improved global replacement strategy for performance enhancement. Comparison of our proposed algorithm with some other state-of-the-art algorithms is conducted on a set of multiobjective test problems. Experimental results show that our proposed algorithm is promising

    A Preference-guided Multiobjective Evolutionary Algorithm based on Decomposition

    Get PDF
    Multiobjective evolutionary algorithms based on decomposition (MOEA/Ds) represent a class of widely employed problem solvers for multicriteria optimization problems. In this work we investigate the adaptation of these methods for incorporating preference information prior to the optimization, so that the search process can be biased towards a Pareto-optimal region that better satisfies the aspirations of a decision-making entity. The incorporation of the Preference-based Adaptive Region-of-interest (PAR) framework into the MOEA/D requires only the modification of the reference points used within the scalarization function, which in principle allows a straightforward use in more sophisticated versions of the base algorithm. Experimental results using the UF benchmark set suggest gains in diversity within the region of interest, without significant losses in convergence

    Polymer single screw extruder optimization using tchebycheff scalarization method and simulated annealing algorithm

    Get PDF
    The single screw extrusion optimal design involves the optimization of six criteria that can be efficiently handled by a weighted Tchebycheff scalarization method. The performance of the method has been analyzed for three different methods to generate weight vectors. The experimental results show that the tested strategies provide similar and reasonable solutions and supply a valuable procedure to identify good trade-offs between conflicting objectives.European Union’s Horizon 2020 research and innovation programme under the Marie Skłodowska-Curie grant agreement No. 734205- H2020-MSCA-RISE-2017. The work has also been supported by FCT – Fundação para a Ciência e Tecnologia within the R&D Units Project Scope: UIDB/00319/2020, UIDB/00013/2020 and UIDP/00013/2020 of CMAT-U

    Desenvolvimento de um Algoritmo de Decomposição Híbrido Bioinspirado Baseado em Baleias e Estratégias de Evolução Diferencial para Otimização Multiobjetivo

    Get PDF
    A Multiobjective Optimization Problem (MOP) requires the optimization of several objective functions simultaneously, usually in conflict with each other. One of the most efficient algorithms for solving MOPs is MOEA/D (Multiobjective Evolutionary Algorithm Based on Decomposition), which decomposes a MOP into single-objective optimization subproblems and solves them using information from neighboring subproblems. MOEA/D variants with other evolutionary operators have emerged over the years, improving their efficiency in various MOPs. Recently, the IWOA (Improved Whale Optimization Algorithm) was proposed, an optimization algorithm bioinspired by the whale hunting method hybridized with Differential Evolution, which presented excellent results in single-objective optimization problems. This work proposes the MOEA/D-IWOA algorithm, which associates characteristics of the evolutionary operators of the IWOA to MOEA/D. Computational experiments were accomplished to analyze the performance of the MOEA/D-IWOA in benchmark MOPs suites. The results were compared with those obtained by the MOEA/D, Non-dominated Sorting Genetic Algorithm II (NSGA-II), Third Evolution Step of Generalized Differential Evolution (GDE3), Improving the Strength Pareto Evolutionary Algorithm (SPEA2), and Indicator-Based Evolutionary Algorithm (IBEA) algorithms in the Hypervolume and Inverted Generational Distance Plus (IGD+) indicators. The MOEA/D-IWOA proved to be competitive, with a good performance profile, in addition to presenting the best results in some POMs.Um Problema de Otimização Multiobjetivo (POM) requer a otimização de várias funções objetivo simultaneamente, geralmente conflitantes entre si. Um dos algoritmos mais eficientes para resolver POMs é o MOEA/D (Multiobjective Evolutionary Algorithm Based on Decomposition), que decompõe um POM em subproblemas de otimização monobjetivo, isto é, com uma única função objetivo a ser minimizada, e os resolve usando informações de subproblemas vizinhos. Variantes do MOEA/D com outros operadores evolutivos surgiram ao longo dos anos, melhorando sua eficiência em diversos POMs. Recentemente foi proposto o IWOA (Improved Whale Optimization Algorithm), um algoritmo de otimização bioinspirado no método de caça das baleias hibridizado com Evolução Diferencial que apresentou ótimos resultados em problemas de otimização monobjetivo. Esse trabalho propõe o algoritmo MOEA/D-IWOA, que extende o IWOA para resolver POMs associando características dos seus operadores evolutivos ao MOEA/D. Experimentos computacionais para analisar o desempenho do MOEA/D-IWOA em POMs benchmark foram realizados e os resultados comparados aos obtidos pelos algoritmos bem conhecidos da literatura, a saber, MOEA/D, Non-dominated Sorting Genetic Algorithm II (NSGA-II), Third Evolution Step of Generalized Differential Evolution (GDE3), Improving the Strength Pareto Evolutionary Algorithm (SPEA2) e Indicator-Based Evolutionary Algorithm (IBEA) nos indicadores Hypervolume e Inverted Generational Distance Plus (IGD+). O MOEA/D-IWOA se mostrou competitivo, com bom perfil de desempenho, além de apresentar os melhores resultados em alguns POMs

    The MOEADr Package – A Component-Based Framework for Multiobjective Evolutionary Algorithms Based on Decomposition

    Get PDF
    Multiobjective Evolutionary Algorithms based on Decomposition (MOEA/D) represent a widely used class of population-based metaheuristics for the solution of multicriteria optimization problems. We introduce the MOEADr package, which offers many of these variants as instantiations of a component-oriented framework. This approach contributes for easier reproducibility of existing MOEA/D variants from the literature, as well as for faster development and testing of new composite algorithms. The package offers an standardized, modular implementation of MOEA/D based on this framework, which was designed aiming at providing researchers and practitioners with a standard way to discuss and express MOEA/D variants. In this paper we introduce the design principles behind the MOEADr package, as well as its current components. Three case studies are provided to illustrate the main aspects of the package
    • …
    corecore