-
使用于初级使用者.能够直接使用采用最优化算法 遗传算法
使用于初级使用者.能够直接使用采用最优化算法 遗传算法-use in the primary users. To use the most direct use of genetic algorithm optimization algorithm
- 2022-01-24 09:31:49下载
- 积分:1
-
针对TSP问题,用类神经网路的方法去求解!
针对TSP问题,用类神经网路的方法去求解!-against TSP, and the neural network approach to solving!
- 2022-03-31 15:13:44下载
- 积分:1
-
BP批处理源代码,可自由选择三层或多次网络,和神经元数目
BP批处理源代码,可自由选择三层或多次网络,和神经元数目-BP batch source code, the freedom to choose three or more networks and the number of neurons
- 2022-04-07 08:47:36下载
- 积分:1
-
详细的介绍了匈牙利命名法,利于我们的代码规范
详细的介绍了匈牙利命名法,利于我们的代码规范-Detail the Hungarian naming method, the code will help us standardize the
- 2022-06-18 01:05:15下载
- 积分:1
-
实现模糊控制算法(AD DA)和人机接口(4x4键盘 2x16LCD 串口1/2)
实现模糊控制算法(AD DA)和人机接口(4x4键盘 2x16LCD 串口1/2)
- 2023-02-16 04:45:04下载
- 积分: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
-
是实现关系型贝叶斯网络一中机器学习算法,从国外相关研究人员的主页上下载收集。...
是实现关系型贝叶斯网络一中机器学习算法,从国外相关研究人员的主页上下载收集。
- 2022-03-20 02:35:12下载
- 积分:1
-
一个利用遗传算法解决TSP问题的程序,有利于对遗传算法进一步的理解....
一个利用遗传算法解决TSP问题的程序,有利于对遗传算法进一步的理解.-A use of genetic algorithms to solve TSP problems procedure is beneficial to further understanding of genetic algorithm.
- 2022-08-11 07:32:01下载
- 积分:1
-
这个是遗传算法的PPT讲义 很有帮助 大家可以看看
这个是遗传算法的PPT讲义 很有帮助 大家可以看看 -This is a genetic algorithm PPT helpful lectures we will look at the
- 2022-02-13 13:45:59下载
- 积分:1
-
基于VB的遗传算法软件实现
在程序中,FitnessValue (i) 为适应度值数组、avFit2nessValue (100) 为归一化适应度值数组、...
基于VB的遗传算法软件实现
在程序中,FitnessValue (i) 为适应度值数组、avFit2nessValue (100) 为归一化适应度值数组、Population2 Chrom(i ,j) 为遗传个体的等位基因值、Popsize 为种群中的个体数,CHROMLENGTH为一母体对的等位基因
总数。-VB-based genetic algorithm software implementation in the proceedings, FitnessValue (i) In order to meet an array value, avFit2nessValue (100) for the normalized fitness value of the array, Population2 Chrom (i, j) for the genetic value of individual alleles, Popsize for stocks in the number of individuals, CHROMLENGTH for one parent to the total number of alleles.
- 2022-03-03 05:07:26下载
- 积分:1