说明:matlab的典型算法(包括神经网络、遗传算法、概率算法、模拟退火算法)
说明:遗传算法(Genetic Algorithm ,GA) 是借鉴生物界自然选择和群体进化机制形成的一种全局寻优算法。与传统的优化算法相比 ,遗传算法具有如下优点[1]: 1) 不是从单个点 ,而是从多个点构成的群体开始搜索 ; 2) 在搜索最优解过程中 ,只需要由目标函数值转换得来...
说明:数值算法中另一个经典算法gmres算法,用来求解大型矩阵方程问题。-Another classic algorithm gmres algorithm used to solve the problem of large matrix equations.
说明:求根MUSIC算法,仿真中使用的阵列为均匀阵列,阵列数为8,接收信号数为2个,噪声为高斯白噪声。此算法是对经典MUSIC算法的改进,估计精确度更高。-Root MUSIC algorithm, the use of simulation for the uniform array of arrays...
说明:Hill climbing (HC) is one of the traditional and easy methods that is used in many applications including solar systems to track peak power due to its...