正在加载图片...
5.1遗传算法 遗传算法的一般结构表示 .g Procedure: Genetic Algorithms ☆ begin t←-0 initialize P(t;evaluate P(t); while(not termination condition)do ☆ begin recombine P(t to yield c(t); evaluate c(t) 8 select P(t+1) from P(t)and c(t; t←t1 end end 1010 遗传算法的一般结构表示 ❖ Procedure: Genetic Algorithms ❖ begin ❖ t ← 0; ❖ initialize P(t);evaluate P(t); ❖ while (not termination condition ) do ❖ begin ❖ recombine P(t) to yield C(t); ❖ evaluate C(t); ❖ select P(t+1) from P(t) and C(t); ❖ t ← t+1; ❖ end ❖ end 5.1 遗传算法
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有