org.encog.ml.ea.rules
Interface ConstraintRule
-
- All Superinterfaces:
- java.io.Serializable
public interface ConstraintRule extends java.io.SerializableDefines a constraint. A constraint specifies if a genome is invalid.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description booleanisValid(Genome genome)Is this genome valid?
-
-
-
Method Detail
-
isValid
boolean isValid(Genome genome)
Is this genome valid?- Parameters:
genome- The genome.- Returns:
- True, if valid.
-
-
DMelt 3.0 © DataMelt by jWork.ORG