Class AbstractInitialSetupsProvider<T extends AbstractGeneticAlgorithm>

    • Constructor Detail

      • AbstractInitialSetupsProvider

        public AbstractInitialSetupsProvider()
    • Method Detail

      • getInitialSetups

        public abstract List<int[]> getInitialSetups​(T owner)
        Provides the initial gene setup.
        Parameters:
        owner - the owning the algorithm
        Returns:
        the genes (0s and 1s)