Class Genotype

  • Direct Known Subclasses:
    RandomGenotype

    public class Genotype
    extends org.aksw.faraday_cage.engine.ExecutionGraph<Model>
    • Field Detail

      • SIZE

        public static int SIZE
    • Constructor Detail

      • Genotype

        protected Genotype()
      • Genotype

        protected Genotype​(int size)
      • Genotype

        protected Genotype​(TrainingData trainingData)
      • Genotype

        public Genotype​(Genotype other)
    • Method Detail

      • getNode

        public org.aksw.faraday_cage.engine.ExecutionNode<Model> getNode​(int i)
        Overrides:
        getNode in class org.aksw.faraday_cage.engine.ExecutionGraph<Model>
      • getBestEvaluationResult

        public java.util.concurrent.CompletableFuture<EvaluationResult> getBestEvaluationResult()
      • getBestFitness

        public double getBestFitness()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class org.aksw.faraday_cage.engine.ExecutionGraph<Model>
      • getInputs

        public java.util.List<java.lang.Integer> getInputs​(int i)
      • getInputModels

        public java.util.List<Model> getInputModels​(int i)
      • getRelevantRows

        public java.util.Collection<java.lang.Integer> getRelevantRows​(int i)