-
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
-
加法难题
有如下的加法算式: donald + gerald = robert 每个字母代表一个不同的数字(0...
加法难题
有如下的加法算式: donald + gerald = robert 每个字母代表一个不同的数字(0-9),你能否求出每个字母分别代表什么数字?-Adder problems with the additive formula is as follows : donald gerald = robert each letter representing a different figures (0-9), Can you calculated each letter on behalf of what?
- 2022-01-29 00:33:28下载
- 积分:1
-
LS-SVM_UserGuide是LS-SVM使用方法介绍的一篇文章,竟对我们学习支持向量机有很大的帮助。-LS-SVM_UserGuide is the use of LS-SVM method described in an article we had on the support vector machine learning of great help.
- 2022-08-15 09:27:41下载
- 积分:1
-
遗传算法在matlab中的实现
遗传算法在matlab中的实现-genetic algorithm in the realization of Matlab
- 2022-03-31 21:01:01下载
- 积分:1
-
一个C编写的足球机器人比赛程序,算法很好
一个C编写的足球机器人比赛程序,算法很好-C prepared by a robot soccer competition procedures, a good algorithm
- 2022-03-25 16:29:37下载
- 积分:1
-
一个很好的LIBSVM的JAVA源码。对于要研究和改进SVM算法的学者。可以参考。来自数据挖掘工具YALE工具包。...
一个很好的LIBSVM的JAVA源码。对于要研究和改进SVM算法的学者。可以参考。来自数据挖掘工具YALE工具包。-a good LIBSVM JAVA source. They should study and improve SVM academics. Reference. From Data Mining Tool Kit Yale.
- 2022-01-28 08:46:53下载
- 积分:1
-
自适应步长BP神经网络训练算法,采用最小误差和梯度下降法更新权值...
自适应步长BP神经网络训练算法,采用最小误差和梯度下降法更新权值- BP neural network training anaysis, realized by using error feed back, gradient descent applied updating of synaptic weights
- 2022-02-20 23:47:47下载
- 积分:1
-
遗传模拟退火算法在弹药装载中的应用研究
PDF文挡,相当经典,供大家分享...
遗传模拟退火算法在弹药装载中的应用研究
PDF文挡,相当经典,供大家分享-Genetic simulated annealing algorithm in ammunition loaded in the Applied Research PDF text block, very classic for everyone to share
- 2022-06-26 20:42:17下载
- 积分:1
-
遗传算法工具箱C++,这为Linux系统设计的,现在在。
遗传算法工具箱C++,本为Linux系统设计,现在改为在VC下能顺利编译而不需通过任何修改。基于面向对象方法设计,便于使用和扩展。-Genetic Algorithm Toolbox C++, This for the Linux system design, is now in the VC under the smooth adoption of the compiler without any changes. Method based on object-oriented design, easy to use and expand.
- 2022-01-25 16:54:40下载
- 积分:1
-
用人工神经网络的bp的方法解决异或问题
用人工神经网络的bp的方法解决异或问题-Using artificial neural network bp means to solve the XOR problem
- 2022-08-14 18:23:21下载
- 积分:1