Interface IterationRuntimeContext

    • Method Detail

      • getSuperstepNumber

        int getSuperstepNumber()
        Gets the number of the current superstep. Superstep numbers start at 1.
        Returns:
        The number of the current superstep.
      • getPreviousIterationAggregate

        <T extends Value> T getPreviousIterationAggregate​(String name)