ldpc码的进化算法我要分享

Evolutionary algorithm for LDPC codes

matlab 算法 ldpc 进化

关注次数: 107

下载次数: 1

文件大小: 30.85 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明: The default problem in this directory (main directory) is the Chebyshev problem. If any of the other problems shall be treated, go to the appropriate subdirectory and copy the files objfun.m, PlotIt.m, and Rundeopt.m to the main directory. The script file Rundeopt.m (Run DE optimization) is the main control file in the MATLAB ?environment. Plotting can be turned off by setting the variable I_plotting=0 in rundeopt.m. Per default this variable is set to 1. Various ways of plotting have been used for the different examples. Only the two-dimensional problems allow an animated view how the population evolves on the objective function surface. Other problems may simply use a progress plot for the objective function value. It is best to try the different examples to see how plotting has been used to monitor the optimization.


English Description:

The default problem in this directory (main directory) is the Chebyshev problem. If any of the other problems shall be treated, go to the appropriate subdirectory and copy the files objfun.m, PlotIt.m, and Rundeopt.m to the main directory. The script file Rundeopt.m (Run DE optimization) is the main control file in the MATLAB ?environment. Plotting can be turned off by setting the variable I_plotting=0 in rundeopt.m. Per default this variable is set to 1. Various ways of plotting have been used for the different examples. Only the two-dimensional problems allow an animated view how the population evolves on the objective function surface. Other problems may simply use a progress plot for the objective function value. It is best to try the different examples to see how plotting has been used to monitor the optimization.


代码预览