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
483 B

# 突然変異確率の影響 比較表(エリート選択、10回試行の平均)
# 列定義:
# 1: MutationRate - 突然変異確率 (MUTATION_RATIO)
# 2: MeanBest - 平均最終距離
# 3: MinBest - 最短距離 (Best)
# 4: OptRate(%) - 最適解到達率 (最適解: 35.63)
#
# MutationRate, MeanBest, MinBest, OptRate(%)
0.01, 42.37, 38.69, 0
0.05, 38.41, 35.63, 30
0.10, 39.44, 35.63, 10
0.20, 37.16, 35.63, 40
0.50, 36.82, 35.63, 50