| 查看: 626 | 回复: 8 | |||
| 当前主题已经存档。 | |||
[交流]
【求助】哪位虫子有遗传编程方面的源码啊
|
|||
|
哪位虫子有遗传编程方面的源码啊 老师让座这方面的事情 但是刚学很多东西不会 网上这方面的信息又很少 te请有相关程序的虫子帮助 谢谢... E-mail:weihailong2008@163.com |
» 猜你喜欢
售SCI文章,我:8O5.5.1.O.54,科目齐全,可+急
已经有5人回复
售SCI一区T0P文章,我:8.O.55.1.O.54,科目齐全,可+急
已经有5人回复
售SCI一区文章,我:8.O.55.1.O.54,科目齐全,可伽急
已经有7人回复
售SCI一区文章,我:8O5.5.1.O5.4,科目全,可伽急
已经有5人回复
售SCI一区T0P文章,我:8.O55.1.O.54,科目全,可十急
已经有4人回复
售SCI文章,我:8O5.5.1.O.54,科目齐全,可+急
已经有5人回复
售SCI一区T0P文章,我:8O.55.1.O.5.4,科目齐全,可+急
已经有4人回复
售SCI一区T0P文章,我:8.O.55.1.O.5.4,科目全,可+急
已经有3人回复
售SCI一区T0P文章,我:8O.55.1.O.5.4,科目齐全,可+急
已经有5人回复
售一区SCI文章T0P,我:8O.551.O54,科目全,可十急
已经有6人回复

★ ★ ★
小木虫(金币+0.5):给个红包,谢谢回帖交流
nono2009(金币+2,VIP+0):谢谢热心应助!欢迎常来仿真模拟版交流。 11-11 23:16
小木虫(金币+0.5):给个红包,谢谢回帖交流
nono2009(金币+2,VIP+0):谢谢热心应助!欢迎常来仿真模拟版交流。 11-11 23:16
| The key in Genetic Algorithm is Cross-over. If you can find the code of cross-over, you're almost done. By searching the key word, "Introduction, Genetic Algorithm, java", you will find many free code. Let me know if you cannot find it. |
2楼2009-11-11 22:34:32

3楼2009-11-12 08:58:53

4楼2009-11-12 09:05:24
5楼2009-11-13 15:08:02

6楼2009-11-13 16:10:44
7楼2009-11-13 21:23:11
★ ★ ★
小木虫(金币+0.5):给个红包,谢谢回帖交流
nono2009(金币+2,VIP+0):Thanks for the comments. 11-14 08:50
小木虫(金币+0.5):给个红包,谢谢回帖交流
nono2009(金币+2,VIP+0):Thanks for the comments. 11-14 08:50
|
The basic code for GA is same, mutation, cross-over and selection. the differences among individual applications are the way to identify you problem and encode your problem. To encode your problem, it means how to construct your chromosome, which is an array of your parameters that you are going to optimize. so be focusing on the code of mutation, cross-over and selection, don't be confused by other codes. You will be ok. Note that fitness function is for individual problem. but you can have an idea by referring others. |
8楼2009-11-13 22:50:48

9楼2009-11-14 09:15:25









回复此楼


30