Uses of Class
DistributedEvolutionaryAlgorithmsFramework.Population.acceptImmigrantsMethod

Uses of Population.acceptImmigrantsMethod in DistributedEvolutionaryAlgorithmsFramework
 

Methods in DistributedEvolutionaryAlgorithmsFramework that return Population.acceptImmigrantsMethod
static Population.acceptImmigrantsMethod Population.acceptImmigrantsMethod.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Population.acceptImmigrantsMethod[] Population.acceptImmigrantsMethod.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.acceptImmigrantsMethod
 void Population.acceptImmigrants(Population immigrants, Population.acceptImmigrantsMethod method)
          Accepts immigrants into existing population.
 void Deaf.setImmigrationMethod(Population.acceptImmigrantsMethod met)
          Determines how immigrating individuals are handled.
 void Framework.setImmigrationMethod(Population.acceptImmigrantsMethod met)
          Determines how immigrating individuals are handled.