搜索资源列表
启发式搜索解决八数码难题
- 启发式搜索解决八数码难题-heuristic problem solving eight digital
启发式搜索算法来解决八数码
- 本程序采用全局择优的启发式搜索算法来解决八数码问题
启发式搜索
- 利用启发式修补解N皇后问题
用户界面与测评启发式报告
- 本报告给出了用户界面与评测课程中的启发式报告的基本格式。希望给大家提供帮助呀。
sudoku
- 采用启发式搜索算法,能解任意合法的数独(由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 Sudoku Board
wode_bashuma
- 八数码难题 A*算法 利用堆栈实现启发式搜索-Eight digital dilemma A* algorithm uses the stack to achieve heuristic search
Cpp1
- c++ plamer法排序 Palmer启发式算法是基于作业的加工时间按斜度顺序指标排列作业的启发式算法。按机器的顺序,加工时间趋于增加的作业被赋予较大的优先权数。 -c++ plamer Act Sort Palmer heuristic algorithm is based on the operation of the processing time as a gradient sequence with operation indicators heuristic algorit
Optimizers
- 一系列好用的用户友好的启发式优化算法,包括非自适应算法,基于模拟退火算法的种群算法,基本遗传算法,差分进化算法以及粒子群优化算法。此外,也包括神圣算法,它利用了所有这些优化算子,虽然有时交换种群之间的不同算法。-A nice set of user-friendly heuristic optimizers. Included are a non-adaptive, population based Simulated Annealing algorithm, a basic Genetic A
qifashisousuo
- 启发式搜索就是在状态空间中的搜索对每一个搜索的位置进行评估,得到最好的位置,再从这个位置进行搜索直到目标。这样可以省略大量无畏的搜索路径,提到了效率-Heuristic search in state-space search for each search position to assess the best location, and then search from this position until the goal. This will omit a large number o
RWXML8
- 分别用贪心算法和启发式算法对测试用例集进行了最小化。-the Greedy and Heuristic is used to minimized the test suite.
ldfs
- 基于学习的深度优先搜索算法,一种通用的启发式搜索算法用于确定的,非确定以及MDPs环境中-Learning Depth-First Search:A Unified Approach to Heuristic Search in Deterministic and Non-Deterministic Settings,and its application to MDPs
NineGrid
- 八数码问题的C++程序代码。八数码问题是个典型的状态图搜索问题。搜索方式有两种基本的方式,即树式搜索和线式搜索。搜索策略大体有盲目搜索和启发式搜索两大类。盲目搜索就是无“向导”的搜索,启发式搜索就是有“向导”的搜索。-8 digital issues of C++ program code. Digital 8 is a typical problem of the state map search problems. There are two basic search methods, na
CHAPTER5
- 遗传算法是一种模拟生物进化机制的随机全局优化搜索方法,具有很强的全局优化能力及鲁棒性。遗传算法属于直接搜索法,对适应函数基本无限制,既不要求连续,也不要求函数可微,而且不需要初始信息可以寻求全局最优解克服了单纯形算法初始条件影响大,易陷入局部最小等缺点,操作方便,速度快,不需要复杂的规则,且可用于多目标寻优,在解空间进行高效启发式搜索,可以提高运算速度。-The genetic algorithm is one simulation organic evolution mechanism sto
eightnumber
- 人工智能的期末课程设计,实现了AI部分,用启发式搜索查找最短路径-Artificial intelligence at the end of curriculum design, the realization of part of the AI, using heuristic search to find the shortest path
JULIEI
- 用MATLAB进行时间序列分析,聚类分析和启发式算法一些介绍。个人收集,很有价值-Using MATLAB to carry out time series analysis, clustering analysis and heuristic introduction. Personal collection, great value
qifa
- nod32 的启发式分析,检测未知病毒技术的白皮书。-nod32 heuristic analysis to detect unknown virus technology, the White Paper.
dist
- 用编程语言实现八数码难题的启发式搜索算法; 2. 利用所编程的程序,对初始的So状态 用编程语言实现八数码难题的启发式搜索算法; 2. 利用所编程的程序,对初始的So状态 -用编程语言实现八数码难题的启发式搜索算法; 2. 利用所编程的程序,对初始的So状态
启发式搜索A算法
- 启发式搜索的定义、估价函数和算法过程,并利用A*算法求解N数码难题,理解求解流程和搜索顺序(The definition, evaluation function and algorithm process of heuristic search, and A* algorithm is used to solve the N digital puzzle, and the solution flow and search order are understood)
启发式分割算法
- 该程序为2000年外国学者提出的启发式分割算法,消除了其他算法的缺点,能够更好的寻找突变点(The program is a heuristic segmentation algorithm proposed by foreign scholars in 2000, which eliminates the shortcomings of other algorithms and can better find the point of mutation)
启发式算法
- 利用启发式算法解决图着色问题,包括禁忌表,仇人表等一系列操作(Solving the problem of graph coloring with heuristic algorithm)