【发布时间】:2019-06-09 15:07:29
【问题描述】:
对于我的考试,我想详细说明不同的低级 GA 运算符。但是我发现不同的文本说不同的低级运算符。
Genetic Algorithms in Search, Optimization, and Machine Learning by David E. Goldberg 列表
- 支配地位
- 倒置
- 染色体内重复
- 删除
- 易位
- 隔离
作为low-level 运营商。
并将移民、婚姻限制和种族隔离列为higher level population oriented operators。
但是像Neural Networks, Fuzzy Logic and Genetic Algorithms: Synthesis and Applications by S. Rajashekaran and G.A. Vijayalksmi 这样的其他一些文本包括低级运算符中的迁移。
low-level 和 high-level 运算符有什么区别。
【问题讨论】:
标签: operators genetic-algorithm low-level genetic-programming