org.jgap
Interface IGeneticOperatorConstraint
-
public interface IGeneticOperatorConstraintInterface for a constraint checker that determines whether a genetic operation should be executed for a given list of chromosomes. it is possible considering the caller. With that one could state that the two chromosome with classes ChromosomeClass1 and ChromosomeClass2 should not be considered for CrossoverOperator but for MutationOperator.- Since:
- 2.6
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringCVS_REVISIONString containing the CVS revision.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description booleanisValid(Population a_pop, java.util.List a_chromosomes, GeneticOperator a_caller)
-
-
-
Field Detail
-
CVS_REVISION
static final java.lang.String CVS_REVISION
String containing the CVS revision. Read out via reflection!- See Also:
- Constant Field Values
-
-
Method Detail
-
isValid
boolean isValid(Population a_pop, java.util.List a_chromosomes, GeneticOperator a_caller)
-
-
DMelt 3.0 © DataMelt by jWork.ORG