• Skip to content (access key 1)
  • Skip to search (access key 7)
FWF — Austrian Science Fund
  • Go to overview page Discover

    • Research Radar
      • Research Radar Archives 1974–1994
    • Discoveries
      • Emmanuelle Charpentier
      • Adrian Constantin
      • Monika Henzinger
      • Ferenc Krausz
      • Wolfgang Lutz
      • Walter Pohl
      • Christa Schleper
      • Elly Tanaka
      • Anton Zeilinger
    • Impact Stories
      • Verena Gassner
      • Wolfgang Lechner
      • Birgit Mitter
      • Oliver Spadiut
      • Georg Winter
    • scilog Magazine
    • Austrian Science Awards
      • FWF Wittgenstein Awards
      • FWF ASTRA Awards
      • FWF START Awards
      • Award Ceremony
    • excellent=austria
      • Clusters of Excellence
      • Emerging Fields
    • In the Spotlight
      • 40 Years of Erwin Schrödinger Fellowships
      • Quantum Austria
    • Dialogs and Talks
      • think.beyond Summit
    • Knowledge Transfer Events
    • E-Book Library
  • Go to overview page Funding

    • Portfolio
      • excellent=austria
        • Clusters of Excellence
        • Emerging Fields
      • Projects
        • Principal Investigator Projects
        • Principal Investigator Projects International
        • Clinical Research
        • 1000 Ideas
        • Arts-Based Research
        • FWF Wittgenstein Award
      • Careers
        • ESPRIT
        • FWF ASTRA Awards
        • Erwin Schrödinger
        • doc.funds
        • doc.funds.connect
      • Collaborations
        • Specialized Research Groups
        • Special Research Areas
        • Research Groups
        • International – Multilateral Initiatives
        • #ConnectingMinds
      • Communication
        • Top Citizen Science
        • Science Communication
        • Book Publications
        • Digital Publications
        • Open-Access Block Grant
      • Subject-Specific Funding
        • AI Mission Austria
        • Belmont Forum
        • ERA-NET HERA
        • ERA-NET NORFACE
        • ERA-NET QuantERA
        • Alternative Methods to Animal Testing
        • European Partnership BE READY
        • European Partnership Biodiversa+
        • European Partnership BrainHealth
        • European Partnership ERA4Health
        • European Partnership ERDERA
        • European Partnership EUPAHW
        • European Partnership FutureFoodS
        • European Partnership OHAMR
        • European Partnership PerMed
        • European Partnership Water4All
        • Gottfried and Vera Weiss Award
        • LUKE – Ukraine
        • netidee SCIENCE
        • Herzfelder Foundation Projects
        • Quantum Austria
        • Rückenwind Funding Bonus
        • WE&ME Award
        • Zero Emissions Award
      • International Collaborations
        • Belgium/Flanders
        • Germany
        • France
        • Italy/South Tyrol
        • Japan
        • Korea
        • Luxembourg
        • Poland
        • Switzerland
        • Slovenia
        • Taiwan
        • Tyrol–South Tyrol–Trentino
        • Czech Republic
        • Hungary
    • Step by Step
      • Find Funding
      • Submitting Your Application
      • International Peer Review
      • Funding Decisions
      • Carrying out Your Project
      • Closing Your Project
      • Further Information
        • Integrity and Ethics
        • Inclusion
        • Applying from Abroad
        • Personnel Costs
        • PROFI
        • Final Project Reports
        • Final Project Report Survey
    • FAQ
      • Project Phase PROFI
      • Project Phase Ad Personam
      • Expiring Programs
        • Elise Richter and Elise Richter PEEK
        • FWF START Awards
  • Go to overview page About Us

    • Mission Statement
    • FWF Video
    • Values
    • Facts and Figures
    • Annual Report
    • What We Do
      • Research Funding
        • Matching Funds Initiative
      • International Collaborations
      • Studies and Publications
      • Equal Opportunities and Diversity
        • Objectives and Principles
        • Measures
        • Creating Awareness of Bias in the Review Process
        • Terms and Definitions
        • Your Career in Cutting-Edge Research
      • Open Science
        • Open-Access Policy
          • Open-Access Policy for Peer-Reviewed Publications
          • Open-Access Policy for Peer-Reviewed Book Publications
          • Open-Access Policy for Research Data
        • Research Data Management
        • Citizen Science
        • Open Science Infrastructures
        • Open Science Funding
      • Evaluations and Quality Assurance
      • Academic Integrity
      • Science Communication
      • Philanthropy
      • Sustainability
    • History
    • Legal Basis
    • Organization
      • Executive Bodies
        • Executive Board
        • Supervisory Board
        • Assembly of Delegates
        • Scientific Board
        • Juries
      • FWF Office
    • Jobs at FWF
  • Go to overview page News

    • News
    • Press
      • Logos
    • Calendar
      • Post an Event
      • FWF Informational Events
    • Job Openings
      • Enter Job Opening
    • Newsletter
  • Discovering
    what
    matters.

    FWF-Newsletter Press-Newsletter Calendar-Newsletter Job-Newsletter scilog-Newsletter

    SOCIAL MEDIA

    • LinkedIn, external URL, opens in a new window
    • , external URL, opens in a new window
    • Facebook, external URL, opens in a new window
    • Instagram, external URL, opens in a new window
    • YouTube, external URL, opens in a new window

    SCILOG

    • Scilog — The science magazine of the Austrian Science Fund (FWF)
  • elane login, external URL, opens in a new window
  • Scilog external URL, opens in a new window
  • de Wechsle zu Deutsch

  

Solution Archives in Evolutionary Combinatorical Optimization

Solution Archives in Evolutionary Combinatorical Optimization

Günther R. Raidl (ORCID: 0000-0002-3293-177X)
  • Grant DOI 10.55776/P24660
  • Funding program Principal Investigator Projects
  • Status ended
  • Start September 1, 2012
  • End August 31, 2016
  • Funding amount € 109,305
  • Project website

Disciplines

Computer Sciences (60%); Mathematics (40%)

Keywords

    Evolutionary Computation, Network Design, Combinatorical Optimization, Solution Archives

Abstract Final report

In this project we investigate an extension of genetic algorithms (GAs) and memetic algorithms (MAs) called complete solution archive. A common drawback of classical GAs (MAs) lies in revisiting already evaluated solutions during the optimization process. In general re-evaluations do not make sense as they waste precious computation time that could have been spent in a more meaningful way. In the concept of the complete solution archive, all evaluated candidate solutions are stored in a special compact data structure. Newly derived solutions are checked if they have already been considered, and if so, an efficient transformation operation takes place converting each duplicate into a guaranteed new, not yet visited candidate solution by applying typically small changes. This transformation function is the particular feature which distinguishes the new approach from techniques such as standard population management and solution caching. The data structure we primarily focus on for realizing this concept is a variant of a trie, which is typically used for storing large collections of words in dictionary applications. It allows the essential insert, find, and transform operations to be implemented in constant time w.r.t. the number of already contained solutions. In addition to the basic functionality, enhanced features including bounding strategies for pruning parts of the search space, heuristically guided transformation, and methods for improving scalability will be studied. Three combinatorial optimization problems will be considered as primary test cases in order to study the problem- specific realizability and impacts of the complete solution archive in detail: the generalized minimum spanning tree problem, the probabilistic traveling salesman problem, and the discrete (r|p)-centroid problem. The envisioned algorithms for these problems cover different direct as well as indirect/incomplete solution representations based on bit and integer vectors, permutations, and tree structures, as well as local improvement and repair strategies. Besides GAs, the archive approach also appears promising for certain other metaheuristics, and we will therefore additionally investigate its applicability in variable neighborhood search, simulated annealing, tabu search, large neighborhood search, and ant colony optimization. In GAs, the solution archive can be seen as a combination of population management, intelligent mutation, as well as a hybridization with branch-and-bound concepts. When adequately applied, the issue of duplicate solutions may be finally resolved efficiently, even without requiring fundamental changes in the basic structures of the GA themselves. From a theoretical point of view, the considered approach turns the GA into a complete optimization technique which is guaranteed to find an optimal solution in limited time. In practice, we expect the method to be particularly beneficial for difficult optimization problems with rather compact solution representations and/or expensive evaluation or genotype decoding functions. By effectively avoiding revisits and instead deriving not yet considered similar solutions, we expect substantial performance boosts. Preliminary work in fact already documents the high potential of the approach.

This project considers a new combination of exact and heuristic solution approaches for solving hard combinatorial optimization problems (COPs). Such problems frequently occur in the areas of transportation, logistics, telecommunication, scheduling, network design, location planning and many more. A common goal of these problems is to find a feasible solution out of a huge set of possibilities which minimizes or maximizes a stated objective function, e.g., costs, duration, or profit. In many cases these optimization problems are hard to solve and no efficient methods are known. Algorithms which are guaranteed to find an optimal solution like, e.g., tree search based methods, can often not be applied anymore due to their excessive running times. Metaheuristics are algorithms which are frequently able to find excellent solutions to COPs in a relatively moderate amount of time. Evolutionary algorithms, which are in the focus of this project, belong to this category of methods and provide a broad spectrum of applications. A disadvantage of these algorithms is, however, that the lack of information on the search history usually leads to unnecessary re-evaluations, a loss of diversity, and premature convergence.We focused in this project on the combination of tree search and evolutionary algorithms using so-called complete solution archives. Such a solution archive stores all generated solution candidates in an efficient tree data structure and thereby avoids duplicates. Whenever a potential duplicate solution is identified it is efficiently converted into a guaranteed new, usually similar solution directly by the archive. Applying this archive to a metaheuristic turns it, in principle, into a complete exact search algorithm, which finds an optimal solution when given enough time. In practice, however, it is typically still only possible to solve small problem instances to proven optimality, and the hybrid metaheuristic will therefore be terminated prematurely. Especially in these cases, the solution archive is frequently able to improve the performance significantly. Within this project we investigated such solution archives in detail, extended them with more advanced techniques, and evaluated their impact on evolutionary algorithms for two types of practical COPs in the domain of competitive assignment and routing.The results of the computational tests on these problems showed that complete solution archives are able to significantly boost the performance of evolutionary algorithms for COPs with a compact solution representation and a time-consuming evaluation function. When properly designed, extensions to the solution archive exploiting their tree structure can lead to further significant improvements. Last but not least, this project resulted in new, more effective state-of-the-art algorithms for the considered location and routing problems.

Research institution(s)
  • Technische Universität Wien - 100%
International project participants
  • Luca Di Gaspero, Universita degli Studi di Udine - Italy
  • Christian Blum, Universitat Politecnica de Catalunya - Spain

Research Output

  • 207 Citations
  • 11 Publications
Publications
  • 2019
    Title A Memetic Algorithm for Competitive Facility Location Problems
    DOI 10.1007/978-3-030-06222-4_15
    Type Book Chapter
    Author Biesinger B
    Publisher Springer Nature
    Pages 637-660
  • 2016
    Title An Integer L-shaped Method for the Generalized Vehicle Routing Problem with Stochastic Demands
    DOI 10.1016/j.endm.2016.03.033
    Type Journal Article
    Author Biesinger B
    Journal Electronic Notes in Discrete Mathematics
    Pages 245-252
  • 2014
    Title An Evolutionary Algorithm for the Leader-Follower Facility Location Problem with Proportional Customer Behavior
    DOI 10.1007/978-3-319-09584-4_19
    Type Book Chapter
    Author Biesinger B
    Publisher Springer Nature
    Pages 203-217
  • 2015
    Title Decomposition based hybrid metaheuristics
    DOI 10.1016/j.ejor.2014.12.005
    Type Journal Article
    Author Raidl G
    Journal European Journal of Operational Research
    Pages 66-76
  • 2015
    Title Boosting an Exact Logic-Based Benders Decomposition Approach by Variable Neighborhood Search
    DOI 10.1016/j.endm.2014.11.020
    Type Journal Article
    Author Raidl G
    Journal Electronic Notes in Discrete Mathematics
    Pages 149-156
  • 2015
    Title A Variable Neighborhood Search for the Generalized Vehicle Routing Problem with Stochastic Demands
    DOI 10.1007/978-3-319-16468-7_5
    Type Book Chapter
    Author Biesinger B
    Publisher Springer Nature
    Pages 48-60
  • 2015
    Title Models and algorithms for competitive facility location problems with different customer behavior
    DOI 10.1007/s10472-014-9448-0
    Type Journal Article
    Author Biesinger B
    Journal Annals of Mathematics and Artificial Intelligence
    Pages 93-119
  • 2015
    Title A hybrid genetic algorithm with solution archive for the discrete (r|p)-centroid problem
    DOI 10.1007/s10732-015-9282-5
    Type Journal Article
    Author Biesinger B
    Journal Journal of Heuristics
    Pages 391-431
  • 2013
    Title Enhancing a Genetic Algorithm with a Solution Archive to Reconstruct Cross Cut Shredded Text Documents
    DOI 10.1007/978-3-642-53856-8_48
    Type Book Chapter
    Author Biesinger B
    Publisher Springer Nature
    Pages 380-387
  • 2020
    Title p53 Loss Mediates Hypersensitivity to ETS Transcription Factor Inhibition Based on PARylation-Mediated Cell Death Induction
    DOI 10.3390/cancers12113205
    Type Journal Article
    Author Dinhof C
    Journal Cancers
    Pages 3205
    Link Publication
  • 2016
    Title Hybrid Metaheuristics, Powerful Tools for Optimization
    DOI 10.1007/978-3-319-30883-8
    Type Book
    Author Blum C
    Publisher Springer Nature

Discovering
what
matters.

Newsletter

FWF-Newsletter Press-Newsletter Calendar-Newsletter Job-Newsletter scilog-Newsletter

Contact

Austrian Science Fund (FWF)
Georg-Coch-Platz 2
(Entrance Wiesingerstraße 4)
1010 Vienna

office(at)fwf.ac.at
+43 1 505 67 40

General information

  • Job Openings
  • Jobs at FWF
  • Press
  • Philanthropy
  • scilog
  • FWF Office
  • Social Media Directory
  • LinkedIn, external URL, opens in a new window
  • , external URL, opens in a new window
  • Facebook, external URL, opens in a new window
  • Instagram, external URL, opens in a new window
  • YouTube, external URL, opens in a new window
  • Cookies
  • Whistleblowing/Complaints Management
  • Accessibility Statement
  • Data Protection
  • Acknowledgements
  • IFG-Form
  • Social Media Directory
  • © Österreichischer Wissenschaftsfonds FWF
© Österreichischer Wissenschaftsfonds FWF