|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimbad.picoevo.core.evolution.Operator
simbad.picoevo.core.evolution.SelectionOperator
simbad.picoevo.ext.evolution.SelectionOperator_FitnessValueProportionateReproduction
public class SelectionOperator_FitnessValueProportionateReproduction
Field Summary |
---|
Fields inherited from class simbad.picoevo.core.evolution.Operator |
---|
_name |
Constructor Summary | |
---|---|
SelectionOperator_FitnessValueProportionateReproduction()
|
|
SelectionOperator_FitnessValueProportionateReproduction(java.lang.String __name)
|
Method Summary | |
---|---|
static PopulationView |
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 |
performSelectionView(PopulationObject __population,
int __nb)
create a view with only the __nb best individuals - the view is ordered. |
Methods inherited from class simbad.picoevo.core.evolution.SelectionOperator |
---|
performSelection |
Methods inherited from class simbad.picoevo.core.evolution.Operator |
---|
getName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectionOperator_FitnessValueProportionateReproduction()
public SelectionOperator_FitnessValueProportionateReproduction(java.lang.String __name)
Method Detail |
---|
public static PopulationView performSelectionView(PopulationObject __population, int __nb)
public static PopulationView performSelectionView(PopulationObject __population)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |