-
遗传算法,实现的是一个猜答案的过程,
这种算法比较经典,可以借鉴...
遗传算法,实现的是一个猜答案的过程,
这种算法比较经典,可以借鉴-genetic algorithm to achieve guess the answer is a process, this method is classic, we can draw on
- 2023-03-20 18:05:04下载
- 积分:1
-
关于人工神经网络采用反向传播方法…
this about the artificial neural networks which uses the back propogation method.-this is about the artificial neural networks which uses the back propogation method.
- 2022-04-19 15:29:48下载
- 积分:1
-
计算一个给定的粒子群优化算法的图像平滑…
用粒子群优化算法计算给定图像的平滑度。
- 2023-03-30 03:40:03下载
- 积分:1
-
matrix calculation library, adapted too, can be expanded, good readability.
矩阵计算库,经改编过的,可以扩充,可读性很好。-matrix calculation library, adapted too, can be expanded, good readability.
- 2022-02-01 20:47:33下载
- 积分:1
-
this program is the Mining Association Rules field rules algorithm.
本程序实现的是关联规则挖掘领域中规则发现算法.-this program is the Mining Association Rules field rules algorithm.
- 2022-09-04 02:30:02下载
- 积分:1
-
This is a genetic algorithm code, using C++ Written running environment is vs200...
这是一个遗传算法的代码,用C++写的,运行环境是vs2005.-This is a genetic algorithm code, using C++ Written running environment is vs2005.
- 2023-06-19 01:05: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
-
Ito demand function optimization algorithm source code download can be used dire...
求函数优化的伊藤算法源代码,下载后可以直接使用-Ito demand function optimization algorithm source code download can be used directly
- 2022-02-01 17:31:53下载
- 积分:1
-
本文件为遗传算法的工具箱,包括遗传算法的各种选择、交叉、变异等算法。...
本文件为遗传算法的工具箱,包括遗传算法的各种选择、交叉、变异等算法。-This document is for the genetic algorithm toolbox, including a variety of genetic algorithm selection, crossover, mutation and other algorithms.
- 2022-06-14 02:46:17下载
- 积分:1
-
利用遗传算法求解邮递员问题,可以在同一个问题上得到…
使用遗传算法求解邮递员问题,从而可以同时求得多个最优解-The use of genetic algorithm postman problem, which can be obtained at the same time more than the optimal solution
- 2023-02-13 01:25:04下载
- 积分:1