Package dev.nm.solver

Interface MaximizationSolution<T>

  • Type Parameters:
    T - the maximizer type
    All Known Subinterfaces:
    IterativeC2Maximizer.Solution

    public interface MaximizationSolution<T>
    This is the solution to a maximization problem.
    • Method Detail

      • maximum

        double maximum()
        Get the (approximate) maximum found.
        Returns:
        the (approximate) maximum found
      • maximizer

        T maximizer()
        Get the maximizer (solution) to the maximization problem.
        Returns:
        the maximizer