-
一个遗传算法C++类,值得收藏!
一个遗传算法C++类,值得收藏!-a genetic algorithm C-worthy collection!
- 2022-06-20 01:47:44下载
- 积分:1
-
一个基本遗传算法求函数最大值的程序,在Vc中运行结果很好,有详细的代码注释,可以做为模板使用。
sag_sag.c...
一个基本遗传算法求函数最大值的程序,在Vc中运行结果很好,有详细的代码注释,可以做为模板使用。
sag_sag.c-a basic function of genetic algorithms for maximum procedures, the Vc running good results, a detailed source notes, can be used as a template. Sag_sag.c
- 2022-02-06 17:34:35下载
- 积分:1
-
这是一个笔者撰写改进了别人的隐马尔可夫模型算法的程序。...
这是一个笔者撰写改进了别人的隐马尔可夫模型算法的程序。-This is a writer writing improvement of the people"s hidden Markov model algorithm procedures.
- 2022-09-28 09:30:03下载
- 积分:1
-
from other websites downloaded VC simulated annealing algorithm for TSP source c...
从其它网站上下载的用VC++编制的模拟退火算法求解TSP问题的源代码-from other websites downloaded VC simulated annealing algorithm for TSP source code!
- 2023-07-17 05:40:03下载
- 积分:1
-
Genetic Algorithm with TSP (traveling salesman) problems, in accordance with the...
用遗传算法求解TSP(旅行商)问题,按照TSP1.m中的格式输入程序参数即可。-Genetic Algorithm with TSP (traveling salesman) problems, in accordance with the format in TSP1.m parameter entry process.
- 2023-05-24 05:20:03下载
- 积分:1
-
神经网络模式识别及其实现,第三章。为大家提供参考。
神经网络模式识别及其实现,第三章。为大家提供参考。-pattern recognition and neural network to achieve, the third chapter. To provide a reference.
- 2022-03-02 01:19:20下载
- 积分:1
-
一种神经网络开发程序集
一个c语言开发的神经网络程序集-a Neural Network Development Program Set
- 2022-07-27 20:05:34下载
- 积分:1
-
这是表达支持向量机一个demo,可以帮助更好的理解svm
这是表达支持向量机一个demo,可以帮助更好的理解svm-This is an expression of support vector machine demo, can help a better understanding of svm
- 2022-04-07 07:35:27下载
- 积分:1
-
mcrgsa
MCRGSA------组播路由问题遗传模拟退火算法
%M-----------遗传算法进化代数
%N-----------种群规模,取偶数
%Pm----------变异概率调节参数
%K-----------同一温度下状态跳转次数
%t0----------初始温度
%alpha-------降温系数
%beta--------浓度均衡系数
%ROUTES------备选路径集
%Num---------到各节点的备选路径数目
%Cost--------费用邻接矩阵
%Source------源节点标号
%End---------目的节点标号组成的向量
%MBR---------各代最优路径编码-MCRGSA------ Multicast Routing genetic simulated annealing% M----------- genetic algorithm algebra% N----------- population size, even take Pm----------% probability parameter variation%----------- same temperature K Jump under a number of state----------% t0 initial temperature cooling% alpha------- beta coefficient%-------- balanced concentration coefficient% ROUTES------ Alternative Path Set% Enable--------- nodes to the number of alternative paths%-------- Cost adjacent costs Matrix% Source------ source node labeling% End--------- destination node labeling Group Vector%% of the MBR--------- generations optimal path coding
- 2022-05-21 09:41:26下载
- 积分: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