|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Population | |
---|---|
function |
Uses of Population in function |
---|
Methods in function that return Population | |
---|---|
Population |
LearningAlgorythm.getNewPoplation()
Return reference to new population |
Population |
RouletteReproductionFunctionModel.getNewPopulation()
Return population after reproduction |
Population |
CrossFunctionModel.getNewPopulation()
Return population after Crossing Over |
Population |
ReproductionFunctionModel.getNewPopulation()
Return population after reproduction |
Population |
DefaultCrossFunctionModel.getNewPopulation()
Return population after Crossing Over |
Population |
RouletteReproductionFunctionModel.getOldPopulation()
Return population before reproduction |
Population |
CrossFunctionModel.getOldPopulation()
Return population before Crossing Over |
Population |
ReproductionFunctionModel.getOldPopulation()
Return population before reproduction |
Population |
DefaultCrossFunctionModel.getOldPopulation()
Return population before Crossing Over |
Population |
LearningAlgorythm.getOldPopulation()
Return reference to populatoin before learning |
Methods in function with parameters of type Population | |
---|---|
void |
RouletteReproductionFunctionModel.setOldPopulation(Population oldPopulation)
Set Population which will be reproduct |
void |
CrossFunctionModel.setOldPopulation(Population oldPopulation)
Set Population which will be Crossing Over |
void |
ReproductionFunctionModel.setOldPopulation(Population oldPopulation)
Set Population which will be reproduct |
void |
DefaultCrossFunctionModel.setOldPopulation(Population oldPopulation)
Set Population which will be Crossing Over |
void |
LearningAlgorythm.setOldPopulation(Population oldPopulation)
Set old population |
Constructors in function with parameters of type Population | |
---|---|
DefaultCrossFunctionModel(Population oldPopulation)
Creates a new instance of DefaultCrossFunctionModel for specified population |
|
LearningAlgorythm(Population oldPopulation,
int maxIteration)
Creates a new instance of LearningAlgorythm |
|
RouletteReproductionFunctionModel(Population oldPopulation)
Creates a new instance of RouletteReproductionFunction for specified population |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |