资源列表
aco
- 在visual c++下编写的ACO基本算法,实现对TSP问题的解决-In visual c++, prepared with the basic ACO algorithm, the solution to the problem of the TSP
eightnum
- 启发式搜索中的A*算法求解八数码问题,输出每一层状态和f,g,h值-The A* heuristic search algorithm eight digital output status of each layer and f, g, h values
graph
- 基于C语言的图形函数库的源代码 同济大学计算机系 王小平 2000年5月
wenduc
- 自己动手做的一个自动温度计,用的是PIC作为控制器.-personally do an automatic thermometer, use the PIC as a controller.
Genetic
- 用遗传算法解决旅行商问题,种群规模为2000,变异方法是将第二位上的基因放到第一位之前,适应函数为1除以路径长度8次方 ,算法迭代125次。 -Solve the using genetic algorithms, population size is 2000, the second mutation is the gene into the first before the fitness function as a path length divided by the 8
BAM
- 神经网络的BAM联想记忆功能,是一种可以记忆模式对的两层非线性反馈神经网络。 -The BAM neural network associative memory function, can is a kind of memory patterns of the two layers of nonlinear feedback neural network.
TSP
- 这是一个关于著名最短路问题 旅行商问题的C++实现,本代码里面包含了两种实现方法:(1)动态规划求解TSP (2)蚁群算法求解TSP-This code is programed in C++ to solve TSP problem, which include two algorithm:(1)dynamic programming and (2)ant colony optimization
FLch7FNNeg3
- 第七章的模糊神经网络解耦MATLAB程序 例7.3 用隶属函数型神经网与模糊控制融合的解耦程序(FLch7FNNeg3.m) 是侯媛彬和汪梅的系统辨识课本上第七章的的实验。 -Chapter VII of the fuzzy neural network decoupling Example 7.3 with the MATLAB program membership function neural network and fuzzy control integration of t
BPprediction
- BP神经网络预测程序 第一行的第二个数据表示train_flowoutput第一行的第二个数据对应预测日前一天2点的时用水量,第二行的第二个数据表示train_flowoutput第一行的第二个数据对应预测日前一周2点的时用水量,其余的数据与train_flowoutput相对应,每一行有288个数据。-BP neural network prediction program
dpsimplify
- for association rules to change in genetic algorithms
matlab
- 通用神经网络代码学习了一段时间的神经网络,总结了一些经验,在这愿意和大家分享一下, 希望对大家有帮助,也希望大家可以把其他神经网络的通用代码在这一起分享-I have learning this code for some time,and got some experience in.I ll share it with you.
MC
- Java实现的野人传教士问题,输入可行路径。-java,M.C. problem.
