eaLib API Docs
Last Modified : January 7 2002

Uses of Class
mss.ea.chr.ListChromosome

Packages that use ListChromosome
mss.ea.chr This package contains classes for representing information in chromosomes. 
mss.ea.mut This package contains classes for the mutation operator. 
mss.ea.rec This package contains classes for the recombination operator. 
 

Uses of ListChromosome in mss.ea.chr
 

Subclasses of ListChromosome in mss.ea.chr
 class ArrayListChromosome
          Chromosome of type array list.
 class LinkedListChromosome
          Chromosome of type LinkedList.
 class VectorChromosome
          Chromosome of type Vector.
 

Uses of ListChromosome in mss.ea.mut
 

Methods in mss.ea.mut with parameters of type ListChromosome
abstract  void ListMutation.mutate(ListChromosome cr)
          Performs the mutation on a list chromosome.
 void SwapListMutation.mutate(ListChromosome cr)
          Performs the mutation.
 void ReverseListMutation.mutate(ListChromosome cr)
          Performs the mutation.
 void ScrambleListMutation.mutate(ListChromosome cr)
          Performs the mutation.
 

Uses of ListChromosome in mss.ea.rec
 

Methods in mss.ea.rec that return ListChromosome
abstract  ListChromosome[] ListRecombination.recombine(ListChromosome[] cra)
          Performs the recombination on list chromosomes.
 ListChromosome[] MPListRecombination.recombine(ListChromosome[] cra)
          Performs the recombination.
 ListChromosome[] CXListRecombination.recombine(ListChromosome[] cra)
          Executes the recombination.
 ListChromosome[] UOBXListRecombination.recombine(ListChromosome[] cra)
          Executes the recombination.
 ListChromosome[] PMXListRecombination.recombine(ListChromosome[] cra)
          Executes the recombination.
 ListChromosome[] OXListRecombination.recombine(ListChromosome[] cra)
          Executes the recombination.
 

Methods in mss.ea.rec with parameters of type ListChromosome
abstract  ListChromosome[] ListRecombination.recombine(ListChromosome[] cra)
          Performs the recombination on list chromosomes.
 ListChromosome[] MPListRecombination.recombine(ListChromosome[] cra)
          Performs the recombination.
 ListChromosome[] CXListRecombination.recombine(ListChromosome[] cra)
          Executes the recombination.
 ListChromosome[] UOBXListRecombination.recombine(ListChromosome[] cra)
          Executes the recombination.
 ListChromosome[] PMXListRecombination.recombine(ListChromosome[] cra)
          Executes the recombination.
 ListChromosome[] OXListRecombination.recombine(ListChromosome[] cra)
          Executes the recombination.
 


eaLib API Docs
Last Modified : January 7 2002

Copyright © 2000-2001 Technical University of Ilmenau, Department ESS