搜索资源列表
Basic_of_CMA
- 恒模算法的简介,它适用于信道的盲均衡。Matlab程序提供基本的框架,可以修该里面的参数以测试该算法的性能-CMA briefings, which applies to Channel Blind balanced. Matlab to provide a basic framework, it can be done inside of the parameters to test the performance of the algorithm
cmaes_c.tar
- 一种新的寻优算法,CMA,寻优速度很快,并且很稳定。-A new optimization algorithm, CMA, optimization fast and very stable.
cma_dd_mcam
- 常数模算法与DD算法以及修正常数模算法仿真-CMA and DD algorithm and the correction constant modulus algorithm simulation
CMA-ES-optimization
- 包括优化算法源程序及算法原理介绍。自适应协方差矩阵进化策略,一种2000年左右发展起来的新优化算法,简称CMA-ES,最近十几年得到了学术界的广泛关注,非常有应用前景。这是一种黑箱子优化算法,可以再程序末自己定义优化函数,也可以调用外部程序(如有限元等)进行计算,然后提取优化函数的解。该优化算法在各种变量维度下的表现优于蚁群算法、粒子群算法,有较好的收敛性,这归功于其严谨的数学表达。-Covariance matrix adaptation evolution strategy, about o
evolution_strategy
- the cma algorithm, written by matlab. It is global optimization method.