-
离散二进制粒子群算法
DPSO
离散二进制粒子群算法
DPSO -DPSO
- 2022-04-08 21:36:42下载
- 积分:1
-
遗传算法应用
遗传算法应用-Application of genetic algorithms
- 2022-05-16 14:37:22下载
- 积分:1
-
neural networks and genetic algorithms combine
神经网络与遗传结合算法-neural networks and genetic algorithms combine
- 2023-05-16 15:35:03下载
- 积分:1
-
genetic algorithm (C version), very good!
遗传算法(C++版),非常好的!-genetic algorithm (C version), very good!
- 2022-03-19 08:13:21下载
- 积分:1
-
Neural network simulation tool, this program is BP algorithm demo program in whi...
神经网络仿真工具,本程序是BP算法的演示程序, 其中的Levenberg-Marquardt算法具有实用价值.-Neural network simulation tool, this program is BP algorithm demo program in which the Levenberg-Marquardt algorithm has practical value.
- 2022-10-11 04:35:04下载
- 积分:1
-
基于贝叶斯的数据挖掘算法的实现,使用visual stutio2005编程实现。
基于贝叶斯的数据挖掘算法的实现,使用visual stutio2005编程实现。-Bayesian data mining algorithm, using the visual stutio2005 programming.
- 2023-04-14 10:30:04下载
- 积分:1
-
Through artificial neural network algorithm for rapid identification, have a mor...
通过人工智能算法快速实现神经网络识别,具有更加高效和快速的特点-Through artificial neural network algorithm for rapid identification, have a more efficient and rapid characteristics of
- 2022-03-06 11:04:00下载
- 积分:1
-
neural network in Java
neural network in Java
- 2022-04-20 11:43:25下载
- 积分:1
-
一个可自我学习的人工智能小模型,可进行训练,也可进行提问...
一个可自我学习的人工智能小模型,可进行训练,也可进行提问-a self-learning artificial intelligence small, and can be used for training, may also question
- 2023-09-07 10:40: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