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

# トーナメントサイズの影響 比較表(トーナメント選択、10回試行の平均)
# 列定義:
# 1: SelectNum - トーナメントサイズ (SELECT_NUM)
# 2: MeanBest - 平均最終距離
# 3: MinBest - 最短距離 (Best)
# 4: OptRate(%) - 最適解到達率 (最適解: 35.63)
#
# SelectNum, MeanBest, MinBest, OptRate(%)
2, 37.85, 35.63, 40
5, 39.58, 35.63, 10
10, 40.09, 36.59, 0
20, 41.24, 36.59, 0