Searched refs:MaxEvaluationsExceededException (Results 1 – 7 of 7) sorted by relevance
32 public class MaxEvaluationsExceededException extends ConvergenceException { class44 public MaxEvaluationsExceededException(final int maxEvaluations) { in MaxEvaluationsExceededException() method in MaxEvaluationsExceededException58 public MaxEvaluationsExceededException(final int maxEvaluations, in MaxEvaluationsExceededException() method in MaxEvaluationsExceededException71 public MaxEvaluationsExceededException(final int maxEvaluations, in MaxEvaluationsExceededException() method in MaxEvaluationsExceededException
22 import org.apache.commons.math.MaxEvaluationsExceededException;195 … throw new FunctionEvaluationException(new MaxEvaluationsExceededException(maxEvaluations), point); in computeObjectiveValue()212 … throw new FunctionEvaluationException(new MaxEvaluationsExceededException(maxEvaluations), point); in computeObjectiveValue()
23 import org.apache.commons.math.MaxEvaluationsExceededException;170 … throw new FunctionEvaluationException(new MaxEvaluationsExceededException(maxEvaluations), in computeObjectiveValue()
21 import org.apache.commons.math.MaxEvaluationsExceededException;217 … throw new FunctionEvaluationException(new MaxEvaluationsExceededException(maxEvaluations), in updateResidualsAndCost()
25 import org.apache.commons.math.MaxEvaluationsExceededException;344 … throw new FunctionEvaluationException(new MaxEvaluationsExceededException(maxEvaluations), x); in evaluate()
30 import org.apache.commons.math.MaxEvaluationsExceededException;208 throw new DerivativeException(new MaxEvaluationsExceededException(maxEvaluations)); in computeDerivatives()
28 import org.apache.commons.math.MaxEvaluationsExceededException;409 throw new DerivativeException(new MaxEvaluationsExceededException(maxEvaluations)); in computeDerivatives()512 throw new DerivativeException(new MaxEvaluationsExceededException(maxEvaluations)); in computeJacobians()