Class SimpleCellFactory.SimpleCell

    • Method Detail

      • mutate

        public Chromosome mutate()
        Mutate by random disturbs in a neighborhood.
        Returns:
        a mutant chromosome
      • crossover

        public Chromosome crossover​(Chromosome other)
        Crossover by taking the midpoint.
        Parameters:
        other - another chromosome
        Returns:
        a hybrid chromosome