GeneThello Home

Uses of Class
net.sf.genethello.brain.Chromosome

Packages that use Chromosome
net.sf.genethello.brain Provides classes necessary to search game tree for best move. 
net.sf.genethello.game Provides classes necessary to simulate othello game. 
 

Uses of Chromosome in net.sf.genethello.brain
 

Fields in net.sf.genethello.brain declared as Chromosome
protected  Chromosome Brain.chromosome
          Chromosome of the brain.
 

Methods in net.sf.genethello.brain that return Chromosome
static Chromosome ChromosomeFactory.create(org.jgap.IChromosome ic)
          Creates chromosome of specific JGAP representation with default minimum/maximum values.
static Chromosome ChromosomeFactory.create(java.lang.String str)
          Creates chromosome of specific string representation with default minimum/maximum values.
 Chromosome ChromosomeCreator.createChromosome()
          Creates chromosome with default minimum and maximum values.
 Chromosome ChromosomeCreator.createChromosome(org.jgap.IChromosome ic)
          Creates chromosome of JGAP representation with default minimum and maximum values.
 Chromosome ChromosomeCreator.createChromosome(org.jgap.IChromosome ic, int min, int max)
          Creates chromosome of JGAP representation, and minimum/ maximum values of features with default minimum/maximum values of opening/end game step.
 Chromosome ChromosomeCreator.createChromosome(org.jgap.IChromosome ic, int minOpening, int maxOpening, int minEnd, int maxEnd, int min, int max)
          Creates chromosome of JGAP representation, and minimum/ maximum values of features with default minimum/maximum values of opening/end game step.
 Chromosome ChromosomeCreator.createChromosome(int min, int max)
          Creates chromosome of minimum/maximum value of features with default minimum/maximum value of opening and end game step.
 Chromosome ChromosomeCreator.createChromosome(int minOpening, int maxOpening, int minEnd, int maxEnd, int min, int max)
          Creates chromosome of specific minimum/maximum value of features and minimum/maximum value of opening and end game step.
 Chromosome ChromosomeCreator.createChromosome(java.lang.String str)
          Creates chromosome of specific String representation with default minimum and maximum values.
 Chromosome ChromosomeCreator.createChromosome(java.lang.String str, int min, int max)
          Creates chromosome of specific String representation, and minimum/ maximum values of features with default minimum/maximum values of opening/end game step.
 Chromosome ChromosomeCreator.createChromosome(java.lang.String str, int minOpening, int maxOpening, int minEnd, int maxEnd, int min, int max)
          Creates chromosome of specific String representation, and minimum/ maximum values of features with default minimum/maximum values of opening/end game step.
 Chromosome Brain.getChromosome()
          Get the value of chromosome
 

Methods in net.sf.genethello.brain with parameters of type Chromosome
 void Brain.setChromosome(Chromosome chromosome)
          Set the value of chromosome
 

Constructors in net.sf.genethello.brain with parameters of type Chromosome
Brain(IGame game, Chromosome chromosome, long timeQuota)
          Creates new instance of brain.
 

Uses of Chromosome in net.sf.genethello.game
 

Constructors in net.sf.genethello.game with parameters of type Chromosome
Game(Chromosome black, Chromosome white, int blackTime, int whiteTime, IMessage gui, boolean network, java.sql.Connection connection)
          Creates a new instance of Game.
 


GeneThello Home

Get GeneThello: Genetic Othello at SourceForge.net. Fast, secure and Free Open Source software downloads