Location:
Search - heuristics
Search list
Description: 使用启发式算法编写的推箱子游戏,有图形界面,可以自动演示最优步骤-use heuristics prepared by the RSS games, graphics interface, automatic optimal demonstration steps
Platform: |
Size: 15218 |
Author: 阮珏 |
Hits:
Description: For the incomplete methods, we kept the representation of the queens by a table and the method of calculation to determine if two queens are in conflict, which is much faster for this kind of problems than the representation by a matrix.
heuristics: descent.
Tests: 100 queens in less than 1 second and 67 iterations. 500 queens in 1 second and 257 iterations. 1000 queens in 11 seconds and 492 iterations.
heuristics: Simulated annealing.
Tests: 100 queens in less than 1 second and 47 iterations. 500 queens in 5 seconds and 243 iterations. 1000 queens in 13 seconds and 497 iterations.
heuristics: based on Simulated Annealing.
Tests: 100 queens in less than 1 second and 60 iterations. 500 queens in 1 second and 224 iterations. 1000 queens in 5 seconds and 459 iterations. 10 000 queens in 20 minutes 30 seconds and 4885 iterations.
-For the incomplete methods, we kept the representation of the queens by a tab le and the method of calculation to determine if two queens are in conflict, which is much faster for this kind of problems th an the representation by a matrix. heuristics : descent. Tests : 100 queens in less than a second and 67 iteration s. 500 queens in a second and 257 iterations. 100 queens 0 in 11 seconds and 492 iterations. heuri stics : Simulated annealing. Tests : 100 queens in less than a second and 47 iteration s. 500 queens in 5 seconds and 243 iterations. 10 00 queens in 13 seconds and 497 iterations. heur istics : based on Simulated Annealing. Tests : 100 queens in less than a second and 60 iteration s. 500 queens in a second and 224 iterations. 100 0 queens in 5 seconds and 459 iterations. q 1
Platform: |
Size: 52579 |
Author: ZHU |
Hits:
Description: 启发式算法DOC文本,复制到C++中可直接运行.-heuristics DOC text copied to the C can be directly run.
Platform: |
Size: 3856 |
Author: dqs |
Hits:
Description: Object-Oriented Design Heuristics
By Arthur J. Riel
Publisher : Addison Wesley
Pub Date : April 30, 1996
经典的面向对象设计书籍
Platform: |
Size: 3352192 |
Author: wang xiaobo |
Hits:
Description: A FRAMEWORK FOR EXTRACTION PLANS AND HEURISTICS IN AN ONTOLOGY-BASED DATA-EXTRACTION SYSTEM
Platform: |
Size: 408210 |
Author: math |
Hits:
Description: 使用启发式算法编写的推箱子游戏,有图形界面,可以自动演示最优步骤-use heuristics prepared by the RSS games, graphics interface, automatic optimal demonstration steps
Platform: |
Size: 15360 |
Author: 阮珏 |
Hits:
Description: For the incomplete methods, we kept the representation of the queens by a table and the method of calculation to determine if two queens are in conflict, which is much faster for this kind of problems than the representation by a matrix.
heuristics: descent.
Tests: 100 queens in less than 1 second and 67 iterations. 500 queens in 1 second and 257 iterations. 1000 queens in 11 seconds and 492 iterations.
heuristics: Simulated annealing.
Tests: 100 queens in less than 1 second and 47 iterations. 500 queens in 5 seconds and 243 iterations. 1000 queens in 13 seconds and 497 iterations.
heuristics: based on Simulated Annealing.
Tests: 100 queens in less than 1 second and 60 iterations. 500 queens in 1 second and 224 iterations. 1000 queens in 5 seconds and 459 iterations. 10 000 queens in 20 minutes 30 seconds and 4885 iterations.
-For the incomplete methods, we kept the representation of the queens by a tab le and the method of calculation to determine if two queens are in conflict, which is much faster for this kind of problems th an the representation by a matrix. heuristics : descent. Tests : 100 queens in less than a second and 67 iteration s. 500 queens in a second and 257 iterations. 100 queens 0 in 11 seconds and 492 iterations. heuri stics : Simulated annealing. Tests : 100 queens in less than a second and 47 iteration s. 500 queens in 5 seconds and 243 iterations. 10 00 queens in 13 seconds and 497 iterations. heur istics : based on Simulated Annealing. Tests : 100 queens in less than a second and 60 iteration s. 500 queens in a second and 224 iterations. 100 0 queens in 5 seconds and 459 iterations. q 1
Platform: |
Size: 52224 |
Author: ZHU |
Hits:
Description: 启发式算法DOC文本,复制到C++中可直接运行.-heuristics DOC text copied to the C can be directly run.
Platform: |
Size: 4096 |
Author: dqs |
Hits:
Description: Object-Oriented Design Heuristics
By Arthur J. Riel
Publisher : Addison Wesley
Pub Date : April 30, 1996
经典的面向对象设计书籍
-Object-Oriented Design Heuristics By Arthur J. Riel Publisher: Addison Wesley Pub Date: April 30, 1996 classic object-oriented design books
Platform: |
Size: 3351552 |
Author: wang xiaobo |
Hits:
Description: A FRAMEWORK FOR EXTRACTION PLANS AND HEURISTICS IN AN ONTOLOGY-BASED DATA-EXTRACTION SYSTEM
Platform: |
Size: 407552 |
Author: math |
Hits:
Description: Daniel K.Rosenkrantz. Richard E.Stearns. 关于旅行商问题的集中启发式算法的分析-Daniel K. Rosenkrantz. Richard E. Stearns. The focus on the traveling salesman problem heuristics analysis
Platform: |
Size: 1915904 |
Author: phil |
Hits:
Description: 基于PSO的BP训练算法论文:在BP训练算法中,关于变权值、学习速率、步长的问题已被广泛地研究,几种基于启发式改进的技术也表明具有改善训练时间以及避免陷入局部最小的明显效果。这里BP训练过程由基于PSO同时优化log—Sigmoid函数与网络权值的新算
法(PSO。GainBP)实现。实验结果表明,PSO—GainBP比传统基于PSO的BP算法在网络训练方面具有更好的性能。-PSO based on the BP training algorithm Papers: In the BP training algorithm, on the right to change the value of learning rate, step length of the question has been widely studied, several heuristics based on improved technology also shows that to improve the training time and avoid falling into local the smallest tangible results. Here BP training process at the same time by the PSO-based optimization of log-Sigmoid function and the network weights of the new algorithm (PSO. GainBP) to achieve. The experimental results show that, PSO-GainBP than the traditional PSO based on the BP algorithm in network training has a better performance.
Platform: |
Size: 150528 |
Author: ekin |
Hits:
Description: 流算法中的一种:Packet Classification using Hierarchical Intelligent Cuttings-Internet routers that operate as firewalls, or provide a variety
of service classes, perform different operations on different
flows. A flow is defined to be all the packets sharing common
header characteristics for example a flow may be defined as
all the packets between two specific IP addresses. In order to
classify a packet, a router consults a table (or classifier) using
one or more fields from the packet header to search for the
corresponding flow. The classifier is a list of rules that identify
each flow and the actions to be performed on each. With
the increasing demands on router performance, there is a
need for algorithms that can classify packets quickly with
minimal storage requirements and allow new flows to be frequently
added and deleted. In the worst case, packet classification
is hard requiring routers to use heuristics that exploit
structure present in the classifiers. This paper presents such a
heuristic, called HiCuts, (hierarchical intelligent cutti
Platform: |
Size: 50176 |
Author: Reguse |
Hits:
Description: 流分类中的一种算法:Packet Classification Using Multidimensional Cutting-This paper introduces a classification algorithm called HyperCuts.
Like the previously best known algorithm, HiCuts,
HyperCuts is based on a decision tree structure. Unlike
HiCuts, however, in which each node in the decision tree
represents a hyperplane, each node in the HyperCuts decision
tree represents a k− dimensional hypercube. Using this
extra degree off reedom and a new set of heuristics to find
optimal hypercubes for a given amount of storage, Hyper-
Cuts can provide an order ofma gnitude improvement over
existing classification algorithms. HyperCuts uses 2 to 10
times less memory than HiCuts optimized for memory, while
the worst case search time ofH yperCuts is 50− 500 better
than that ofH iCuts optimized for speed. Compared with
another recent scheme, EGT-PC, HyperCuts uses 1.8 − 7
times less memory space while the worst case search time is
up to 5 times smaller. More importantly, unlike EGT-PC,
HyperCuts can be fully pipelined to provide one
Platform: |
Size: 216064 |
Author: Reguse |
Hits:
Description: Best-first search
Greedy best-first search
A* search
Heuristics
Local search algorithms
Hill-climbing search
Simulated annealing search
Local beam search
Genetic algorithms
Platform: |
Size: 267264 |
Author: it |
Hits:
Description: CSC 550: Introduction to Artificial Intelligence
Fall 2004
heuristics & informed search
heuristics
hill-climbing
bold + informed search
potential dangers, variants
best first search
tentative + informed search
best-first search vs. DFS vs. BFS-CSC 550: Introduction to Artificial Intelligence
Fall 2004
heuristics & informed search
heuristics
hill-climbing
bold+ informed search
potential dangers, variants
best first search
tentative+ informed search
best-first search vs. DFS vs. BFS
Platform: |
Size: 172032 |
Author: it |
Hits:
Description: 人工智能课程实验:使用启发式搜索求解皇后问题。启发式搜索是利用度量作为指南的一种搜索方法。皇后问题是计算机界的经典问题,n皇后问题为把n个皇后放入一个n*n的棋盘中,使皇后两两不在同一行,同一列以及同一斜线中。求解n皇后问题的算法众多,主要有回溯法,构造法,概率算法以及本实验所用的启发式搜索方法等。方法不同,求解问题所产生的时间效率也大不相同,本实验主要对比构造法与启发式搜索方法的效率。
-Artificial Intelligence Curriculum Experiment: Using heuristic search for solving the queens problem. Heuristic search is used as a guide to measure a search method. Queens problem is a computer industry classic problem, n queens problem is the n-queen into a chessboard of n* n, so that the Queen is not in the same row 22, and the same diagonal in the same column. N queens algorithm for solving a number of mainly retrospective method, construction method, probabilistic algorithms and heuristics used in this study search methods. Methods, to solve problems arising from the time efficiency of very different construction method for this study primarily compared with the efficiency of heuristic search method.
Platform: |
Size: 2101248 |
Author: 夏雪 |
Hits:
Description: 本书内容包括:研究的总体框架、基本无知的决策制定、单一理由决策制定、超越选择——记忆、估计和分类等-Simple Heuristics That Make Us Smart invites readers to embark on a new journey into a land of rationality that differs from the familiar territory of cognitive science and economics. Traditional views of rationality tend to see decision makers as possessing superhuman powers of reason, limitless knowledge, and all of eternity in which to ponder choices. To understand decisions in the real world, we need a different, more psychologically plausible notion of rationality, and this book provides it. It is about fast and frugal heuristics--simple rules for making decisions when time is pressing and deep thought an unaffordable luxury. These heuristics can enable both living organisms and artificial systems to make smart choices, classifications, and predictions by employing bounded rationality.
Platform: |
Size: 20296704 |
Author: 王杰 |
Hits:
Description: Heuristics algorithm course
Platform: |
Size: 624640 |
Author: 2k |
Hits:
Description: 介绍启发式算法的设计思想和技巧,本书堪称算法设计领域里的经典之作-How to Solve It:Modern Heuristics.
Platform: |
Size: 6403072 |
Author: 王波 |
Hits: