On Fitness Landscape Analysis of Permutation Problems: From Distance Metrics to Mutation Operator Selection
Vincent A. Cicirello

TL;DR
This paper analyzes permutation problem fitness landscapes, classifies permutation metrics and problem types, and demonstrates how this classification guides the selection of mutation operators in evolutionary algorithms.
Contribution
It provides a formal classification scheme for permutation problems and metrics, linking problem types to suitable mutation operators for optimization.
Findings
Classification aligns with existing permutation problem types
Guides the selection of mutation operators based on problem classification
Open source tools for metrics, operators, and algorithms are provided
Abstract
In this paper, we explore the theory and expand upon the practice of fitness landscape analysis for optimization problems over the space of permutations. Many of the computational and analytical tools for fitness landscape analysis, such as fitness distance correlation, require identifying a distance metric for measuring the similarity of different solutions to the problem. We begin with a survey of the available distance metrics for permutations, and then use principal component analysis to classify these metrics. The result of this analysis aligns with existing classifications of permutation problem types produced through less formal means, including the A-permutation, R-permutation, and P-permutation types, which classifies problems by whether absolute position of permutation elements, relative positions of elements, or general precedence of pairs of elements, is the dominant…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMetaheuristic Optimization Algorithms Research · Evolutionary Algorithms and Applications · Evolution and Genetic Dynamics
