资源列表
shengchengzuheshu
- 一个十分简短却非常有用的产生组合数的程序。
RegionGrow
- 区域生长的matlab源码 region grow
GN算法
- GN算法源码,使用matlab
liziqun_tanli
- 在粒子群算法运行中,容易出现局部最优,为此设粒子本身有弹力,在聚集的同时散开,避免早熟现象的出现.-Particle swarm optimization in operation, prone to local optimum, for which established itself elastic particles, dispersed in the gathering at the same time to avoid the emergence of the phenomenon o
jiashu
- 遗传算法是一类借鉴生物自然选择和自然遗传机制的随机化搜索算法,由于其本身 具有很强的鲁棒性和并行处理功能,因而特别适用于传统优化方法难以解决的最优化问 题-Genetic algorithms are a class of reference biological mechanism of natural selection and random genetic-based search algorithm, due to its robust and highly parallel p
LU
- 包括LU和LUl,后者是列主元的LU分解法-LU sulve
position_PID
- 位置式PID控制:指最一般意义上的PID控制,对于一般系统能够实现常用控制。-Positional PID control: refers to the most general sense of the PID control for the general system to achieve common control.
Fast_Isomorphic_Number
- 同构数快速算法,可以无限长度输出。遗憾的是此算法没有发现什么实用性。-Fast Isomorphic Number
ais_youhua
- 蚁群优化算法 进行优化 可用于参数寻优 故障诊断-The ant colony optimization algorithm to optimize
liubianx_mei-xw
- 通过matlab的解方程函数,来计算分段函数的在不同时间段的方程解。-Solving equations through the matlab function to calculate piecewise function at different time periods equations.
plot_isotonic_regression
- 保序回归是寻找使训练集均方差最小的近似函数,它的优点是目标函数不要线性的。-The isotonic regression finds a non-decreasing approximation of a function while minimizing the mean squared error on the training data. The benefit of such a model is that it does not assume any form for the tar
BP神经网络程序
- 关于智能算法bp神经网络实例程序,代码没有很长,可借鉴。