JGAP

Deprecated API


Contents
Deprecated Classes
org.jgap.gp.impl.FitnessProportionateSelection
          use TournamentSelector instead 
 

Deprecated Methods
org.jgap.Genotype.getChromosomes()
          uses getPopulation() instead 
org.jgap.distr.grid.JGAPResult.getFittest()
          use getPopulation instead 
org.jgap.distr.grid.gp.JGAPResultGP.getFittest()
          use getPopulation instead 
org.jgap.Configuration.getNaturalSelector()
          use getNaturalSelectors(true) or getNaturalSelectors(false) to obtain the relevant chain of NaturalSelector's and then call the chain's get(index) method 
org.jgap.xml.XMLManager.representChromosomeAsDocument(IChromosome)
          use XMLDocumentBuilder instead 
org.jgap.xml.XMLManager.representChromosomeAsElement(IChromosome, Document)
          use XMLDocumentBuilder instead 
org.jgap.xml.XMLManager.representGenesAsElement(Gene[], Document)
          use XMLDocumentBuilder instead 
org.jgap.xml.XMLManager.representGenotypeAsDocument(Genotype)
          use XMLDocumentBuilder instead 
org.jgap.xml.XMLManager.representGenotypeAsElement(Genotype, Document)
          use XMLDocumentBuilder instead 
org.jgap.gp.impl.FitnessProportionateSelection.select(GPGenotype)
          use TournamentSelector or WeightedGPRouletteSelector instead 
org.jgap.Configuration.setNaturalSelector(NaturalSelector)
          use addNaturalSelector(false) instead 
 

Deprecated Constructors
org.jgap.Genotype(Configuration, IChromosome[])
          use Genotype(Configuration, Population) instead 
org.jgap.distr.grid.JGAPResult(String, int, IChromosome, long)
          use other constructor with Population parameter instead 
org.jgap.distr.grid.gp.JGAPResultGP(String, String, int, IGPProgram, long)
          use other constructor with GPPopulation parameter instead 
 


JGAP