Interface Algebra<G extends Genotype>

    • Method Detail

      • algebra

        G algebra​(Term term,
                  Genotype... genotypes)
        Performs the Term for each element of the given Genotypes and returns the resulting Genotype.
        Parameters:
        term - the term
        genotypes - the genotypes
        Returns:
        the resulting genotype