资源列表
GA-PSO
- 遗传算法结合粒子群算法的例子,采用matlab编程-Particle swarm optimization with genetic algorithms example, using matlab programming
ConsoleApplication1
- 利用遗传算法,通过选择、交叉、变异,实现了求函数f(x)=x*x+1的最小值。-Using genetic algorithm, through selection, crossover and mutation, the realization of the function f (x) = x* x+1 a minimum.
duioutuuu
- 复杂网络中两节点的距离利用Floyd算法求解出任意两节点的距离,再求距离的平均值得平均路径长度,并且求得对偶矩阵,分析节点重要度关系-Distance of two nodes in complex networks using Floyd algorithm to solve the distance of any two nodes to distance average to average path length, and obtained the dual matrix, analys
4人过河问题
- 使用clips解决4人限定时间过河问题。附带clips源代码。-use clips resolve four limit the time the river issues. Fringe clips source code.
heyisuanfa
- Unify算法 人工智能基本算法之一 合一算法-Unify basic algorithms in artificial intelligence algorithm-one algorithm
matlab-BP-network-pid-controller
- matlab BP网络的pid控制器 神经网络控制器的matlab实现,已经上传,希望能给需要的同志一些帮助-matlab BP network pid controller
LSSVM
- 可以利用最小二乘支持向量机进行训练和预测-LSSVM for modeling and predicting.
heredity
- 遗传算法,一运行就可以得到最优解,不过比较局限,只限于参考-Genetic algorithm, a run can be the optimal solution, but more limited, confined to a reference
BaseStepPso
- 粒子群优化LSSVM参数 pso.m子程序,应用数据库LSSVMlabv1_8_R2009b_R2011a-subroutine of Particle swarm LSSVM optimization pso. M
nnekf
- 基于卡尔曼滤波训练的神经网络(扩展卡尔曼滤波)-Based on Kalman Filter trained neural network (nnekf)
ga
- 本程序是作者在科研项目中,编写并亲测。该程序用来求解无约束单目标优化问题。对于约束优化问题,可做相应的修改,即可使用。-Genetic Algorithm coded in Matlab. We used the program to solve the unconstrained optimization problems.
粒子群优化算法
- 惯性权重线性递减的粒子群优化算法,带适应度函数 可直接修改