フィルターのクリア

the operations in genetic operators

1 回表示 (過去 30 日間)
Johan Johan
Johan Johan 2018 年 7 月 10 日
コメント済み: Johan Johan 2018 年 7 月 11 日
when applicat the genetic algorithm in matlab there is two type of crossover
the first type is
y1=alpha.*x1+(1-alpha).*x2;
y2=alpha.*x2+(1-alpha).*x1;
and the second is
y'= alpha(x2 - x1) + x2
Tow types is using in real genetic algorithm ,what is the difference between them? When we use the first method and when we use the second?
  4 件のコメント
Geoff Hayes
Geoff Hayes 2018 年 7 月 10 日
Johan - I'm not sure where in that index I should be looking for this other function. Please provide more details.
Johan Johan
Johan Johan 2018 年 7 月 11 日
I find the answer in this book 'Handbook of Research on Nature-Inspired Computing for Economics and Management' , the first method is The arithmetic crossover creates two complimentary linear combinations of x1 and x2. The second method is Heuristic crossover produces a linear extrapolation of the parents by using the fitness values of the two parent chromosomes to determine the direction of the search.

サインインしてコメントする。

回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by