-
遗传算法在路由优化中的应用:多服务质量的最小路径的算法.
遗传算法在路由优化中的应用:多服务质量的最小路径的算法.-Genetic Algorithm in Routing Optimization: Multi-service quality of the minimum path algorithm.
- 2022-03-18 07:41:12下载
- 积分:1
-
遗传算法 算法实例MATLAB程序,包括了:选择 变异 交叉 遗传算子...
遗传算法 算法实例MATLAB程序,包括了:选择 变异 交叉 遗传算子-GA
- 2022-10-20 17:15:03下载
- 积分:1
-
连续型粒子群算法的java实现,可以自己设计粒子群算法(继承Swarm和Particle类),包含有三个个抽象类(Swarm、Particle、Problem)...
连续型粒子群算法的java实现,可以自己设计粒子群算法(继承Swarm和Particle类),包含有三个个抽象类(Swarm、Particle、Problem),可以继承Problem类自定义新的问题。-continuous particle swarm algorithm to achieve the java can design their own PSO algorithm (inheritance and Particle Swarm), contains an abstract category 3 (Swarm, Particle, Problem), can be inherited from the definition of Class Problem new problems.
- 2023-06-02 16:50:03下载
- 积分:1
-
遗传算法优化小波神经网络的源程序,供研究设计使用
遗传算法优化小波神经网络的源程序,供研究设计使用-Genetic algorithm optimization of wavelet neural network source for research designed to use
- 2022-03-12 17:12:09下载
- 积分:1
-
利用神经网络预测时间序列,以太阳黑子和实际的转子故障信号为例,matlab编程
利用神经网络预测时间序列,以太阳黑子和实际的转子故障信号为例,matlab编程-Using neural network time series prediction to sunspots and the actual rotor fault signal as an example, matlab programming
- 2022-02-03 19:32:13下载
- 积分:1
-
Decision Tree C45Rule
决策树
C45Rule-PANE算法
解决了决策的问题,是从QUILAN算法修改而成-Decision Tree C45Rule- PANE algorithm to solve the problem of decision-making, from QUILAN algorithm revisions
- 2022-01-25 23:34:10下载
- 积分:1
-
matlab16neuro network
神经网络的相关资料
神经网络的基础知识及其在MATLAB中的实现-matlab16neuro network
- 2022-01-22 00:41:10下载
- 积分:1
-
可以基于遗传算法的网络故障知识获取技术,大学时候老师留的作业自己编的...
可以基于遗传算法的网络故障知识获取技术,大学时候老师留的作业自己编的-be based on genetic algorithm network fault access to knowledge, when the teacher left the University of operating their own series
- 2022-09-17 03:05:03下载
- 积分:1
-
This is a Web
这是一个基于WEB的树木分类专家系统asp源代码,对于初学者特别有帮助!-This is a Web-based expert system for classification trees asp source code, especially for beginners help!
- 2022-03-19 09:38:00下载
- 积分: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