JavaGenes, NASA Ames. Written largely by Al Globus

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.


Method Summary
 Evolvable[] getVariations(Evolvable evolvable)
           
 

Method Detail

getVariations

public Evolvable[] getVariations(Evolvable evolvable)

JavaGenes, NASA Ames. Written largely by Al Globus