Documentation of 'org.encog.ml.prg.train.rewrite.RewriteAlgebraic' Java class
RewriteAlgebraic
org.encog.ml.prg.train.rewrite

Class RewriteAlgebraic

  • All Implemented Interfaces:
    java.io.Serializable, RewriteRule


    public class RewriteAlgebraic
    extends java.lang.Object
    implements RewriteRule
    This class is used to rewrite algebraic expressions into more simple forms. This is by no means a complete set of rewrite rules, and will likely be extended in the future.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      RewriteAlgebraic() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean rewrite(Genome g)
      Rewrite the specified genome.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RewriteAlgebraic

        public RewriteAlgebraic()
    • Method Detail

      • rewrite

        public boolean rewrite(Genome g)
        Rewrite the specified genome.
        Specified by:
        rewrite in interface RewriteRule
        Parameters:
        g - The genome to rewrite.
        Returns:
        True, if the genome was rewritten.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.