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