KoraXia / Basic_Genetic_Algorithm_TSP

Solving TSP with genetic algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Genetic Algorithm in TSP

Special thanks to Zichen Zhu.

How to run on linux/unix:

        make
        ./GA

Method

Evolution

Fitness Funtion: fitting value = 1.0/PathLength

Selection

Roulette Wheel Selection

Crossover

Multi Point Crossover

Mutation

Inverse Mutation

About

Solving TSP with genetic algorithm


Languages

Language:C++ 98.3%Language:Makefile 1.7%