Metaheuristic Optimization Frameworks: a Survey and Benchmarking

Total Page:16

File Type:pdf, Size:1020Kb

Metaheuristic Optimization Frameworks: a Survey and Benchmarking Soft Comput (2012) 16:527–561 DOI 10.1007/s00500-011-0754-8 ORIGINAL PAPER Metaheuristic optimization frameworks: a survey and benchmarking Jose´ Antonio Parejo • Antonio Ruiz-Corte´s • Sebastia´n Lozano • Pablo Fernandez Published online: 28 August 2011 Ó Springer-Verlag 2011 Abstract This paper performs an unprecedented com- and affordable time and cost. However, heuristics are parative study of Metaheuristic optimization frameworks. usually based on specific characteristics of the problem at As criteria for comparison a set of 271 features grouped in hand, which makes their design and development a com- 30 characteristics and 6 areas has been selected. These plex task. In order to solve this drawback, metaheuristics features include the different metaheuristic techniques appear as a significant advance (Glover 1977); they are covered, mechanisms for solution encoding, constraint problem-agnostic algorithms that can be adapted to incor- handling, neighborhood specification, hybridization, par- porate the problem-specific knowledge. Metaheuristics allel and distributed computation, software engineering have been remarkably developed in recent decades (Voß best practices, documentation and user interface, etc. A 2001), becoming popular and being applied to many metric has been defined for each feature so that the scores problems in diverse areas (Glover and Kochenberger 2002; obtained by a framework are averaged within each group of Back et al. 1997). However, when new are considered, features, leading to a final average score for each frame- metaheuristics should be implemented and tested, implying work. Out of 33 frameworks ten have been selected from costs and risks. the literature using well-defined filtering criteria, and the As a solution, object-oriented paradigm has become a results of the comparison are analyzed with the aim of successful mechanism used to ease the burden of applica- identifying improvement areas and gaps in specific tion development and particularly, on adapting a given frameworks and the whole set. Generally speaking, a sig- metaheuristic to the specific problem to solve. Based on nificant lack of support has been found for hyper-heuristics, this paradigm, there are a number of proposals which and parallel and distributed computing capabilities. It is jointly offer support for the most widespread techniques, also desirable to have a wider implementation of some platforms and languages. In this article, we coin these kind Software Engineering best practices. Finally, a wider sup- of approaches as metaheuristic optimization frameworks port for some metaheuristics and hybridization capabilities (MOFs). is needed. In addition to the advantages of having pre-implemented metaheuristics in terms of testing and reuse, using a MOF can provide a valuable benefit. They support the evaluation 1 Introduction and motivation and comparison of different metaheuristics to select the best performing one for the problem at hand. Heuristic methods have proven to be a comprehensive tool However, as the number of alternatives is extensive (we to solve hard optimization problems; they bring a balance have identified 33 different MOFs in literature) this of ‘‘good’’ solutions (relatively close to global optimum) becomes a double-edged sword and the choice of the right MOF results in a major issue. Due to the wide number of metaheuristics (and variants), each of the MOFs is focused on a particular subset; in this context, not choosing the J. A. Parejo (&) Á A. Ruiz-Corte´s Á S. Lozano Á P. Fernandez University of Sevilla, Seville, Spain right MOF leads to a no-win situation; this would imply e-mail: [email protected] further costs due to the change from one MOF to another, 123 528 J. A. Parejo et al. or the risk of obtaining a sub-optimal solution due to the new versions). Moreover, the possibility of downloading use of inappropriate metaheuristics. the benchmark as a spreadsheet and tailoring it to user A comparative framework is a useful tool to guide a needs by modifying its weights is also crucial for making it selection of the MOF that best suits a particular scenario. more relevant and applicable. However comparisons of frameworks in literature are The remainder of this article is organized as follows: either informal evaluations using author criteria or focused Section 2 defines what a metaheuristic optimization on performance (Wilson et al. 2004). Gagne` and Parizeau framework is and outlines the advantages and disadvan- (2006) present a comparison (over 6 features) of MOFs tages of using such tools. Next, Sect. 3 describes the supporting evolutionary algorithms. Voß (2002) presents a methodology used to create our comparative framework constructive discussion of various software libraries, but divided into six areas. In further sections, each area is there is a lack of a comparative analysis. Alternatively, developed in detail (Sects. 4 to 9), defining a set of char- some articles (such as Cahon et al. 2004; Di Gaspero and acteristics, its importance, metrics and data sources used Schaerf 2003) presenting a concrete MOF, include a related for its evaluation. In each section, charts and interesting work section with a comparison of specific features with results on the current support by the selected MOFs are other MOFs; however, those works present a narrow per- provided. In Sect. 10 we discuss the results obtained from a spective with a comparison of a reduced set of MOFs. global perspective, showing significant gaps and general To the best of our knowledge, no general reviews nor tendencies. Finally, in Sect. 11 we summarize and present detailed comparative studies of MOFs have been con- the main conclusions and future work. ducted in the literature. Moreover, a conceptual discussion Details about MOF assessment are provided as tables in about the desirable set of features of a MOF has not been ‘‘Appendix’’ and at http://www.isa.us.es/MOFComparison. carried out. The key point of this article is to provide a general comparative framework to guide the selection of a partic- 2 Metaheuristic optimization frameworks ular MOF and to evaluate the current MOFs found in the literature from a research perspective. In doing so, this Problem types that model real-life situations (e.g. traveling article extends the comparative framework of Gagne` and salesman problem, knapsack problem, MAX-SAT prob- Parizeau (2006) including frameworks that incorporate lem, etc.) have concrete instances that have a solution several types of metaheuristic techniques (cf. Sect. 4) and space that contains specific solutions. When those solutions presents a comparative analysis of a large set of features. are evaluated using an objective function (or a set of Specifically, this paper advances the state of the art in functions for multi-objective problems) we can define an the following: optimization problem as searching for the solution that provides the maximum (or minimum) value. 1. A general comparative framework for MOFs that can According to Glover and Kochenberger (2002)we be used to classify, evaluate and compare them. define metaheuristics as: ‘‘An iterative process that guides 2. An analysis of the current relevant MOFs in the the operation of one or more subordinate heuristics (which literature based in the comparative framework may be from a local search process, to a constructive proposed. process of random solutions) to efficiently produce quality 3. An evaluation of the current state of the art of MOFs solutions for a problem’’. An interesting concept in this from the research context that can be used: (i) to guide definition is the establishment of two distinct levels for newcomers in the area and (ii) to identify relevant gaps metaheuristic problem solving: the heuristic level that is by to MOF developers. definition highly dependent on the problem, and the It is important to highlight that the main value of this metaheuristic level based on the aforementioned level but study lies neither in comparing the rankings of two con- expressed as a problem-independent process. For instance, crete MOFs in a feature or characteristic, nor in stating when we apply simulated annealing (SA) (Kirkpatrick which MOF better fulfills the benchmark criteria. The main et al. 1983), we use three subordinate heuristics: the crea- contribution of the paper is the establishment of a general tion of an initial solution to the problem, the generation of comparison framework which clearly defines the set of similar (neighboring) solutions to another solution by some desirable features of MOFs; depicting a real ‘‘state of the criterion; and the evaluation of solutions (objective func- art’’ MOF with improvement directions and gaps in fea- tion). These heuristics are highly dependent on the specific tures support. This comparison framework has shown its problem addressed and how we encode solutions, but based value an generality, allowing the evaluation of the new on them, we can establish a general iterative algorithm that versions of assessed MOFs released during the realization has been successfully applied to a huge variety of of this study without modifications (four MOFs released problems. 123 Metaheuristic optimization frameworks 529 Thus, for each metaheuristic technique and type of 2.1 Why are MOFs valuable? problem, we have a set of subordinate heuristics that define how the metaheuristic is adapted to the problem-type at The No Free Lunch (NFL) theorem of Wolpert and Mac- hand. Note that a given problem-type may have multiple ready (1997) can be summarized as follows: ‘‘There
Recommended publications
  • Appendix H: MOEA Software Availability
    H MOEA Software Availability H.1 Introduction This appendix describes some of the main public-domain MOEA software that is currently available. This description includes the following information: Name: Name of the software system Description: Any relevant information about the system Environment: Software environment for which the software is intended Language: Programming language in which the software is written Availability: Software availability Original sources of each of the systems analyzed are cited, but readers should be aware of the fact that many of these systems are also mirrored at the EMOO repository located at (see under Software): http://delta.cs.cinvestav.mx/~ccoello/EMOO/ with a mirror at: http://www.lania.mx/~ccoello/EMOO Note that although commercial software for multi-objective optimization also exists (e.g., iSIGHT, which is briefly described in Chapter 5), such systems are not included here, since we limited the contents of this appendix to public- domain software. 678 H MOEA Software Availability Table H.1: MOEA Software Name Description Environment Availability Metaheuristic Includes imple- Any platform Antonio J. Nebro Algorithms in mentations in supporting Java ([email protected]), or download Java (JMetal) Java of: NSGA-II at: http://neo.lcc.uma.es/metal/ [358], SPEA2 index.html [1712], PAES [858], OMOPSO [1546], AbYSS [1137], MOCell [1136]. It also includes several test functions Multiple- Includes: Pareto Linux/Unix; Andrzej Jaszkiewicz Objective Simulated An- Standard C++ ([email protected]) MetaHeuristics
    [Show full text]
  • Metaheuristic Optimization Frameworks: a Survey and Benchmarking
    Soft Comput DOI 10.1007/s00500-011-0754-8 ORIGINAL PAPER Metaheuristic optimization frameworks: a survey and benchmarking Jose´ Antonio Parejo • Antonio Ruiz-Corte´s • Sebastia´n Lozano • Pablo Fernandez Ó Springer-Verlag 2011 Abstract This paper performs an unprecedented com- and affordable time and cost. However, heuristics are parative study of Metaheuristic optimization frameworks. usually based on specific characteristics of the problem at As criteria for comparison a set of 271 features grouped in hand, which makes their design and development a com- 30 characteristics and 6 areas has been selected. These plex task. In order to solve this drawback, metaheuristics features include the different metaheuristic techniques appear as a significant advance (Glover 1977); they are covered, mechanisms for solution encoding, constraint problem-agnostic algorithms that can be adapted to incor- handling, neighborhood specification, hybridization, par- porate the problem-specific knowledge. Metaheuristics allel and distributed computation, software engineering have been remarkably developed in recent decades (Voß best practices, documentation and user interface, etc. A 2001), becoming popular and being applied to many metric has been defined for each feature so that the scores problems in diverse areas (Glover and Kochenberger 2002; obtained by a framework are averaged within each group of Back et al. 1997). However, when new are considered, features, leading to a final average score for each frame- metaheuristics should be implemented and tested, implying work. Out of 33 frameworks ten have been selected from costs and risks. the literature using well-defined filtering criteria, and the As a solution, object-oriented paradigm has become a results of the comparison are analyzed with the aim of successful mechanism used to ease the burden of applica- identifying improvement areas and gaps in specific tion development and particularly, on adapting a given frameworks and the whole set.
    [Show full text]
  • Paradiseo-MO: from Fitness Landscape Analysis to Efficient
    ParadisEO-MO: From Fitness Landscape Analysis to Efficient Local Search Algorithms Jérémie Humeau, Arnaud Liefooghe, El-Ghazali Talbi, Sébastien Verel To cite this version: Jérémie Humeau, Arnaud Liefooghe, El-Ghazali Talbi, Sébastien Verel. ParadisEO-MO: From Fitness Landscape Analysis to Efficient Local Search Algorithms. [Research Report] RR-7871, 2012. hal- 00665421v1 HAL Id: hal-00665421 https://hal.inria.fr/hal-00665421v1 Submitted on 1 Feb 2012 (v1), last revised 4 Jun 2013 (v2) HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. ParadisEO-MO: From Fitness Landscape Analysis to Efficient Local Search Algorithms Jérémie Humeau, Arnaud Liefooghe, El-Ghazali Talbi, Sébastien Verel RESEARCH REPORT N° 7871 February 2012 Project-Team Dolphin ISSN 0249-6399 ISRN INRIA/RR--7871--FR+ENG ParadisEO-MO: From Fitness Landscape Analysis to Efficient Local Search Algorithms Jérémie Humeau∗, Arnaud Liefooghe†, El-Ghazali Talbi‡, Sébastien Verel§ Project-Team Dolphin Research Report n° 7871 — February 2012 — 34 pages Abstract: This document presents a general-purpose software framework dedicated to the design, the analysis and the implementation of local search algorithms: ParadisEO-MO. A sub- stantial number of single-solution based local search metaheuristics has been proposed so far, and an attempt of unifying existing approaches is here presented.
    [Show full text]
  • Arxiv:1903.02915V2 [Cs.NE] 17 Apr 2019 an Important Factor That Has Ignited the Widespread Adop- Namic Problems
    jMetalPy: a Python Framework for Multi-Objective Optimization with Metaheuristics Antonio Ben´ıtez-Hidalgoa, Antonio J. Nebroa, Jose´ Garc´ıa-Nietoa, Izaskun Oregib, Javier Del Serb,c,d aDepartamento de Lenguajes y Ciencias de la Computaci´on,Ada Byron Research Building, University of M´alaga, 29071 M´alaga, Spain bTECNALIA, 48160 Derio, Spain cUniversity of the Basque Country (UPV/EHU), 48013 Bilbao, Spain dBasque Center for Applied Mathematics (BCAM), 48009 Bilbao, Spain Abstract This paper describes jMetalPy, an object-oriented Python-based framework for multi-objective optimization with metaheuristic techniques. Building upon our experiences with the well-known jMetal framework, we have developed a new multi-objective optimization software platform aiming not only at replicating the former one in a different programming language, but also at taking advantage of the full feature set of Python, including its facilities for fast prototyping and the large amount of available libraries for data processing, data analysis, data visualization, and high-performance computing. As a result, jMetalPy provides an environment for solving multi-objective optimization problems focused not only on traditional metaheuristics, but also on techniques supporting preference articulation and dynamic problems, along with a rich set of features related to the automatic generation of statistical data from the results generated, as well as the real-time and interactive visualization of the Pareto front approximations produced by the algorithms. jMetalPy offers additionally support for parallel computing in multicore and cluster systems. We include some use cases to explore the main features of jMetalPy and to illustrate how to work with it. Keywords: Multi-Objective Optimization, Metaheuristics, Software Framework, Python, Statistical Analysis, Visualization 1.
    [Show full text]
  • Paradiseo-MOEO Arnaud Liefooghe, Laetitia Jourdan, El-Ghazali Talbi
    A software framework based on a conceptual unified model for evolutionary multiobjective optimization: ParadisEO-MOEO Arnaud Liefooghe, Laetitia Jourdan, El-Ghazali Talbi To cite this version: Arnaud Liefooghe, Laetitia Jourdan, El-Ghazali Talbi. A software framework based on a conceptual unified model for evolutionary multiobjective optimization: ParadisEO-MOEO. European Journal of Operational Research, Elsevier, 2011, 209 (2), pp.104-112. 10.1016/j.ejor.2010.07.023. hal-00522612 HAL Id: hal-00522612 https://hal.archives-ouvertes.fr/hal-00522612 Submitted on 1 Oct 2010 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. European Journal of Operational Research xxx (2010) xxx–xxx Contents lists available at ScienceDirect European Journal of Operational Research journal homepage: www.elsevier.com/locate/ejor Decision Support A software framework based on a conceptual unified model for evolutionary multiobjective optimization: ParadisEO-MOEO ⇑ Arnaud Liefooghe a,b, , Laetitia Jourdan a, El-Ghazali Talbi a,c a Université Lille 1, Laboratoire d’Informatique Fondamentale de Lille, UMR CNRS 8022, INRIA Lille-Nord Europe, Parc Scientifique de la Haute Borne, 40 Avenue Halley, 59650 Villeneuve d’Ascq, France b University of Coimbra, CISUC, Department of Informatics Engineering, Portugal c King Saud University, Riyadh, Saudi Arabia article info abstract Article history: This paper presents a general-purpose software framework dedicated to the design and the implementa- Received 24 April 2009 tion of evolutionary multiobjective optimization techniques: ParadisEO-MOEO.
    [Show full text]
  • Parallel Evolutionary Algorithms for Multi- Objective Optimization
    Parallel evolutionary algorithms for multi- objective optimization Prof. El-Ghazali TALBI University Lille 1 [email protected] www.lifl.fr/~talbi Motivations . High-dimensional and complex optimization problems in many areas of academic and industrial concern Telecommunication, genomics, transportation, engineering design, … . Metaheuristics (ex. EAs) reduce the computational complexity of search BUT Parallel issue remains important: . More and more complex metaheuristics . Huge search space . CPU or memory intensive of the objective function Motivations . Rapid development of technology . Processors: Multi-core processors, GPU, … . Networks (LAN & WAN): Myrinet, Infiniband, Optical networks, … . Data storage . Increasing ratio performance / cost Goals . Speedup the search real-time and interactive optimization methods, dynamic optimisation, … . Improve quality of solutions cooperation, better even on a single processor . Improve robustness (different instances, design space) . Solving large problems instances, accuracy of mathematics models Taxonomy of metaheuristics Metaheuristics Single Population solution Hill Simulated Tabu Evol. Swarm Climbing annealing search algorithms optimisation . Solution-based metaheuristics: Hill Climbing, Simulated Annealing, Tabu Search, VNS, … . Population-based metaheuristics: Evolutionary Algorithms, Scatter Search, Swarm optimization, … Outline . Parallel Metaheuristics: Design issues . Parallel Metaheuristics: Implementation issues . Hardware platforms, Programming models . Performance
    [Show full text]
  • Paradiseo-MOEO Arnaud Liefooghe, Laetitia Jourdan, El-Ghazali Talbi
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by HAL - Lille 3 A Unified Model for Evolutionary Multiobjective Optimization and its Implementation in a General Purpose Software Framework: ParadisEO-MOEO Arnaud Liefooghe, Laetitia Jourdan, El-Ghazali Talbi To cite this version: Arnaud Liefooghe, Laetitia Jourdan, El-Ghazali Talbi. A Unified Model for Evolutionary Mul- tiobjective Optimization and its Implementation in a General Purpose Software Framework: ParadisEO-MOEO. [Research Report] RR-6906, INRIA. 2009. <inria-00376770> HAL Id: inria-00376770 https://hal.inria.fr/inria-00376770 Submitted on 20 Apr 2009 HAL is a multi-disciplinary open access L'archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destin´eeau d´ep^otet `ala diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publi´esou non, lished or not. The documents may come from ´emanant des ´etablissements d'enseignement et de teaching and research institutions in France or recherche fran¸caisou ´etrangers,des laboratoires abroad, or from public or private research centers. publics ou priv´es. INSTITUT NATIONAL DE RECHERCHE EN INFORMATIQUE ET EN AUTOMATIQUE A Unified Model for Evolutionary Multiobjective Optimization and its Implementation in a General Purpose Software Framework: ParadisEO-MOEO Arnaud Liefooghe — Laetitia Jourdan — El-Ghazali Talbi N° 6906 April 2009 Thème NUM apport de recherche ISSN 0249-6399 ISRN INRIA/RR--6906--FR+ENG A Unified Model for Evolutionary Multiobjective Optimization and its Implementation in a General Purpose Software Framework: ParadisEO-MOEO Arnaud Liefooghe , Laetitia Jourdan , El-Ghazali Talbi Th`eme NUM — Syst`emes num´eriques Equipe-Projet´ Dolphin Rapport de recherche n° 6906 — April 2009 — 28 pages Abstract: This paper gives a concise overview of evolutionary algorithms for multiobjective optimization.
    [Show full text]
  • An Experimental Comparison of Metaheuristic Frameworks for Multi-Objective Optimization
    An experimental comparison of metaheuristic frameworks for multi-objective optimization | Extended study | Technical Report Aurora Ram´ırez, Rafael Barbudo and Jos´eRa´ulRomero1 Knowledge Discovery and Intelligent Systems Research Group Department of Computer Science and Numerical Analysis University of C´ordoba September 27, 2020 1Corresponding author: [email protected] An experimental comparison of metaheuristic frameworks for multi-objective optimization 1 Introduction Metaheuristic optimization frameworks (MOFs) are software tools or class libraries that provide a collection of extensible building blocks to create algorithms and experiments aimed at solving optimization problems. Several alternatives are currently available to deal with multi-objective optimization (MOO) problems, which are characterized by the definition of two or more objectives. This technical report is provided as additional material to the research paper of the same title. Therefore, the information presented in this technical report is intended to complement those aspects that have been summarized or omitted due to space limitations. Essentially, it provides further details about the evaluation of ten MOFs in terms of characteristics like the set of algorithms and operators each one offers or the availability of general utilities, among others. This document presents the information extracted from the available documentation and the source code, serving as a reference guide to domain experts and researchers interested in the application of metaheuristic algorithms to solve multi-objective problems. More specifically, the content of this technical report can be summarized as follows: • The detailed methodology followed to evaluate the frameworks, including technical details of external tools and the experimental environment. • The exhaustive evaluation of each characteristic is presented in tables.
    [Show full text]
  • Paradiseo-MOEO
    ParadisEO-MOEO: A Software Framework for Evolutionary Multi-Objective Optimization Arnaud Liefooghe, Laetitia Jourdan, Thomas Legrand, Jérémie Humeau, El-Ghazali Talbi To cite this version: Arnaud Liefooghe, Laetitia Jourdan, Thomas Legrand, Jérémie Humeau, El-Ghazali Talbi. ParadisEO-MOEO: A Software Framework for Evolutionary Multi-Objective Optimization. Ad- vances in Multi-Objective Nature Inspired Computing, Springer Berlin / Heidelberg, pp.87-117, 2010, 10.1007/978-3-642-11218-8_5. hal-00522623 HAL Id: hal-00522623 https://hal.archives-ouvertes.fr/hal-00522623 Submitted on 1 Oct 2010 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. 5 ParadisEO-MOEO: A Software Framework for Evolutionary Multi-Objective Optimization Arnaud Liefooghe1,2,LaetitiaJourdan1,2,ThomasLegrand2,J´er´emie Humeau2, and El-Ghazali Talbi1,2 1 Laboratoire d’Informatique Fondamentale de Lille (LIFL), UMR CNRS 8022, Universit´eLille1,Bˆatiment M3, 59655 Villeneuve d’Ascq cedex, France 2 INRIA Lille-Nord Europe, Parc Scientifique de la Haute Borne, 40 avenue Halley, 59650 Villeneuve d’Ascq, France [email protected], [email protected], [email protected], [email protected], [email protected] Summary. This chapter presents ParadisEO-MOEO, awhite-boxobject-orientedsoftware framework dedicated to the flexible design of metaheuristics for multi-objective optimization.
    [Show full text]
  • From Fitness Landscape Analysis to Efficient Local Search Algorithms
    ParadisEO-MO: From Fitness Landscape Analysis to Efficient Local Search Algorithms Jérémie Humeau, Arnaud Liefooghe, El-Ghazali Talbi, Sébastien Verel To cite this version: Jérémie Humeau, Arnaud Liefooghe, El-Ghazali Talbi, Sébastien Verel. ParadisEO-MO: From Fitness Landscape Analysis to Efficient Local Search Algorithms. [Research Report] RR-7871, INRIA. 2013. hal-00665421v2 HAL Id: hal-00665421 https://hal.inria.fr/hal-00665421v2 Submitted on 4 Jun 2013 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. ParadisEO-MO: From Fitness Landscape Analysis to Efficient Local Search Algorithms Jérémie Humeau, Arnaud Liefooghe, El-Ghazali Talbi, Sébastien Verel RESEARCH REPORT N° 7871 June 2013 Project-Team Dolphin ISSN 0249-6399 ISRN INRIA/RR--7871--FR+ENG ParadisEO-MO: From Fitness Landscape Analysis to Efficient Local Search Algorithms Jérémie Humeau∗, Arnaud Liefooghe†, El-Ghazali Talbi‡, Sébastien Verel§ Project-Team Dolphin Research Report n° 7871 — June 2013 — 36 pages Abstract: This document presents a general-purpose software framework dedicated to the design, the analysis and the implementation of local search algorithms: ParadisEO-MO. A sub- stantial number of single-solution based local search metaheuristics has been proposed so far, and an attempt of unifying existing approaches is here presented.
    [Show full text]
  • Analysis of Various Multi-Objective Optimization Evolutionary Algorithms for Monte Carlo Treatment Planning System Summer Student Report
    EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH EN-STI-FDA Analysis of Various Multi-Objective Optimization Evolutionary Algorithms for Monte Carlo Treatment Planning System Summer Student Report Author Supervisor M. TYDRICHOVA W. Koz lowska August 4, 2017, Geneva Introduction The principal goal of this project was to analyze various multiobjective opti- mization algorithms (MOEA) for the Monte Carlo Treatment Planning System. After doing literature research on testing and quality evaluation methods, the comparison of available frameworks was done to select the most suitable one for our test needs. Then the software for testing was developed, we tried to provide a solid objective-oriented architecture to allow easy modifications in the future, another high priority was to create an user-friendly software. From all available algorithms, candidates for testing were selected. Apart results from the literature that were taken into account to do this selection, we placed emphasis on a diverse scale of algorithms - the aim was not only to find the best performing algorithm, but also to describe the comportment, advantages and weak points of different types of algorithms, in hope that this output could be helpful and valuable for the further research. In performed tests, we focused mostly on the quality of DOSE and LET values of obtained solutions, as the main goal of the problem was to minimize these quantities. Distribution of solutions and population size were also analyzed. Another important criterion was the reliability of the algorithm. That means, we studied if the algorithm performed the same way in all seeds and if it was independent on a given data set.
    [Show full text]
  • Parallel Metaheuristics: from Design to Implementation
    Laboratoire d’Informatique Fondamentale de Lille Parallel Metaheuristics: from Design to Implementation Prof. E-G. Talbi Parallel Cooperative Optimization Research Group Motivations High-dimensional and complex optimization problems in many areas of industrial concern → Telecommunication, genomics, transportation, engineering design, … Metaheuristics reduce the computational complexity of search BUT Parallel issue remains important: More and more complex metaheuristics Huge search space CPU or memory intensive of the objective function Motivations Rapid development of technology Processors: Multi-core processors, … Networks (LAN & WAN): Myrinet, Infiniband, Optical networks, … Data storage Increasing ratio performance / cost Goals Speedup the search Æ real-time and interactive optimization methods, dynamic optimisation, … Improve quality of solutions Æ cooperation, better even on a single processor Improve robustness (different instances, design space) Solving large problems Æ instances, accuracy of mathematics models Taxonomy of metaheuristics Metaheuristics Single Population solution Hill Simulated Tabu Evol. Scatter Climbing annealing search algorithms search Solution-based metaheuristics: Hill Climbing, Simulated Annealing, Tabu Search, VNS, … Population-based metaheuristics: Evolutionary Algorithms, Scatter Search, Swarm optimization, … Outline Parallel Metaheuristics: Design issues Parallel Metaheuristics: Implementation issues Hardware platforms, Programming models Performance evaluation Adaptation to Multi-objective
    [Show full text]