org.tiling.game.prisonersdilemma.ga
Class PrisonersDilemmaChromosomeFactory

java.lang.Object
  |
  +--org.tiling.ga.ChromosomeFactory
        |
        +--org.tiling.game.prisonersdilemma.ga.PrisonersDilemmaChromosomeFactory
All Implemented Interfaces:
java.io.Serializable

public class PrisonersDilemmaChromosomeFactory
extends org.tiling.ga.ChromosomeFactory

See Also:
Serialized Form

Constructor Summary
PrisonersDilemmaChromosomeFactory()
           
 
Method Summary
 org.tiling.ga.Chromosome create()
           
 
Methods inherited from class org.tiling.ga.ChromosomeFactory
getCrossoverProbability, getMutationProbability, setCrossoverProbability, setMutationProbability
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrisonersDilemmaChromosomeFactory

public PrisonersDilemmaChromosomeFactory()
Method Detail

create

public org.tiling.ga.Chromosome create()
Specified by:
create in class org.tiling.ga.ChromosomeFactory