资源列表
Alpha_Beta
- Alpha_Beta剪枝程序,博弈树以.txt文件读入,含文件格式示例。
box
- 由文件input.txt提供输入数据。输入文件第1 行有2个正整数n和m(1<=n,m<=100), 表示仓库是n×m个格子的矩形阵列。接下来有n行,每行有m个字符,表示格子的状态。 S 表示格子上放了不可移动的沉重货物; w 表示格子空闲; M 表示仓库管理员的初始位置; P 表示箱子的初始位置; K 表示箱子的目标位置。 -Provided by the input data file input.txt. Line 1 input file ther
yiqusaunfachengcude-
- 蚁群算法的程序和引言,含有坐标城市的目的信息。-Ant colony algorithm of procedures and the introduction, the purpose of containing the coordinates of the city' s information.
GramSchmidt
- 本人编写的GramSchmidt神经网络算法,和传统的神经网络算法比较,该算法能自动产生神经元,节约时间,速度快! 本人还加了自动产生分类的方法和适合各种函数的转换,该zip包括两个文件,一个是GramSchmidt正交分解,是个子函数,主函数是orth_GramSchmidt,放在同一目录下,就可运行,可以对benchmark的逼近和分类问题提供解决方案
ART
- ART神经网络源码.自适应共振理论ART(Adaptive Resonance Theory)模型是美国Boston大学的S.Grossberg和A.Carpenet在1976年提出的。ART是一种自组织神经网络结构,是无教师的学习网络。当在神经网络和环境有交互作用时,对环境信息的编码会自发地在神经网中产生,则认为神经网络在进行自组织活动。ART就是这样一种能自组织地产生对环境认识编码的神经网络理论模型。-The code of ART neural network
123
- 神经网络的一个预测程序,在MATLAB中可以直接运行的-Neural network of a prediction of the program which can run
GA
- python遗传算法求解背包问题,后者由1978年由Merkel和Hellman提出。其运行依赖DEAP -python genetic algorithm knapsack problem, which in 1978 proposed by Merkel and Hellman. Its operation depend DEAP
mergesortedvectors
- If we have two individually sorted vectors \"a\" and \"b\" but they are not sorted with respect to each other and we want to merge them into vector \"c\" such that \"c\" is also a sorted vector. Then c=mergesorted(a,b) can be used. -If we have two
AI
- Solving Problem inheritance by Prolog The parents of Mark are Linda and Peter. The parents of Fiona are Linda and Peter. The parents of Andrea are Fiona and Andrew. The parents of John are Fiona and Andrew. The parents of Eileen are Andrea and A
genetic
- Genetic programming, Genetic algorithms are the offline optimization algorithms
posp
- 采用粒子群优化算法解决WDM光网络保护容量优化问题,该问题是一个NP完全问题。-particle swarm algorithm to slove the wdm optical network protection capacity assginment problem.
hannuota
- 古代著名的汉诺塔问题,本程序可以输出具体的移动步骤-Ancient famous Tower of Hanoi problem, the program can output a specific mobile steps