-
美国麻省理工大学教授人工智能的课件以及课后的习题相关
美国麻省理工大学教授人工智能的课件以及课后的习题相关-American University professor of artificial intelligence at MIT courseware and the exercises related to the after-school
- 2022-05-30 08:24:24下载
- 积分:1
-
二进制的基本遗传算法,在VC++环境下编程实现。
二进制的基本遗传算法,在VC++环境下编程实现。-binary basic genetic algorithm, the VC environment programming.
- 2022-08-09 15:06:51下载
- 积分:1
-
禁忌搜索法对初始解、邻域个数及禁忌列表的大小等参数有比较严格的要求, 这些参数直接影响着算法的优化能力。文章提出了一种改进的禁忌搜索法, 它用有效空间来压缩搜索...
禁忌搜索法对初始解、邻域个数及禁忌列表的大小等参数有比较严格的要求, 这些参数直接影响着算法的优化能力。文章提出了一种改进的禁忌搜索法, 它用有效空间来压缩搜索范围, 这样可以提高搜索效率和全局搜索能力。用短期和长期禁忌列表存储器来保证算法能搜索到全和分局空间的每一点, 并且不重复搜索。经过验算析, 证明它是一种较好的全局启发式搜索法.-Tabu search method, the initial solution, neighborhood and tabu list size of the number of parameters such as have more stringent requirements, these parameters directly affect the ability to optimize the algorithm. This paper presents an improved tabu search method, it is used effectively to compress the search space, so that can improve search efficiency and global search capabilities. Short-term and long-term memory tabu list to ensure the algorithm can search the whole and the sub-space, each point, and do not repeat the search. After checking analysis to prove that it is a good global heuristic search method.
- 2022-03-16 10:18:28下载
- 积分:1
-
模式识别工具套件,有很多模式识别算法,大家…
模式识别工具包,有很多模式识别的算法,可以在matlab中调用-Pattern recognition tool kit, there are many pattern recognition algorithms, you can call matlab
- 2022-10-16 13:55:03下载
- 积分:1
-
一个采用VC编写的神经网络源代码,供大家参考。
一个采用VC编写的神经网络源代码,供大家参考。-VC prepared using a neural network source code for reference.
- 2023-06-03 10:15:03下载
- 积分:1
-
一篇捷联惯性导航系统的姿态算法论文,并对补偿算法进行了详细的论述。...
一篇捷联惯性导航系统的姿态算法论文,并对补偿算法进行了详细的论述。-A strapdown inertial navigation system algorithm posture papers, and compensation algorithms are discussed in detail.
- 2023-06-22 17:00:04下载
- 积分:1
-
使用线性分类器进行分类,采用感知器算法中的“奖惩算法”,各提取3类中的前25个样本共75个作为学习样本。...
使用线性分类器进行分类,采用感知器算法中的“奖惩算法”,各提取3类中的前25个样本共75个作为学习样本。-The use of a linear classifier for classification, perceptron algorithm using the reward and punishment algorithm , the extraction of 3 categories of the top 25 a total of 75 samples as the learning samples.
- 2022-02-13 11:34:06下载
- 积分:1
-
机器人运动学正解程序,毕业设计可用,希望能有点用场
机器人运动学正解程序,毕业设计可用,希望能有点用场-robical code ,i hope it can be useful for you
- 2022-07-18 15:07:20下载
- 积分:1
-
LMS
LMS-Newton自适应算法源码 反正结果刻与LMS算法相比较,显示了较好的性能。-LMS-Newton adaptive algorithm source code in any case engraved with the LMS algorithm results compared, showing a better performance.
- 2023-03-14 10:45:03下载
- 积分:1
-
Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm
2008年05月21日...
Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm
2008年05月21日
C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design
基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是通过计算相似拟合度进行衡量的。染色体Chromosomes代表了基因遗传算法的结果。每次迭代,算法生成一个染色体,这些子孙染色体又会产生新的迭代……关键内容
这个基因算法库是用 Visual Studio 2005 编写的程序,第一个使用 Microsoft C/C++ 编译器,第二个使用Intel C++ 编译器。
如果你希望在你的程序你使用它,有两个办法,1是直接引用 Genetic Algorithm Library 项目,然后编译;2是添加GeneticAlgorithm.lib 静态链接库到项目中-err
- 2022-05-29 02:10:25下载
- 积分:1