# genetictsp **Repository Path**: whigg/genetictsp ## Basic Information - **Project Name**: genetictsp - **Description**: Traveling salesman problem via parallel genetic algorithm in Java - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-03-04 - **Last Updated**: 2022-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ......................................................................... .:: ::. ..:: AI Term Project : Traveling Salesman via Parallel Genetic Algorithm ::.. ..:: ::.. .::.....................................................................::. This is my AI term project. It is a traveling salesman problem solved with a parallel genetic algorithm written in Java. Included are data analysis scripts for demonstrating speed up, some sample data I collected and graphed, and the original, non-parallel version. It's also my first real project with Java and more sophisticated threading models. I'm not terribly good at OOP at this point so don't scream at me.