Uses of Class
simbad.picoevo.core.representation.PopulationView

Packages that use PopulationView
simbad.picoevo.core.representation   
simbad.picoevo.ext.evolution   
 

Uses of PopulationView in simbad.picoevo.core.representation
 

Methods in simbad.picoevo.core.representation with parameters of type PopulationView
 void PopulationContainer.registerListOfIndividuals(PopulationView __populationView)
          register **clones** of individuals in the PopulationView's list
 

Constructors in simbad.picoevo.core.representation with parameters of type PopulationView
PopulationContainer(PopulationView __populationView)
          warning : this method *clone* target individuals
PopulationContainer(java.lang.String __name, PopulationView __populationView)
           
 

Uses of PopulationView in simbad.picoevo.ext.evolution
 

Methods in simbad.picoevo.ext.evolution that return PopulationView
static PopulationView SelectionOperator_GetView.performSelectionView(Population __population)
          create a view with only all the individuals - the view is ordered note that this method is static, i.e.
static PopulationView SelectionOperator_GetView.performSelectionView(Population __population, int __nb)
          create a view with only the __nb best individuals - the view is ordered note that this method is static, i.e.
static PopulationView SelectionOperator_SimpleRank.performSelectionView(PopulationObject __population)
          create a view with only all the individuals - the view is ordered note that this method is static, i.e.
static PopulationView SelectionOperator_FitnessValueProportionateReproduction.performSelectionView(PopulationObject __population)
          create a view with all the individuals - the view is ordered This method returns a view of a population by sampling individuals from original population depending on their fitnesses.
static PopulationView SelectionOperator_FitnessRankProportionateReproduction.performSelectionView(PopulationObject __population)
          create a view with all the individuals - the view is ordered This method returns a view of a population by sampling individuals from original population depending on their fitnesses.
static PopulationView SelectionOperator_SimpleRank.performSelectionView(PopulationObject __population, int __nb)
          create a view with only the __nb best individuals - the view is ordered note that this method is static, i.e.
static PopulationView SelectionOperator_FitnessValueProportionateReproduction.performSelectionView(PopulationObject __population, int __nb)
          create a view with only the __nb best individuals - the view is ordered.
static PopulationView SelectionOperator_FitnessRankProportionateReproduction.performSelectionView(PopulationObject __population, int __nb)
          create a view with only the __nb best individuals - the view is ordered.