Training\StepSearch.cs (7)
29_left = new StepScoresAndLoss(lossCalculator, lossIndex);
112Rotate(ref _hi, ref _left, ref _lo);
123Rotate(ref _lo, ref _left, ref _hi);
139Rotate(ref _lo, ref _left, ref _right);
144Rotate(ref _hi, ref _right, ref _left);
153Swap(ref _left, ref _right);
160Swap(ref _hi, ref _left);