Class AlgebraGenericImplementation

    • Method Detail

      • algebra

        public org.opt4j.core.Genotype algebra​(Term term,
                                               org.opt4j.core.Genotype... genotypes)
        Description copied from interface: Algebra
        Performs the Term for each element of the given Genotypes and returns the resulting Genotype.
        Specified by:
        algebra in interface Algebra<org.opt4j.core.Genotype>
        Parameters:
        term - the term
        genotypes - the genotypes
        Returns:
        the resulting genotype
      • algebraComposite

        protected org.opt4j.core.genotype.CompositeGenotype<?,​?> algebraComposite​(Term term,
                                                                                        org.opt4j.core.Genotype... genotypes)