jenes

Interface AlgorithmEventListener<T extends Chromosome>

    • Method Detail

      • onAlgorithmStart

        void onAlgorithmStart(GeneticAlgorithm<T> ga,
                            long time)
        Invoked when the genetic algorithm starts
        Parameters:
        ga - the genetic algorithm that generated this event.
        time - the event time expressed in milliseconds
      • onAlgorithmStop

        void onAlgorithmStop(GeneticAlgorithm<T> ga,
                           long time)
        Invoked when the genetic algorithm ends
        Parameters:
        ga - the genetic algorithm that generated this event.
        time - the event time expressed in milliseconds
      • onAlgorithmInit

        void onAlgorithmInit(GeneticAlgorithm<T> ga,
                           long time)
        Invoked when the genetic algorithm is initialized
        Parameters:
        ga - the genetic algorithm that generated this event.
        time - the event time expressed in milliseconds