Interface Phenotype

  • All Known Implementing Classes:
    PhenotypeWrapper

    public interface Phenotype

    The Phenotype is a marker interface. A Phenotype represents a solution of the optimization problem that can evaluated by the Evaluator.

    If the class for the solution is already defined and cannot be extended by a marker interface, use the PhenotypeWrapper to wrap the object.