org.encog.ml.ea.rules
Interface RewriteRule
-
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- RewriteAlgebraic, RewriteBoolean, RewriteConstants
public interface RewriteRule extends java.io.SerializableDefines a rewrite rule. Rewrite rules are used to rewrite a genome into a more simple, yet equivalent, form.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description booleanrewrite(Genome genome)Rewrite the specified genome.
-
-
-
Method Detail
-
rewrite
boolean rewrite(Genome genome)
Rewrite the specified genome.- Parameters:
genome- The genome to rewrite.- Returns:
- True, if the genome was rewritten.
-
-
DMelt 3.0 © DataMelt by jWork.ORG