# 突然変異確率の影響 比較表(エリート選択、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