-
首先采用某种编码方式将解空间映射到编码空间,每个编码对应问题的一个解,称为染色体或个体。一般通过随机方法确定起始的一群个体,称为种群,在种群中根据适应值或某种竞...
首先采用某种编码方式将解空间映射到编码空间,每个编码对应问题的一个解,称为染色体或个体。一般通过随机方法确定起始的一群个体,称为种群,在种群中根据适应值或某种竞争机制选择个体,使用各种遗传操作算子产生下一代如此进化下去,直到满足期望的终止条件。-begin using some form of coding mapping to the solution space coding space, each encoding a corresponding solution to the problem, known as chromosome or individual. General randomly determined by the initial group of individuals, called stocks, the stocks based on fitness or some mechanism to choose the individual competition, the use of genetic Operator evolution of the next generation so on, until the termination meet expectations conditions.
- 2022-03-05 00:58:22下载
- 积分:1
-
C# 15数码算法,A star 函数实现
C# 15数码算法,A star 函数实现 -C# 15 Digital Algorithm
- 2022-02-15 23:29:10下载
- 积分:1
-
Standard particle swarm optimization algorithm, visual c++. Net code to prepare...
标准的粒子群优化算法,visual c++.net环境下编写的代码,有助于学习和理解粒子群算法-Standard particle swarm optimization algorithm, visual c++. Net code to prepare an environment to help learning and understanding of particle swarm optimization
- 2022-02-02 03:25:19下载
- 积分:1
-
支持向量机(SVM)的SMO算法实现。包括matlab源代码文件、支持向量机的pdf文档,源代码word文档。...
支持向量机(SVM)的SMO算法实现。包括matlab源代码文件、支持向量机的pdf文档,源代码word文档。-Support Vector Machine (SVM) algorithm of SMO. Including the matlab source code files, Support Vector Machines pdf documents, source code for word documents.
- 2022-07-18 07:22:40下载
- 积分:1
-
RBF程序,可实现函数拟合,本人已经亲自调试过,效果不错。...
RBF程序,可实现函数拟合,本人已经亲自调试过,效果不错。-RBF procedures can realize function fitting, I have personally debugging, and good results.
- 2022-04-12 11:58:28下载
- 积分:1
-
基本蚁群算法的源代码 经过一些改正 改正了原来的一些错误 可以运行...
基本蚁群算法的源代码 经过一些改正 改正了原来的一些错误 可以运行 -The basic ant colony algorithm source code through a number of corrections to correct the original error can run some
- 2023-06-25 22:25:03下载
- 积分:1
-
fan_nncC语言神经网络程序包
fan_nncC语言神经网络程序包-fan_nncC language neural network package
- 2022-03-07 17:29:48下载
- 积分:1
-
蚁群算法:用来进行路径设计、查找、规划等
蚁群算法:用来进行路径设计、查找、规划等-Ant Colony Algorithm: Path used for design, search, planning, etc.
- 2023-02-20 00:25:03下载
- 积分:1
-
支持向量机在初学者的java程序可以很容易地使用
支持向量机中的JAVA程序 初学者可以方便使用-Support Vector Machine in the JAVA program for beginners can easily use
- 2022-09-27 12:10:03下载
- 积分:1
-
k-means(欧氏距离)聚类算法是最基本的聚类算法,是理解和应用聚类算法的基础,通过k-means(欧氏距离)聚类算法我们才可以初步了解数据挖掘的原理。-k-means (Euclidean distance) clustering algorithm is the most basic clustering algorithm, is understanding and the basis for the application of clustering algorithm, through the k-means (Euclidean distance) clustering algorithm we are able to a preliminary understanding of the principles of data mining .
- 2022-05-24 13:46:10下载
- 积分:1