遗传算法 Resources

Showing items tagged with "遗传算法"

This paper utilizes the global search capability of genetic algorithms to solve the Traveling Salesman Problem (TSP), designing a genetic algorithm with greedy operator individual protection. The MATLAB implementation efficiently computes satisfactory solutions through population initialization, fitness evaluation, selection, crossover with greedy enhancements, mutation operations, and elitism preservation.

MATLAB 178 views Tagged