Class GrammarBasedGeneticProgramming.GGPSolutionCandidate

  • All Implemented Interfaces:
    org.api4.java.common.attributedobjects.ScoredItem<java.lang.Double>
    Enclosing class:
    GrammarBasedGeneticProgramming

    public class GrammarBasedGeneticProgramming.GGPSolutionCandidate
    extends java.lang.Object
    implements org.api4.java.common.attributedobjects.ScoredItem<java.lang.Double>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ai.libs.jaicore.components.api.IComponentInstance getComponentInstance()  
      java.lang.Double getScore()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getComponentInstance

        public ai.libs.jaicore.components.api.IComponentInstance getComponentInstance()
      • getScore

        public java.lang.Double getScore()
        Specified by:
        getScore in interface org.api4.java.common.attributedobjects.ScoredItem<java.lang.Double>