Interface GeneratorInterfaceDynamic

  • All Superinterfaces:
    GeneratorInterface
    All Known Implementing Classes:
    GeneratorSingleCluster

    public interface GeneratorInterfaceDynamic
    extends GeneratorInterface
    Interface for a dynamic cluster generator.

    A cluster generator is considered dynamic when it allows "rejecting" points and the generation of additional new points.

    Since:
    0.2
    Author:
    Erich Schubert
    • Method Detail

      • getDiscarded

        int getDiscarded()
        Get number of discarded points
        Returns:
        number of discarded points
      • getRetries

        int getRetries()
        Retrieve remaining number of retries.
        Returns:
        remaining number of retries
      • incrementDiscarded

        void incrementDiscarded()
        Increment the number of elements discarded.