How to apply time series data in Genetic Algorithm?
조회 수: 3 (최근 30일)
이전 댓글 표시
Hello. I want to find the optimal segment for my solar radiation series by Genetic Algorithm.
I have converted the decimal data to binary. There are two constraints. 1- The first and last gene of each chromosome should be 1.2- no two adjacent genes should be 1.
The question is: What would be the initial population here? Time series Data or something? Does it mean that I should load the data then obtain its size, then this size would be number of population and because I have the exact data I don't need to generate the initial population??
I really don't know how to begin!!! Could any one help me?
댓글 수: 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!