* @throws FunctionEvaluationException if an error occurs evaluating
* the function.
*/
protected double doOptimize()
throws MaxIterationsExceededException, FunctionEvaluationException {
throw new MathUnsupportedOperationException(LocalizedFormats.NOT_OVERRIDEN);
}