Why crossover and mutation functions in GA was not considered while using integer variable indices (integer constrain)?
이전 댓글 표시
채택된 답변
추가 답변 (1개)
Doanh Luong
2019년 2월 28일
편집: Doanh Luong
2019년 2월 28일
1 개 추천
From Integer ga Algorithm
Integer programming with ga involves several modifications of the basic algorithm (see How the Genetic Algorithm Works). For integer programming:
- Special creation, crossover, and mutation functions enforce variables to be integers. For details, see Deep et al. [2].
[2] Deep, Kusum, Krishna Pratap Singh, M.L. Kansal, and C. Mohan. A real coded genetic algorithm for solving integer and mixed integer optimization problems. Applied Mathematics and Computation, 212(2), pp. 505–518, 2009.
From the paper, laplace crossover and power mutation are considered.
카테고리
도움말 센터 및 File Exchange에서 Genetic Algorithm에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

