遗传算法求解TSP问题我要分享

Solving TSP problem with genetic algorithm

遗传算法 TSP问题

关注次数: 201

下载次数: 3

文件大小: 9KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

基本遗传算法求解TSP问题,只需给出城市间距离矩阵和初始参数即可进行计算。


English Description:

The basic genetic algorithm solves the TSP problem by giving the distance matrix between cities and the initial parameters


代码预览