Problem with Genetic Algorithm
조회 수: 1 (최근 30일)
이전 댓글 표시
I use Genetic Algorithm for optimization of 6 parameters and they limited between 0-100 with Lower and Upper bounds in constrains but in running time it's also setting a negetive number(out of that range)!Why it's occure?
댓글 수: 0
채택된 답변
Alan Weiss
2013년 3월 29일
For example, your lower bounds should be zeros(6,1), and your upper bounds should be 100*ones(6,1).
Alan Weiss
MATLAB mathematical toolbox documentation
댓글 수: 0
추가 답변 (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!