-
王小平,
王小平《遗传算法――理论、应用与软件实现》随书光盘,内容有: GA 本书中所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗传算法提取基元图形源程序 Sources 遗传算法相关自由软件及代码。-Wang Xiaoping,
- 2023-03-20 12:20:05下载
- 积分:1
-
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该...
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个"扩展数组[4]"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数组进行分析,利用启发函数在进行递归扩展... -us solve eight digital, BFS may lead to insufficient memory, using heuristic search, heuristic function f (x) = g (x) h (x) g (x) for the target node is different from the number of nodes, h (x) for the nodes of depth, the choice between f (x) nodes that the smallest node expansion. the introduction of an "expanded array [4]" (because the expansion of the nodes at most four), The array maintains a node of 0:00 a.m. to expand in all directions in the target node, and then expanded array analysis, use heuristic function during recursive expansion ...
- 2022-08-06 14:22:02下载
- 积分:1
-
DBSCAN博士aszykowski部Michal化学计量学所设计…
DBSCAN Designed by Dr. Michal aszykowski Department of Chemometrics Institute of Chemistry, The University of Silesia. It s the basic one.
- 2022-01-30 15:34:41下载
- 积分:1
-
演化计算是基于随即搜索的新算法;它的技术模型源于自然的演化。下面是一个例子,该函数是典型的多峰(震动剧烈)的函数。用的算法是郭涛算法。...
演化计算是基于随即搜索的新算法;它的技术模型源于自然的演化。下面是一个例子,该函数是典型的多峰(震动剧烈)的函数。用的算法是郭涛算法。-evolutionary computation is based on the then new search algorithm; It stems from the technical model of the natural evolution. Below is an example of this function is a typical multi-feng (severe shock) function. The algorithm is Guo Tao algorithm.
- 2022-08-06 16:25:44下载
- 积分:1
-
用C++ Builder的分形程序,包括一个分形生物。
用C++ Builder的分形程序,包括一个分形生物。 -With C++ Builder fractal procedures, including a fractal biological.
- 2022-04-17 02:11:28下载
- 积分:1
-
simulated annealing and genetic algorithms hybrid vehicle routing problem solvin...
模拟退火和遗传算法混和求解车辆路径问题的程序,没有解压密码。-simulated annealing and genetic algorithms hybrid vehicle routing problem solving process, not extracting passwords.
- 2022-02-05 13:47:48下载
- 积分:1
-
数据挖掘中很不错的源码,一个fss算法的java源程序,有极好的可读性...
数据挖掘中很不错的源码,一个fss算法的java源程序,有极好的可读性-data mining is a good source, a fss algorithm java source files, has an excellent readability
- 2022-12-28 19:05:03下载
- 积分:1
-
基本遗传算法 里面的函数可自行更换 适合初学者 容易理解
基本遗传算法 里面的函数可自行更换 适合初学者 容易理解-A function of the basic genetic algorithm which can be suitable for beginners is easy to understand on their own replacement
- 2022-05-16 12:30:34下载
- 积分:1
-
bp神经网络对短期电力负荷的预测,一周预测一天,输入是归一过的数据。...
bp神经网络对短期电力负荷的预测,一周预测一天,输入是归一过的数据。-bp neural network for short-term load forecast, the forecast one day a week, enter the data have been normalized.
- 2023-08-31 00:20:04下载
- 积分:1
-
用于求解TSP的蚁群算法,C 语言 已经运行过
用于求解TSP的蚁群算法,C 语言 已经运行过-Basic Ant Colony Algorithm for TSP
- 2023-02-07 23:20:03下载
- 积分:1