Chaotic map, Metaheuristic

3 ビュー (過去 30 日間)
dhiman banerjee
dhiman banerjee 2019 年 11 月 17 日
回答済み: Walter Roberson 2019 年 11 月 17 日
What is the number of sequence for a chaotic map, used in a metaheuristic? Is it equal to the number of maximum iteration?

回答 (1 件)

Walter Roberson
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.

カテゴリ

Help Center および File ExchangeHistograms についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by