searchIntervalIndex = i;
continue;
}
}
if (maxEvalIndex == -1) {
throw new MathIllegalStateException();
}
if (searchIntervalIndex == -1) {
throw new MathIllegalStateException();
}
RuntimeException lastException = null;
optima = new UnivariatePointValuePair[starts];
totalEvaluations = 0;