# 個体数と世代数のトレードオフ 比較表(トーナメント選択、10回試行の平均) # 列定義: # 1: SettingIndex - 設定インデックス (1:X, 2:Y, 3:Z) # 2: GeneNum - 個体数 (GENE_NUM) # 3: Generation - 世代数 (GENERATION) # 4: MeanBest - 平均最終距離 # 5: MinBest - 最短距離 (Best) # 6: OptRate(%) - 最適解到達率 (最適解: 35.63) # # SettingIndex, GeneNum, Generation, MeanBest, MinBest, OptRate(%) 1, 50, 200, 38.86, 35.63, 20 2, 100, 100, 37.98, 35.63, 40 3, 200, 50, 38.68, 35.63, 20