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.
 
 
 

12 lines
461 B

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