Class PackDataGeneticAlgorithm

    • Constructor Detail

      • PackDataGeneticAlgorithm

        public PackDataGeneticAlgorithm()
    • Method Detail

      • printBits

        public void printBits​(int[] bits)
        Outputs the bits with the logger - logging needs to be enabled.
        Parameters:
        bits - the bits to output
      • print

        protected void print​(double[] bits)
        Outputs the bits with the logger - logging needs to be enabled.
        Parameters:
        bits - the bits to output
      • init

        public void init​(int ch)
      • getDataDef

        public abstract PackDataDef getDataDef()
      • getDataSetups

        public abstract List<PackData> getDataSetups()