摘要
针对遗传算法编程中存在的计算效率问题 ,提出了一种基于位操作 (Bit Operation)编、解码技术 ,利用计算机储存单元中数据内码直接进行操作 ,无需作Decimal Binary之间的转换 ,可有效地提高计算过程中储存单元的利用率和计算效率 ;并给出了基于位操作的交换 ,变异等基因操作的计算方法。
Genetic Algorithm(GA)is known as a potential technique to solve nonlinear optimization problem.The searching speed and computing effectiveness of GA depend greatly upon programming skills.Encoding and storing are foundational techniques which influence directly efficiency of crossover and mutation especially for a large amount data.The paper brings out the way of access parameters in binary codes immediately,in which one or more decimal parameters are accommodated in an unsigned integer or array.Because eac...
出处
《计算机应用研究》
CSCD
北大核心
2002年第11期20-22,共3页
Application Research of Computers
基金
湖北省自然科学基金资助项目 (0 2 0 6 5 0 12 )
国土资源部矿产资源定量预测及勘查评价开放实验室研究基金项目资助 (MGMR2 0 0 1 9)
关键词
遗传算法
位操作
编码
Genetic Algorithm(GA)
Bit Operation
Encoding