资源列表
mymain
- 离心机关键控制,基于模糊控制的智能转向控制仿真研究,电路&程序资料-The centrifuge key control
GA
- 遗传算法实例讲解和一些程序包内容具体简单容易上手希望对您有帮助-Examples to explain the genetic algorithm
gabpnn
- 遗传算法优化bp神经网络权值,用于函数回归预测。-The genetic algorithm optimization bp neural network weights for the prediction of function regression.
svm
- SVM神经网络的数据分类预测,预测葡萄酒种类识别-SVM neural network data classification predictions about wine types of identification
Apriori_Trie
- 数据挖掘的aprior算法,发现数据,查找如超市数据-Aprior Algorithm used in Data Mining, Data Discovery, for example, mining Super Market Data
dijkstra-c++
- Dijkstra算法是典型的最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。 Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。Dijkstra算法是一种逐步搜索算法,通过为每个顶点n保留目前为止所找到的从m到n的最短路径来工作的。 c#实现算法-Dijkstra algorithm is a typical example of the most short-circuit algorithm
GA(CPP)
- 标准遗传算法,用c++程序实现,有详细附注-Standard genetic algorithm implementation using c++ program, with detailed notes
BP-discriminating-feature-vector
- 用BP人工神经网络进行特征提取进而进行流型识别-With BP artificial neural networks for feature extraction and then stream pattern identification
pso1
- 这是粒子群优化算法,有java语言编写,对于理解粒子群优化算法很有用-This is the particle swarm optimization algorithm, java language, an understanding of PSO useful
XOR_2.RAR
- neural network limulated in C
GAshoulian
- 一个用于求解方程的MATLAB遗传算法。并能够保持收敛。-MATLAB for solving equations of a genetic algorithm. And to maintain convergence.
Program
- 示範 PSO 程式如何解決問題,目標是要找出 x0 和 x1 的值,函式 f 的值 = 3 + x 0 ^2 + x 1 ^2 為最小化。物件類別有五個公用資料成員: 位置、 適用性、 速度、 bestPosition 和 bestFitness。-PSO program demonstrates how to solve the problem, the goal is to identify the value of x0 and x1, the value of the function