|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Population | |
---|---|
lio.population | |
lio.population.bitchain | |
lio.population.contchain | |
lio.replacement | |
lio.util |
Uses of Population in lio.population |
---|
Subclasses of Population in lio.population | |
---|---|
class |
StaticPopulation
|
class |
VariablePopulation
|
Uses of Population in lio.population.bitchain |
---|
Constructors in lio.population.bitchain with parameters of type Population | |
---|---|
SetAnalysis(Population pop)
Constructor Builds a set analizer by extracting the references to the elements inside each BitChain in the populaton passed as parameter. |
|
SetAnalysis(Population pop,
int pNumIndividuals)
Constructor Builds a set analizer by extracting the references to the elements inside each BitChain in the populaton passed as parameter. |
Uses of Population in lio.population.contchain |
---|
Constructors in lio.population.contchain with parameters of type Population | |
---|---|
SetAnalysis(Population pop)
Constructor Builds a set analizer by extracting the references to the elements inside each ContChain in the populaton passed as parameter. |
|
SetAnalysis(Population pop,
int pNumIndividuals)
Constructor Builds a set analizer by extracting the references to the elements inside each ContChain in the populaton passed as parameter. |
Uses of Population in lio.replacement |
---|
Methods in lio.replacement with parameters of type Population | |
---|---|
Individual[] |
SelectionReplacement.replace(Population current,
Population former)
Generates a new population from the current and the former one. |
Individual[] |
Replacement.replace(Population current,
Population former)
Generates a new population from the current and the former one. |
Individual[] |
ElitistReplacement.replace(Population current,
Population former)
Generates a new population from the current and the former one. |
Uses of Population in lio.util |
---|
Methods in lio.util with parameters of type Population | |
---|---|
static boolean |
Utils.comparePopulations(Population first,
Population second)
Compares two populations. |
static int |
Utils.maxIndex(Population population)
Returns index of maximum element in a given array of doubles. |
static int |
Utils.minIndex(Population population)
Returns index of minimum element in a given array of doubles. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |