稳态遗传算法 [英] Steady state genetic algorithm

查看:100
本文介绍了稳态遗传算法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在SSGA中通过交叉产生的两个孩子应用突变,我可以将它应用于最好的孩子吗?例如



我尝试过:



p1 = 2 3 4 7 8

p2 = 3 5 7 8 1

ch1 = 2 3 7 7 8 fit = 5这是最好的chid =>变异后的ch1 = 0 2 3 7 7 8

ch2 = 3 5 4 8 1fit = 2

How can I apply the mutation on the two child that produce from crossover in SSGA , Can I apply it just on the best child ? for example

What I have tried:

"p1= 2 3 4 7 8
p2= 3 5 7 8 1
ch1= 2 3 7 7 8 fit= 5 this the best chid => ch1 after mutation = 0 2 3 7 7 8
ch2= 3 5 4 8 1" fit= 2

推荐答案

请参阅此处的CodeProject文章:在C#中实现遗传算法 [ ^ ]
See CodeProject article here: Implementing Genetic Algorithms in C#[^]


这篇关于稳态遗传算法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆