gov.nasa.javaGenes.core
Interface PhenotypeChanger
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- PhenotypeChangerDummy
- public interface PhenotypeChanger
- extends java.io.Serializable
is used by fitness functions that must calculate the fitness of several variants of the phenotype
to simulatate potential manufacturing errors. The genotype of the returned evolvables should
generally be identical, but the phenotype different.
getVariations
public Evolvable[] getVariations(Evolvable evolvable)