遺伝的アルゴリズムの時間複雑度を計算することは可能ですか?遺伝的アルゴリズムの時間複雑度
These are my parameter settings:
Population size (P) = 100
# of Generations (G) = 1000
Crossover probability (Pc) = 0.5 (fixed)
Mutation probability (Pm) = 0.01 (fixed)
おかげ
更新:
problem: document clustering
Chromosome: 50 genes/chrom, allele value = integer(document index)
crossover: one point crossover (crossover point is randomly selected)
mutation: randomly change one gene
termination criteria: 1000 generation
は、フィットネス:Davies–Bouldin index
これはあまりにも漠然としています。あなたはどのようにフィットネスを評価しますか?どのように遺伝子を組み合わせていますか?あなたの終了条件は何ですか? – templatetypedef
@templatetypedef終了条件は1000世代ですbeleive –
cs stackexchangeでこのトピックに関する記事へのリンクがいくつかあります:https://cs.stackexchange.com/questions/7793/time-complexity-of-genetic-algorithms – bmaddy