コード例 #1
0
ファイル: AdaptiveSelector.cs プロジェクト: xiangnanyue/DDD
 public CellRange GetCurrentCpeItem(double cpe1, double cpe2)
 {
     return(_selectCurrentCpe.SelectNextCell(_templateMatrix, cpe1, cpe2, null, 0));
 }
コード例 #2
0
ファイル: AdaptiveSelector.cs プロジェクト: xiangnanyue/DDD
 public CellRange GetNextItem(double cpe1, double cpe2, List <int> ignoreList, int failedAttempts)
 {
     return(_currentGoal.SelectNextCell(_templateMatrix, cpe1, cpe2, ignoreList, failedAttempts));
 }