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
466 B
12 lines
466 B
# 突然変異確率の影響 比較表(トーナメント選択、10回試行の平均)
|
|
# 列定義:
|
|
# 1: MutationRate - 突然変異確率 (MUTATION_RATIO)
|
|
# 2: MeanBest - 平均最終距離
|
|
# 3: MinBest - 最短距離 (Best)
|
|
# 4: OptRate(%) - 最適解到達率 (最適解: 35.63)
|
|
#
|
|
# MutationRate, MeanBest, MinBest, OptRate(%)
|
|
0.01, 41.41, 37.42, 0
|
|
0.05, 40.25, 35.63, 20
|
|
0.20, 38.40, 35.63, 20
|
|
0.50, 36.88, 35.63, 70
|
|
|