Uses of Class
DistributedEvolutionaryAlgorithmsFramework.Population.expelEmigrantsMethod

Uses of Population.expelEmigrantsMethod in DistributedEvolutionaryAlgorithmsFramework
 

Methods in DistributedEvolutionaryAlgorithmsFramework that return Population.expelEmigrantsMethod
static Population.expelEmigrantsMethod Population.expelEmigrantsMethod.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Population.expelEmigrantsMethod[] Population.expelEmigrantsMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in DistributedEvolutionaryAlgorithmsFramework with parameters of type Population.expelEmigrantsMethod
 Population Population.getEmigrants(int nMigratingIndividuals, Population.expelEmigrantsMethod method)
          Expels immigrants from evolved population.
 void Deaf.setEmigrationMethod(Population.expelEmigrantsMethod met)
          Determines how emigrating individuals are chosen.
 void Framework.setEmigrationMethod(Population.expelEmigrantsMethod met)
          Determines how emigrating individuals are chosen.