simbad.picoevo.ext.representation
Class Population_SimplePopulation

java.lang.Object
  extended by simbad.picoevo.core.representation.EvolutionObject
      extended by simbad.picoevo.core.representation.PopulationObject
          extended by simbad.picoevo.core.representation.Population
              extended by simbad.picoevo.ext.representation.Population_SimplePopulation
All Implemented Interfaces:
EvaluationInterface, EvolvableInterface, InitialisationInterface, PopulationInterface

public class Population_SimplePopulation
extends Population


Field Summary
(package private)  EvolveOperator_Population_Generational _evolveOperator
           
 
Fields inherited from class simbad.picoevo.core.representation.Population
_evolutionSpace, _generation
 
Fields inherited from class simbad.picoevo.core.representation.PopulationObject
_individualList
 
Fields inherited from class simbad.picoevo.core.representation.EvolutionObject
_memoryModule, _name, _variationOperatorList
 
Constructor Summary
Population_SimplePopulation(java.lang.String __populationName, World __evolutionSpace)
           
 
Method Summary
 void evolveOneStep(boolean __display)
           
 
Methods inherited from class simbad.picoevo.core.representation.Population
displayStatistics, getGenerationNumber, getOwner, getTemplate, logStatistics, performEvaluation, performInitialisation, registerIndividual, renewPopulation, resetGenerationNumber, trace
 
Methods inherited from class simbad.picoevo.core.representation.PopulationObject
displayInformation, getIndividual, getIndividualList, getPopulationSize, performVariations, reset
 
Methods inherited from class simbad.picoevo.core.representation.EvolutionObject
addOperator, addOperatorList, getDisplayInformation, getName, getVariationOperator, getVariationOperatorList, getVariationOperatorListSize, performLevelVariations, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface simbad.picoevo.core.representation.PopulationInterface
getIndividual, getIndividualList, getPopulationSize, reset
 

Field Detail

_evolveOperator

EvolveOperator_Population_Generational _evolveOperator
Constructor Detail

Population_SimplePopulation

public Population_SimplePopulation(java.lang.String __populationName,
                                   World __evolutionSpace)
Method Detail

evolveOneStep

public void evolveOneStep(boolean __display)