-
因为递归程序运行的效率一般都比较低,本程序用java语言来实现TSP递归程序的优化...
因为递归程序运行的效率一般都比较低,本程序用java语言来实现TSP递归程序的优化-because recursive program run average efficiency are low, the procedure used java language to achieve TSP recursive process optimization
- 2022-10-22 18:50:03下载
- 积分: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
-
一个家庭选择遗传算法的源码,经过测试其性能…
一种基于家庭进行选择的遗传算法VC++源程序,经测试其性能优于一般算法和自适应算法。-a family to choose the genetic algorithm source VC, After testing its performance is superior to the general algorithms and adaptive algorithm.
- 2022-08-23 15:41:07下载
- 积分:1
-
基于多目标优化的免疫遗传算法
在Matlab环境中的实现,期刊论文。...
基于多目标优化的免疫遗传算法
在Matlab环境中的实现,期刊论文。-Multi-objective optimization based on immune genetic algorithm in Matlab environment, the realization of journal articles.
- 2022-08-09 00:29:16下载
- 积分:1
-
非常简单的一个神经网络小程序 自己写的 还用了遗传算法进行优化...
非常简单的一个神经网络小程序 自己写的 还用了遗传算法进行优化-Very simple neural network of a small program written in their own also used genetic algorithms to optimize
- 2023-07-15 19:35:03下载
- 积分:1
-
完整的3D 模型检索程序,使用C语言编写,可以使学习者从底层研究三维模型的检索框架,同时提供的C语言程序包也可以设计新的三维模型检索算法。...
完整的3D 模型检索程序,使用C语言编写,可以使学习者从底层研究三维模型的检索框架,同时提供的C语言程序包也可以设计新的三维模型检索算法。-Complete 3D model retrieval, the use of C language, so that students can study three-dimensional model from the bottom of the search framework to provide the C language package can also be three-dimensional model of the design of the new search algorithm.
- 2023-09-05 09:25:03下载
- 积分:1
-
用Java实现的多层BP神经网络,用于颜色和字符识别
用Java实现的多层BP神经网络,用于颜色和字符识别-using Java multi-storey BP neural network, for the color and character recognition
- 2022-10-17 18:45:02下载
- 积分:1
-
微分进化算法的Labview版本,内为一个无约束连续变量的全局优化问题...
微分进化算法的Labview版本,内为一个无约束连续变量的全局优化问题-Differential evolution algorithm Labview version, for a continuous variable unconstrained global optimization problem
- 2022-10-13 08:55:03下载
- 积分:1
-
基于MATLAB完成的神经网络源程序
大家
基于MATLAB完成的神经网络源程序
大家-Based on the MATLAB neural network to complete the U.S. source
- 2022-12-09 20:40:03下载
- 积分:1
-
ai 代码的C++实现,在VC6.0下运行通过
ai 代码的C++实现,在VC6.0下运行通过-ai code of C++ to achieve,vc++ Running through
- 2022-01-31 10:01:52下载
- 积分:1