Class Genotype

    • 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

      • getBestEvaluationResult

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

        public double getBestFitness()
      • 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)