what is the best choice?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have the problem for discrete values of decision variables, a real coded genetic algorithm or a Binary coded genetic algorithm is good ?
댓글 수: 0
채택된 답변
Walter Roberson
2018년 3월 20일
It depends on what you are calculating.
You should have a look at https://www.mathworks.com/help/optim/ug/mixed-integer-linear-programming-algorithms.html
댓글 수: 3
Walter Roberson
2018년 3월 20일
For the purposes of particle swarm algorithms, a population is a collection of particles, each of which has a vector of values of decision variables, along with velocities, and typically also information about the "cost" of that vector, and perhaps also information about which generation the particle was created in. For genetic algorithms a population is similar but would not have a "velocity" for each entry.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Genetic Algorithm에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!