-
修正后版本
遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广...
修正后版本
遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛应用于组合优化、离散优化、工程优化等领域。旅行商问题是一种NP难的组合优化问题,具有重要的理论研究价值和实际应用背景。然而,传统遗传算法中存在有不足,需要提出新的改进的遗传算法,并应用于旅行商问题的求解。-Amended version of genetic algorithm based on Darwin" s theory of evolution is an intelligent optimization algorithm, a complex system can be used to optimize the robustness of the search algorithm, the application of traditional methods to solve difficult and complex, nonlinear problems, can be widely used in combinatorial optimization, discrete optimization, engineering, optimization and other fields. Traveling Salesman Problem is a NP hard combinatorial optimization problem, has important theoretical value and practical application of research background. However, the traditional genetic algorithm, there is less than the need to introduce new improved genetic algorithm, and applied for solving the traveling salesman problem.
- 2023-06-10 23:05:03下载
- 积分:1
-
Airtport Thing practice
机场程序
- 2022-01-28 02:42:50下载
- 积分:1
-
M25Px16 16Mbit Flash Memory with 75Ghz
16 Mbit,双I/O,4 KB子扇区擦除,
- 2022-08-14 06:07:55下载
- 积分:1
-
How To Create A Working Thread
How To Create A Working Thread
- 2022-05-08 07:04:53下载
- 积分:1
-
这本书主要介绍支持高级计算机程序设计和算法分析的数学。...
这本书主要介绍支持高级计算机程序设计和算法分析的数学。-This book introduces the support of senior computer program design and analysis of mathematical algorithms.
- 2022-05-05 15:45:45下载
- 积分:1
-
NeuroBox.Library.bin-1.6.771
NeuroBox是一个.NETOOP库,用于生成、传播和训练复杂的
- 2022-03-21 10:07:15下载
- 积分:1
-
300个用C编写的例子程序,对于初学者有很好的帮助。
300个用C编写的例子程序,对于初学者有很好的帮助。-300 C examples prepared by the procedures for beginners are very helpful.
- 2022-02-13 11:44:37下载
- 积分:1
-
C# 打印Datagridview 中数据
C# 打印Datagridview 中数据
public GridPrinter(DataGridView objDataGridView, PrintDocument objPrintDocument, bool bCenterOnPage, bool bHasTitle, string sTitle, Font objTitleFont, Color objTitleColor, bool bPaging)
{
dataGridView = objDataGridView;
printDocument = objPrintDocument;
centerOnPage = bCenterOnPage;
hasTitle = bHasTitle;
title = sTitle;
tit
- 2022-12-23 01:35:04下载
- 积分:1
-
VS2010简单C/S网络通信
用MFC Socket编写的服务器与客户端通信的一个例程,可以实现局域网及本机通信,客户端与服务器可互相收发信息,压缩包含完整工程文件。
- 2023-06-02 09:00:13下载
- 积分:1
-
演示程序演示了保存在桌面上图标的位置
Demo program illustrates saving position of icons on windows desktop
- 2022-04-19 17:14:31下载
- 积分:1