|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.udc.gii.common.eaf.algorithm.operator.selection.SelectionOperator
es.udc.gii.common.eaf.algorithm.operator.selection.ExtintionOperator
es.udc.gii.common.eaf.algorithm.operator.selection.InheritExtintionOperator
public class InheritExtintionOperator
Nested Class Summary |
---|
Nested classes/interfaces inherited from class es.udc.gii.common.eaf.algorithm.operator.selection.ExtintionOperator |
---|
ExtintionOperator.Wxy, ExtintionOperator.WxyMaximizing, ExtintionOperator.WxyMinimizing |
Constructor Summary | |
---|---|
InheritExtintionOperator()
|
Method Summary | |
---|---|
java.util.List<Individual> |
operate(EvolutionaryAlgorithm algorithm,
java.util.List<Individual> individuals)
Execute this operator over a group of individuals. |
Methods inherited from class es.udc.gii.common.eaf.algorithm.operator.selection.ExtintionOperator |
---|
configure, select |
Methods inherited from class es.udc.gii.common.eaf.algorithm.operator.selection.SelectionOperator |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InheritExtintionOperator()
Method Detail |
---|
public java.util.List<Individual> operate(EvolutionaryAlgorithm algorithm, java.util.List<Individual> individuals) throws OperatorException
Operator
This method will recive two parameters. The current algorithm, to visit it if it is necessary, for example, to get some parameter of the current execution. And a list of individuals on wich we will apply this operator.
operate
in interface Operator
operate
in class ExtintionOperator
algorithm
- the current algorithm, to visit when it is necessary.individuals
- list of individuals on wich we will apply the operator.
OperatorException
- when occurs some type of error during the execution of this operator.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |