-
Tsinghua University, uncertainty in the planning of teaching materials fuzzy pro...
清华大学不确定规划教材中的模糊规划求解算法1-Tsinghua University, uncertainty in the planning of teaching materials fuzzy programming algorithm 1
- 2022-04-21 09:29:40下载
- 积分:1
-
GEP(基因表达式程序设计)是一种新的演化算法,该文件是基本的GEP编程,采用功能的封装格式,测试通过,能够方便的使用。...
GEP(基因表达式程序设计)是一种新的演化算法,该文件是基本的GEP编程,采用功能的封装格式,测试通过,能够方便的使用。-GEP (Gene Expression Program Design) is a new evolutionary algorithm, which is the basic GEP programming, functional package format, through testing, to facilitate their use.
- 2022-11-11 00:30:03下载
- 积分:1
-
模式识别―分类程序VC源码,是《图像模式识别VC++技术实现》一书的源码...
模式识别―分类程序VC源码,是《图像模式识别VC++技术实现》一书的源码-pattern recognition-classification procedure VC source, "VC image pattern recognition technology to achieve" a source book
- 2022-08-16 23:40:49下载
- 积分:1
-
双峰和多峰函数最大值的遗传算法求解
利用基本遗传算法的思路寻找双峰或多峰函数的最大值,选择采用轮盘选择方法;...
双峰和多峰函数最大值的遗传算法求解
利用基本遗传算法的思路寻找双峰或多峰函数的最大值,选择采用轮盘选择方法;-Bimodal and multimodal function of the genetic algorithm the maximum use of the basic idea of genetic algorithm to find bimodal or multi-peak function of the maximum wheel options to choose from
- 2022-07-24 12:48:14下载
- 积分:1
-
介绍了遗传算法工具箱及其具体的应用,很有参考价值.
介绍了遗传算法工具箱及其具体的应用,很有参考价值.-introduced a genetic algorithm toolbox and its specific application of great reference value.
- 2023-08-11 04:35:05下载
- 积分:1
-
用于三分类的BP算法程序,matlab源码
用于三分类的BP算法程序,matlab源码-three classifications for the BP algorithm procedures, Matlab FOSS
- 2022-01-26 08:07:44下载
- 积分:1
-
SVM是一种优秀的分类算法,常用于用于回归分析和分类,而matlab语言的libSVM则为广大使用matlab进行设计的人员提供很好的帮助。...
SVM是一种优秀的分类算法,常用于用于回归分析和分类,而matlab语言的libSVM则为广大使用matlab进行设计的人员提供很好的帮助。-libSVM for regression classification
- 2022-08-07 04:28:38下载
- 积分:1
-
This is a rough set data mining of the book, which also introduced several other...
这是一本粗糙集数据挖掘的书,其中同时介绍了其他几种数据挖掘方法,并进行了相关对比-This is a rough set data mining of the book, which also introduced several other data mining methods, and conduct the relevant comparison
- 2023-03-01 05:00:05下载
- 积分:1
-
数字图形图形处理中的一个很有用的算法,好不容易搞到的
数字图形图形处理中的一个很有用的算法,好不容易搞到的-Digital graphics graphics processing in a useful algorithm, finally got the
- 2022-05-07 09:24:29下载
- 积分: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