模拟退火算法(C++版).docx
/* * 使用模拟退火算法(SA)求解TSP问题(以中国TSP问题为例) * 参考自Matlab 智能算法30个案例分析 * 模拟退火的原理这里略去可以参考上书或者相关论文 * update: 16/12/11 * author:lyrichu * email:919987476@ */ #include #include #include
下载地址
用户评论