This document summarizes a research paper that proposes using a genetic algorithm to solve the travelling salesman problem (TSP) as applied to water distribution network optimization. The genetic algorithm aims to find Pareto optimal solutions by evolving two populations that optimize the objectives of minimizing cost and maximizing profit of water distribution routes. The algorithm uses techniques like selection, crossover and mutation over generations to evolve solutions toward the Pareto front. It represents solutions as ordered lists of cities and evaluates fitness based on multiple criteria to maintain genetic diversity.
Related topics: