搜索资源列表

  1. eight_number

    0下载:
  2. 本程序可以实现有启发式函数的八数码搜索问题:你可以输入任何合理的初始值和中止值,就可以运行并输出最优解!-this program can achieve a heuristic function of eight digital Search : you can import any reasonable value and the initial value of the stay on the run and the output
  3. 所属分类:C#编程

    • 发布日期:2024-05-04
    • 文件大小:64512
    • 提供者:efeffeef
  1. BPexample

    0下载:
  2. 开发环境:Matlab 简要说明:动量-自适应学习调整算法。在实际应用中,原始的BP算法很难胜任,因此出现了很多的改进算法。BP算法的改进主要有两种途径,一种是采用启发式学习方法,另一种则是采用更有效的优化算法。本例采用动量BP算法,来实现对网络的训练过程,动量法降低了网络对于误差曲面局部细节的敏感性,有效地抑制网络陷于局部极小。-development environment : Matlab Brief Descr iption
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:zhangjian
  1. GA_suanfa

    0下载:
  2. 基因算法(GA) GA 是一种启发式的优化法 (heuristic optimization method), 它是通过既定的随机搜索进行操作.优化问题的可能的解的集合被认为是 个体(individuals)组成的 人群(population). 一个个体对它的环境的适应程度由它的 健康度(fitness)表示. -genetic algorithm (GA) GA is a heuristic optimization metho
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:16384
    • 提供者:黄波
  1. BFS_DFS_Astar

    0下载:
  2. Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:3072
    • 提供者:bo
  1. AIcodesystem

    0下载:
  2. 1、对于凯撒密文,实现了:1种盲目式搜索,4种启发式搜索,以及利用密钥实现的凯撒加密系统。 2、对于代入法密文,实现了:2种启发式搜索,1种利用密钥的代入法加密系统以及随机生成密钥的代入法加密系统。 3、字典工具,实现了对词库的增加,删除,检查等一系列的操作。 4、7种其他较为经典的加密方法的加密解密工具。包括:DES、Vigenere、IDEA、Keyword、LFSR、Playfair以及RC4等。 -1, Caes
  3. 所属分类:加密解密

    • 发布日期:2024-05-04
    • 文件大小:10400768
    • 提供者:陈守勇
  1. 57130.45916033

    0下载:
  2. 人工智能八数码源代码 启发式搜索解决八数码问题的源代码 8数码难题算法,界面比较漂亮。操作简单-eight digital artificial intelligence heuristic search the source code to solve the problem eight digital source code 8 puzzle algorithm, interface more beautiful. Simple o
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:2485248
    • 提供者:小风
  1. reduce

    0下载:
  2. 一种基于启发式算法(互信息熵)的粗糙集约简源代码-A heuristic algorithm based on (mutual information entropy) Rough Jane intensive source code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-04
    • 文件大小:4104192
    • 提供者:王京
  1. LogFac_Exp_1

    0下载:
  2. java编写的最短路径算法,先由启发式方法获得染色体的初始编码,然后由遗传算法求出最短路径,对解决物流领域的TSP是非常好的计算机实现-java prepared by the shortest path algorithm, by the heuristic method to obtain the initial encoding of chromosome, and then by the genetic algorithm to
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-04
    • 文件大小:312320
    • 提供者:wangxiaofang
  1. hill

    0下载:
  2. 爬山算法是一种局部择优的方法,采用启发式方法,是对深度优先搜索的一种改进,它利用反馈信息帮助生成解的决策。 属于人工智能算法的一种。-Climbing algorithm is a partial merit-based approach, using heuristic methods, is a depth-first search of an improvement, which uses feedback information
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:ccy
  1. qifashisousuo

    0下载:
  2. 启发式搜索就是在状态空间中的搜索对每一个搜索的位置进行评估,得到最好的位置,再从这个位置进行搜索直到目标。这样可以省略大量无畏的搜索路径,提到了效率-Heuristic search in state-space search for each search position to assess the best location, and then search from this position until the goal. T
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:165888
    • 提供者:光远
  1. lk-0.5.0.tar

    0下载:
  2. Lin-Kernighan heuristic for the TSP and minimum weight perfect matching
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:1797120
    • 提供者:foxman
  1. ACTSP

    0下载:
  2. 实现了蚁群算法求解TSP问题。注释详细 function[R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q) ------------------------------------------------------------------------- 主要符号说明 C n个城市的坐标,n
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:王晶
  1. tic-tac-toe

    1下载:
  2. 在VC环境下用C++语言编写的一字棋小程序,采用人工智能原理里的博弈树的启发式搜索原理-VC environment in C++ language with the preparation of the word game of small procedures, the principle of the use of artificial intelligence in the game tree search heuristic
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:959488
    • 提供者:lina
  1. sudoku

    0下载:
  2. 采用启发式搜索算法,能解任意合法的数独(由input.txt文件输入),还能自动生成唯一解的数独初局-Using heuristic search algorithm, to obtain any number of legal independence (from the input.txt file input), can automatically generate a unique solution of the early S
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-04
    • 文件大小:4096
    • 提供者:王加福
  1. algorithm02

    0下载:
  2. heuristic algotrihm for travelling salesman problem
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-04
    • 文件大小:3072
    • 提供者:sadi
  1. boundsonLDPCandLDGM

    0下载:
  2. The paper is about bounds for LDPC and LDGM codes under MAP. A new method for analyzing low density parity check (LDPC) codes and low density generator matrix (LDGM) codes under bit maximum a posteriori probability (MA
  3. 所属分类:编程文档

    • 发布日期:2024-05-04
    • 文件大小:457728
    • 提供者:mike zhou
  1. HeuristicGuilherme

    0下载:
  2. Heuristic solution for the traveling salesman problem
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:Guilherme
  1. Minoux_greedy_algorithm

    0下载:
  2. Minoux’s greedy algorithm is a method of a heuristic solution for the network design with linear separable costs.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-04
    • 文件大小:172032
    • 提供者:Makmur Hidayat
  1. fulltext

    0下载:
  2. A New Heuristic Algorithm for the 3D Bin Packing Problem
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-04
    • 文件大小:180224
    • 提供者:cristi
  1. Task

    0下载:
  2. 用状态空间法求解传教士-野人问题,设计启发式函数引导规则的选用。 通过设计,深入理解状态空间概念与启发式搜索技术,培养一般问题求解能力。-Using state space method for solving the missionaries- Yeti issues, design heuristic function to guide the selection of the rules. By design, in-d
  3. 所属分类:软件工程

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:chaoyalin
« 12 3 4 5 6 7 8 9 10 ... 31 »

源码中国 www.ymcn.org