logo资料库

分布估计算法--------一种新的进化算法.ppt

第1页 / 共140页
第2页 / 共140页
第3页 / 共140页
第4页 / 共140页
第5页 / 共140页
第6页 / 共140页
第7页 / 共140页
第8页 / 共140页
资料共140页,剩余部分请下载后查看
分布估计算法 1
2 2022-6-5
3
基于种群的增强式学习 ₪ Population based Incremental Learning (PBIL, Baluja, 1994) 4
₪ P  initialize probability vector (each position = 0.5) ₪ while (generations++ < limit) generate Vi(j) according to P(j) ■ for each vector i do ■ for each position j do ■ ■ end-do ■ evaluate f(Vi) ■ end-do ■ Vmax = max(f(Vi)) ■ update P according to Vmax ■ if random(0,1] < Pmutate ■ mutate P ■ end-if ₪ end-while 5
6
7
8
分享到:
收藏