Chaotic map, Metaheuristic
조회 수: 13 (최근 30일)
이전 댓글 표시
What is the number of sequence for a chaotic map, used in a metaheuristic? Is it equal to the number of maximum iteration?
댓글 수: 0
답변 (1개)
Walter Roberson
2019년 11월 17일
The number of sequences is equal to the number number of values representable in the data type you are using, raised to the power of the number of elements in the sequence.
If you are using double as the data type, this is about 3.6e19 numbers per element.
In practice most of the formulae for chaotic maps will produce at most half of these values, being unlikely to produce more than a handful of the very small numbers.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Nonlinear Dynamics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!