Interface GAStoppingCriteria

    • Method Detail

      • stop

        boolean stop​(GeneticAlgorithm ga)
        Determines if an Algorithm should stop spawning new generations
        Parameters:
        ga - the Algorithm to test
        Returns:
        true if it should stop, false otherwise.