# AI_exp1 **Repository Path**: howarli/AI_exp1 ## Basic Information - **Project Name**: AI_exp1 - **Description**: SCUT-SE AI course experiment - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-11 - **Last Updated**: 2023-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 人工智能 实验 求解TSP问题的遗传算法设计, 原项目强依赖于visual studio,本项目添加了makefile文件,直接make即可编译, # Compile and Run 在bash中输入`./run.sh`即可自动编译运行。脚本默认运行次数为10次。所有运行结束后,脚本会自动输出每轮运行中、不同迭代次数路径的长度。 完整运行结果存在于`./result`中。