Interface OptimizationProblem<PAIR>

    • Method Detail

      • getEvaluationCounter

        Incrementor getEvaluationCounter()
        Get a independent Incrementor that counts up to the maximum number of evaluations and then throws an exception.
        Returns:
        a counter for the evaluations.
      • getIterationCounter

        Incrementor getIterationCounter()
        Get a independent Incrementor that counts up to the maximum number of iterations and then throws an exception.
        Returns:
        a counter for the evaluations.
      • getConvergenceChecker

        ConvergenceChecker<PAIR> getConvergenceChecker()
        Gets the convergence checker.
        Returns:
        the object used to check for convergence.