-
这是基于MATLAB编写的一个神经网络的实例。
这是基于MATLAB编写的一个神经网络的实例。-This is based on the MATLAB neural network to prepare a case in point.
- 2022-05-20 10:15:00下载
- 积分:1
-
针对著名的UCI机器学习数据库中的iris data的kmeans聚类分析程序,具有代表性...
针对著名的UCI机器学习数据库中的iris data的kmeans聚类分析程序,具有代表性-For the well-known UCI machine learning repository of the iris data of kmeans cluster analysis procedure, a representative
- 2023-04-21 07:25:04下载
- 积分:1
-
用Delphi语言编写的遗传算法,内容较多,可以参考
用Delphi语言编写的遗传算法,内容较多,可以参考-Delphi language prepared by the genetic algorithm, a great deal of content, they can refer to
- 2022-02-02 19:58:36下载
- 积分:1
-
人工智能的经典八皇后问题,这个算法是a*算法.利用这个算法可以解决八数码,八皇后问题等...
人工智能的经典八皇后问题,这个算法是a*算法.利用这个算法可以解决八数码,八皇后问题等
-artificial intelligence Queen"s classic 8, the algorithm is a* algorithm. Use of this algorithm can solve eight digital, 8 Queen"s problems
- 2022-02-12 20:50:00下载
- 积分:1
-
Evolutionary function optimization strategy
进化策略进行函数寻优Evolutionary function optimization strategy-Evolutionary function optimization strategy
- 2022-04-07 15:31:00下载
- 积分:1
-
This is a genetic algorithm process, the development platform is vc7.0
这是一个的遗传算法程序,开发平台是vc7.0-This is a genetic algorithm process, the development platform is vc7.0
- 2022-08-17 10:20:36下载
- 积分:1
-
神经网络模式识别及其实现,第三章。为大家提供参考。
神经网络模式识别及其实现,第三章。为大家提供参考。-pattern recognition and neural network to achieve, the third chapter. To provide a reference.
- 2022-03-02 01:19:20下载
- 积分:1
-
数据挖掘算法,源代码,C++语言版。
数据挖掘算法BIRCH源码 c语言版本。- Data mining algorithm BIRCH source code c language edition.
- 2022-03-24 21:24:32下载
- 积分:1
-
我根据书上算法自编的蚁群程序,也是我的中期筛选设计。目录下函数收敛图是用了VC的结果,在matlab里画的...
我根据书上算法自编的蚁群程序,也是我的中期筛选设计。目录下函数收敛图是用了VC的结果,在matlab里画的-algorithm based on the book written by Ant procedures, and also my mid-screening design. Directory function convergence plan is the result of the VC in Matlab Lane painting
- 2022-08-22 04:31:02下载
- 积分: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