You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
599 B

# 個体数と世代数のトレードオフ 比較表(トーナメント選択、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