资源列表
BA
- 一种构建BA无标度复杂网络模型的matlab代码,
weixing1
- 这是一个用matlab模仿的地球同步卫星发射过程。是我学习matlab时编的,希望可以帮助理解matlab编程。
ACOforTSP
- tsp问题的群蚁算法实现,其中c为测试矩阵,代表各点的相对坐标,NC_max 最大迭代次数 ,m蚂蚁个数,Alpha 表征信息素重要程度的参数,Beta 表征启发式因子重要程度的参数,Rho 信息素蒸发系数,Q 信息素增加强度系数,R_best 各代最佳路线,L_best 各代最佳路线的长度,运行后得到最佳路线和收敛曲线-ant problem tsp algorithm group, of which c for the test matrix, the representative of
cg
- 该程序是用共轭梯度法来求解函数的最优化问题,其中一维搜索时采用了0.618法,即黄金分割法-The program is the conjugate gradient method to solve the function optimization problem, one-dimensional search using the 0.618 method, that is, golden section method
FFT
- 时间抽选基-2 FFT及IFFT算法C语言实现-Selected time base-2 FFT and IFFT algorithms C language
fenqun
- 网络路由中分群算法, 网络路由中分群算法,-Clustering algorithm in network routing, network routing in the clustering algorithm, network routing in the clustering algorithm,
cholesky
- Class for Cholesky decomposition in java
fnn-ok.m
- 用于自适应控制的神经网络和模糊控制相结合的智能控制算法。-Neural networks for adaptive control and fuzzy control of a combination of intelligent control algorithm.
erweiIWO
- 利用入侵性杂草优化算法解决二维的函数优化问题-Use of invasive weeds optimization algorithm is proposed to solve two dimensional function optimization problem
L-M
- 列文伯格-马夸尔特算法是最优化算法中的一种,是使用最广泛的非线性最小二乘法!-Levenberg- Marquardt optimization algorithm is the most widely used non-linear least squares method!
XOR
- 使用神经网络实现了异或的功能,代码为matlab代码,输入为二维数组,输出为一个数,训练样本为异或的四种情况,结果误差为1e-010,-Using a neural network to achieve the XOR functions, code for matlab code, enter a two-dimensional array, the output is a number of training samples for exclusive or four cases, the
Conjugate_gradient_exact
- 最优化方法的共轭梯度法的精确搜索,有二次终止性。-Refine search Conjugate Gradient Method