搜索资源列表
qifa
- 启发式算法DOC文本,复制到C++中可直接运行.-heuristics DOC text copied to the C can be directly run.
3540744452
- When designing and implementing heuristics for discrete optimization problems, there are many choices to be made. These include search paradigms, search mechanisms, search parameters, test sets, etc. Often these choices are treated as independe
exam1
- ssd4的exam1,考的有两点,一是启发式思维的判别,二是运用vb进行编程-The examination, ssd4 exam1 has two, one is the heuristics, two is programmed with vb
6688258-SSD4Unit2
- 2.2 Creating with Buttons — Evaluating with Three Heuristics In this module, we will learn about the Button control and use it to develop our prototype of the Date/Time control panel. We will then analyze the result using 3 heuristics. •
8_puzzle
- Its a 8 puzzle code solved using heuristics
Exam1_BH
- The task is to develop a VB application that helps you memorize five of the ten relationships between heuristics and the process model user information (IPM). The functionality and appearance should be similar to the prototype example is the followin
PrQ1
- The task is to develop a VB application that helps you memorize five of the ten relationships between heuristics and the process model user information (IPM). The functionality and appearance should be similar to the prototype example is the followin
Simple-Heuristics
- 本书内容包括:研究的总体框架、基本无知的决策制定、单一理由决策制定、超越选择——记忆、估计和分类等-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 view
quanpailie
- 输出n个自然数中以r个数全排列,回溯法也称为试探法,该方法首先暂时放弃关于问题规模大小的限制,并将问题的候选解按某种顺序逐一枚举和检验。在回溯法中,放弃当前候选解,寻找下一个候选解的过程称为回溯。-The output n natural numbers r the number of full array backtracking also called heuristics, this method first temporarily abandon the restrictions on
LAU_NP
- Heuristics for NP problems
source
- VRP C/C++ Library of Local Search Heuristics for the Vehicle Routing Problem. ... latest source code can be obtained http://www.coin-or.org/projects/VRPH.xml-VRP C/C++ Library of Local Search Heuristics for the Vehicle Routing Problem. ... latest sou
scheduling-resource-constraint
- This GAMS code is developed for multi mode resource constraint project in segmented activities. this code returns the exact solution for the problem which is NP-Hard and should be solved by another algorithms such as meta heuristics.
Paper_2
- Bio-Inspired Relay Node Placement Heuristics
fword_src
- The F# WORD - Crossword Generator This article discuses algorithm for constructing crossword puzzles. Several techniques and heuristics are described that can reduce search time. The algorithm is implemented in F#.