资源列表
MCP(maxcut)
- 该程序是利用MATLAB算法中模拟退火应用中得最大截问题得解决-the program is using MATLAB algorithm simulated annealing applications largest closed issue resolved
aa
- C#写的蚁群算法,实现了五个城市的旅行商问题,简单易懂-ant colony algorithm
Oja_mPCA_MUSIC
- 用基于Oja准则的PCA神经网络方法实现MUSIC算法,完成DOA估计 -Oja-based guidelines for the PCA neural network method MUSIC algorithm, the completion of the estimated DOA
pid
- PID经典实用的C语言算法可用于了解学习-PID classic and practical C language algorithms can be used to understand learning
linbppid1
- bp神经网络pid控制小车倒立摆的摆角和小车的位移-inverted pendulum control bppid car
chapter2_1
- 利用训练数据,测试数据进行基于双隐含层BP神经网络的预测-Using the training data, test data to predict based on double hidden layer BP neural network
psobpdiagnosis
- 利用粒子群算法优化BP神经网络的权值,将训练好的神经网络用于故障诊断中,进行模式识别,比BP神经网络收敛快-Utilizing particle swarm optimization BP neural network weights, the trained neural network for fault diagnosis, pattern recognition, neural network converges faster than the BP
svm_model
- 基于支持向量机(SVM)的住房需求模型预测的MATLAB代码。-Based on support vector machine (SVM) model to predict the housing needs of the MATLAB code.
realDBSCAN
- 二维的DBSCAN聚类算法,输入(x,y)数组,搜索半径Eps,密度搜索参数Minpts。输出: Clusters,每一行代表一个簇,形式为簇的对象对应的原数据集的ID-two-dimensional clustering algorithm, the input (x, y) array, search radius Eps. Minpts density search parameters. Output : Clusters, each firm on behalf of a cluste
mohukongzhi
- 本程序可在vc6.0环境下运行!输入e表示输出误差,ec表示误差变化率,经过测试具有很好的控制效果,对于非线性系统和数学模型难以建立的系统来说有更好的控制效果!-This program can be run under vc6.0 environment! Enter e represents the output error, ec represents the error rate of change, tested with good control effect for the sys
Engine-Diagnosis-on-NN
- 基于概率神经网络的采油机故障诊断,运行后能对采油机样本是否故障进行判断并能给出故障类型-Troubleshooting probabilistic neural network-based oil extraction machine, running on the extraction machine can sample and determine whether the fault can be given the type of fault
遗传算法多目标优化
- 遗传算法对多个目标函数的优化代码,可供参考学习。