-
用遗传算法求解TSP问题。。。matlab编写,并附带有城市坐标用于检验。...
用遗传算法求解TSP问题。。。matlab编写,并附带有城市坐标用于检验。-Genetic Algorithm for TSP with the problem. . . matlab prepared, together with the coordinates with the city for inspection.
- 2022-03-22 04:41:16下载
- 积分:1
-
自动发贴机器人,可用于多个论坛的哦。能够突破房SPAM系统 。...
自动发贴机器人,可用于多个论坛的哦。能够突破房SPAM系统 。-Automatically post robot can be used in a number of forums Oh. Able to break through the Housing SPAM system.
- 2022-04-23 07:03:42下载
- 积分:1
-
感知器神经元解决较复杂输入向量的分类问题
感知器神经元解决较复杂输入向量的分类问题-Perceptron neurons to solve more complex input vector classification
- 2023-04-11 20:20:04下载
- 积分:1
-
用禁忌搜索算法求解tsp。。。matlab写之,很有意义
用禁忌搜索算法求解tsp。。。matlab写之,很有意义-Tabu search algorithm using tsp. . . matlab write, the meaningful
- 2023-06-25 18:55:03下载
- 积分:1
-
使用遗传算法求解通信网链路容量和流量联合优化分配问题!
使用遗传算法求解通信网链路容量和流量联合优化分配问题!-Communications network using genetic algorithm for solving the joint optimization of link capacity and flow allocation problem!
- 2022-01-25 15:43:44下载
- 积分:1
-
用C语言实现的神经网络,采用遗传算法对网络进行训练,有很快的收敛速度!...
用C语言实现的神经网络,采用遗传算法对网络进行训练,有很快的收敛速度!-C language of neural networks, genetic algorithm was used to train the network, the speed of convergence very soon!
- 2022-08-16 16:17:11下载
- 积分:1
-
平台vs2005
模拟固体退火算法实现144个城市的旅行商问题,可设置具体参数...
平台vs2005
模拟固体退火算法实现144个城市的旅行商问题,可设置具体参数-VS2005 simulation platform to achieve solid annealing algorithm 144 city traveling salesman problem, you can set specific parameters
- 2022-01-28 18:12:08下载
- 积分:1
-
改进的量子搜索算法的论文,用于模式识别等方面
改进的量子搜索算法的论文,用于模式识别等方面-Quantum search algorithm to improve the paper for pattern recognition, etc.
- 2022-06-20 03:55:43下载
- 积分:1
-
us solve eight digital, BFS may lead to insufficient memory, using heuristic sea...
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为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-02-04 07:43:49下载
- 积分:1
-
一个使用Java实现的人工智能的图搜索策略程序――酒九宫图问题 人工智能-图搜索策略-演示程序-使用说明 程序简介 在人工智能领域,对隐式图的搜索是求解问题的一...
一个使用Java实现的人工智能的图搜索策略程序――酒九宫图问题 人工智能-图搜索策略-演示程序-使用说明 程序简介 在人工智能领域,对隐式图的搜索是求解问题的一种基本方法,本程序通过使用多种图搜索策略,对 重排九宫问题进行求解,演示了“广度优先搜索”、“深度优先搜索”、“有界深度优先搜索”、 “最好优先搜索”和“局部择优搜索”五种基本的图图搜索策略。 整个程序使用了动画技术,界面设计美观友好,使用方便。-use a Java artificial intelligence plans Search Strategy-- Liquor JiuGongTu problems of artificial intelligence-map search strategy- Demonstration Program-use guide in the field of artificial intelligence, the implicit search of the plan to solve the problem is one of the basic methods, the procedures through the use of multiple map search strategy, the rearrangement JiuGongTu problem solving, presentation of the "breadth- first search," "depth-first search", "bounded depth-first search", "best-first search" and "partial selection of the best search" five basic map search strategy. The whole process of using animation, interface design aesthetic friendly, easy to use.
- 2022-01-25 17:15:20下载
- 积分:1