Constrained Variable Genetic Algorithm
이전 댓글 표시
Hello,
Need help on solving a problem with the GA toolbox (have a variant soln that works but am not sure of the soln). I have a function say 'piqe' that I am looking for the global minimum. The inputs to this function are (x1 ... xn). These inputs variables can only take values 1:5 (upper and lower bound).
However the variables serve as indexes (1 say leftmost, 5 rightmost) to a matrix function say
P = [30 20 10 5 0; 27 17 7 2 0; 20 14 4 0 0; 14 12 7 4 0; ..................];
I need to constrain the inputs to 'piqe' so that P(1,x1) + P(2,x2) + ...... + P(n,xn)<Constant.
I am having some problem on implementing the last part (relational constraint) into the toolbox. thanks
댓글 수: 2
Walter Roberson
2013년 3월 25일
When you say 1:5 do you mean the list 1, 2, 3, 4, 5? Or do you mean the range 1 to 5 ?
Natialol
2013년 3월 25일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Genetic Algorithm에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!