资源列表
15数码问题的3种算法(算法和具体代码)
- 15数码问题的3种算法(算法和具体代码) 解决15数码问题的3种算法,分别是深度,宽度,以及A*算法。c语言编写,VC下都通过运行。,15 digital issues three kinds of algorithm (algorithm and the specific code) to solve the problem of 15 digital three kinds of algorithms, respectively, are the depth, width, and th
pso-svm.rar
- 粒子群算法与支持向量机的结合,用粒子群算法快速寻找支持向量机的最优参数。,Particle swarm optimization with support vector machines with particle swarm optimization with support vector machines quickly find the optimal parameters.
MOEA-NSGA-II.rar
- NSGA-II多目标优化的matlab代码,NSGA-II multi-objective optimization matlab code
GAPSO.rar
- 遗传粒子群的最新改进算法,随着维度增加效果更好,Genetic Particle Swarm latest improved algorithm, with the increasing dimensions better
succus-s-pid-fuzzy.rar
- 模糊PID源程序,C语言编写,内有详细说明,适用于初学者,Fuzzy PID source
Artificial-Bee-Colony
- 人工蜂群算法解决函数优化问题代码,内含Sphere,rastrigin,rosenbrock等标准测试函数- ABC algorithm coded using MATLAB language*/ /* Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis Karaboga in 2005, motivated by the intelligent behavior
dsss
- 直接序列扩频通信系统,实现PN码同步,采用串行滑动相关捕获相关峰-Direct sequence spread spectrum communication system, and PN code synchronization, sliding-related capture serial correlation peak
dstar
- D星算法,是A星算法的动态版本,都是基本的路径规划算法-D Star algorithm, stars are A dynamic version of the algorithm is the basic path planning algorithm
chengxu1
- 一种基于模糊神经网络的故障诊断方法的程序,在matlab上可直接运行-Based on fuzzy neural network fault diagnosis procedure in matlab can be directly run
MFA
- Marginal Fisher Analysis算法,可用于降维,注释有使用说明!供大家学习交流!-Marginal Fisher Analysis algorithm, can be used for dimensionality reduction, the Notes are used to explain! For all to learn!
EM
- EM算法Matlab实现。最大期望(EM)算法是在概率(probabilistic)模型中寻找参数最大似然估计或者最大后验估计的算法,其中概率模型依赖于无法观测的隐藏变量(Latent Variable)-EM algorithm by Matlab. Maximum expected (EM) algorithm is probabilistic (probabilistic) model to find maximum likelihood parameter estimation or m
chess.py
- Python实现A*算法解决八数码问题。 输入为九个数字的列表,代表八个数的位置(Z字型方向),空位以-1代替。 输出为各移动步骤得到的九个数的矩阵(输出到屏幕)。 使用是调用answer函数。返回一个各移动步骤得到的九个数的矩阵的列表。-Python achieving eight A* algorithm to solve digital problems. Enter a list of the nine numbers represent the number eight p