搜索资源列表
matlab-forPID
- mtlab仿真的基于遗传算法的pid,实数编码和二进制编码
gatbs_matlab
- 遗传算法matlab原代码 很不错的 希望大家可以 包括 二进制编码实数编码
Matlab-GA
- 对于单种群进化,多方式进化是提高全局搜索能力和收敛速度的一种有效策略 该程序采用: 编码:二进制编码、实数编码(默认) 选择:非线性排名选择(主要表现在前期),锦标赛选择(主要表现在后期,含精英保留),由于单纯的转轮盘选择存在诸多弊端,这里没有采用 交叉:二进制编码采用多点交叉和均匀交叉,并逐步增大均匀交叉概率 实数编码采用离散交叉(前期)、算术交叉(中期)、AEA重组(后期) 变异:二进制编码采用随机变异 实数编码采用两种自适应变异和两种随机变异,且尽量采用前者
transform
- 在matlab中实现十进制到有符号定点二进制的转换-To achieve in matlab decimal to binary signed conversion of fixed-point
number_system
- 十进制转换为二进制,在Matlab中实现,利用矩阵来进行实现-Decimal to binary, implemented in Matlab using the matrix to be achieved
fine
- ecg信号读取与二进制到十进制转换,为处理做准备-read ecg signal with the binary to decimal conversion, in preparation for the treatment
decimal-and-binary
- matlab 十进制与二进制的转换 包括二进制转换为十进制;也包括十进制转换为二进制-decimal to binary binary to decimal
quantizer1
- 小数量化程序,中间的位数是可以调节的,这个所给的是32位的实数浮点数据转变为二进制数-the procedure of quantification for decimals
ga_pid
- 遗传算法优化PID控制,分别采用实数编码和二进制编码-Genetic algorithm to optimize PID control, real-coded and binary coded
Genetic-Algorithm2
- 实数编码和二进制编码的遗传算法程序,程序结构清晰,易懂,是学习遗传算法很好的例子。-Real number coding and binary coded genetic algorithm program, the program structure is clear, and easy to understand, is to study the genetic algorithm is a good example.