Pathlinking
Pathlinking, also known as path relinking, is a metaheuristic technique used in combinatorial optimization. It generates new candidate solutions by exploring paths in the solution space that connect two high-quality reference solutions, often elite solutions. The goal is to combine favorable attributes from both references and to diversify the search while pursuing high-quality results.
Construction method: select a pair of solutions, a starting solution and a guiding or ending solution. Identify
Variants and usage: path relinking is used as a standalone strategy or as a component of larger
Advantages and limitations: pathlinking leverages information from high-quality solutions to guide exploration, can produce high-quality offspring,
Origins and references: Path relinking originated in the work of Glover and Laguna on memory-based strategies