资源列表
ASA-30.18
- 改进的模拟退火算法 内有书;Lester Ingber Research (LIR) develops projects-adapted annealing algorithm, book included Lester Ingber Research (LIR) develops projects
bpNeuralNetwork
- BP神经网络C++代码简单实现,包括测试集-BP neural network C++ code is simple to achieve
easylocal-2
- EasyLocal++ : 这是一个C++面向对象的框架 方便开发局部搜索算法~-EasyLocal++: a C++ Object-Oriented framework aimed at easing the development of Local Search algorithms.
Desktop
- 几个有用的自己做的和别人的knnsearch-Several useful and others do their own knnsearch
MAZE
- pascal编写的迷宫路径算法,最大深度300。-pascal written labyrinth path algorithm, the maximum depth of 300.
GAalgorithm
- 遗传算法求解非凸函数的极值,包含选择交叉变异子函数-Using Genetic algorithm to solve the extremum of non-convex function
Modelling-of-Dc-motor
- modelling of dc motor and finding out the different curves
threephaseinverter-model
- gives three phase inverter model and associated waveform
step-down-chopper
- modelling of step down chopper and associated waveforms
step-up-chopper
- modelling of step up chopper and associated waveform
3_cubic_puzzle
- 立方数码问题(8数码问题的三维拓展) 使用C/C++实现4个算法,即,使用启发函数h1(n)的A*算法:Astar_h1.cpp,使用启发函数h2(n)的A*算法:Astar_h2.cpp,使用启发函数h1(n)的IDA*算法:IDAstar_h1.cpp,使用启发函数h2(n)的IDA*算法:IDAstar_h2.cpp。输出文件名与算法对应。以h1为启发函数的A*算法输出到output_Ah1.txt;以h2为启发函数的A*算法输出到output_Ah2.txt;以h1为启发函数的IDA
NQueens
- nqueens 问题的QS1实现 N-皇后问题的快速局部搜索算法 1分钟可以找到75000皇后的一个解 参考:Rok Sosic and Jun Gu. A Polynomial Time Algorithm for the N-Queens Problem. SIGART Bulletin, 1(3):7-11, 1990.-Fast Local Search Algorithm QS1 nqueens problem realization // // N- Queens pro
