|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Population in es.udc.gii.common.eaf.algorithm |
---|
Fields in es.udc.gii.common.eaf.algorithm declared as Population | |
---|---|
private Population |
EvolutionaryAlgorithm.population
|
Methods in es.udc.gii.common.eaf.algorithm that return Population | |
---|---|
Population |
EvolutionaryAlgorithm.getPopulation()
|
Methods in es.udc.gii.common.eaf.algorithm with parameters of type Population | |
---|---|
protected void |
EvolutionaryAlgorithm.evaluate(Problem problem,
Population population)
|
protected void |
MacroevolutionaryAlgorithm.evaluate(Problem problem,
Population population)
|
protected void |
NSGA2Algorithm.evaluate(Problem problem,
Population population)
|
protected void |
CMAEvolutionaryAlgorithm.replace(Population toPopulation)
|
protected void |
EvolutionaryAlgorithm.replace(Population toPopulation)
|
protected void |
MacroevolutionaryAlgorithm.replace(Population population)
|
protected void |
CMAEvolutionaryAlgorithm.reproduce(Population population)
|
protected void |
EvolutionaryAlgorithm.reproduce(Population population)
|
protected void |
MacroevolutionaryAlgorithm.reproduce(Population population)
|
protected void |
CMAEvolutionaryAlgorithm.select(Population toPopulation)
|
protected void |
EvolutionaryAlgorithm.select(Population toPopulation)
|
protected void |
EvolutionaryStrategy.select(Population toPopulation)
|
protected void |
MacroevolutionaryAlgorithm.select(Population population)
|
void |
EvolutionaryAlgorithm.setPopulation(Population population)
|
void |
MacroevolutionaryAlgorithm.setPopulation(Population population)
|
void |
NSGA2Algorithm.setPopulation(Population population)
|
Uses of Population in es.udc.gii.common.eaf.algorithm.mga |
---|
Fields in es.udc.gii.common.eaf.algorithm.mga declared as Population | |
---|---|
private Population |
MMGAAlgorithm.paretoFront
The current Pareto-front. |
private Population |
MMGAAlgorithm.populationMemory
The population memory. |
Methods in es.udc.gii.common.eaf.algorithm.mga that return Population | |
---|---|
Population |
MMGAAlgorithm.getParetoFront()
|
Population |
MMGAAlgorithm.getPopulationMemory()
|
Methods in es.udc.gii.common.eaf.algorithm.mga with parameters of type Population | |
---|---|
void |
MMGAAlgorithm.setParetoFront(Population paretoFront)
|
void |
MMGAAlgorithm.setPopulationMemory(Population populationMemory)
|
Uses of Population in es.udc.gii.common.eaf.algorithm.operator |
---|
Methods in es.udc.gii.common.eaf.algorithm.operator with parameters of type Population | |
---|---|
java.util.List<Individual> |
OperatorChain.execute(EvolutionaryAlgorithm algorithm,
Population population)
This method execute all chain's operators in one step over the current algorithm. |
Uses of Population in es.udc.gii.common.eaf.algorithm.parallel |
---|
Methods in es.udc.gii.common.eaf.algorithm.parallel that return Population | |
---|---|
Population |
ParallelEvolutionaryAlgorithm.getPopulation()
|
Methods in es.udc.gii.common.eaf.algorithm.parallel with parameters of type Population | |
---|---|
protected void |
ParallelEvolutionaryAlgorithm.evaluate(Problem problem,
Population population)
|
protected void |
ParallelEvolutionaryAlgorithm.replace(Population toPopulation)
|
protected void |
ParallelEvolutionaryAlgorithm.reproduce(Population population)
|
protected void |
ParallelEvolutionaryAlgorithm.select(Population toPopulation)
|
void |
ParallelEvolutionaryAlgorithm.setPopulation(Population population)
|
Uses of Population in es.udc.gii.common.eaf.factory |
---|
Methods in es.udc.gii.common.eaf.factory that return Population | |
---|---|
abstract Population |
SimpleFactory.createPopulation(FitnessComparator<Individual> comparator)
|
Population |
XMLSimpleFactory.createPopulation(FitnessComparator<Individual> comparator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |