|
||||||||||
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.reproduction.ReproductionOperator
es.udc.gii.common.eaf.algorithm.operator.reproduction.mutation.MutationOperator
es.udc.gii.common.eaf.algorithm.operator.reproduction.mutation.EvolutionaryStrategyMutation
public class EvolutionaryStrategyMutation
Field Summary | |
---|---|
private MutationOperator |
operator
|
Constructor Summary | |
---|---|
EvolutionaryStrategyMutation()
Creates a new instance of EvolutionaryStrategyMutation |
Method Summary | |
---|---|
void |
configure(org.apache.commons.configuration.Configuration conf)
|
protected java.util.List<Individual> |
mutation(EvolutionaryAlgorithm algorithm,
Individual individual)
|
Methods inherited from class es.udc.gii.common.eaf.algorithm.operator.reproduction.mutation.MutationOperator |
---|
getProbability, operate, setProbability |
Methods inherited from class es.udc.gii.common.eaf.algorithm.operator.reproduction.ReproductionOperator |
---|
checkBounds |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private MutationOperator operator
Constructor Detail |
---|
public EvolutionaryStrategyMutation()
Method Detail |
---|
public void configure(org.apache.commons.configuration.Configuration conf)
configure
in interface Configurable
configure
in class MutationOperator
protected java.util.List<Individual> mutation(EvolutionaryAlgorithm algorithm, Individual individual)
mutation
in class MutationOperator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |