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: SelectNum - トーナメントサイズ (SELECT_NUM)
# 2: MeanBest - 平均最終距離
# 3: MinBest - 最短距離 (Best)
# 4: OptRate(%) - 最適解到達率 (最適解: 35.63)
#
# SelectNum, MeanBest, MinBest, OptRate(%)
2, 38.52, 35.63, 40
5, 39.88, 35.63, 20
10, 37.66, 35.63, 40
20, 38.28, 35.63, 30