for (int i = 0; i < alpha.length; i++){
                    alphaLeft[i] = alpha[i] - randomGNR.nextDouble() * _step;
                    alphaRight[i] = alphaLeft[i] + _step;
                }