Interface IFitnessFunction
-
- All Known Implementing Classes:
ExpressionFitnessFunction,IGPFitnessFunction,PseudoFMeasureFitnessFunction
public interface IFitnessFunctionBasic interface for EAGLEs fitness functions- Author:
- Klaus Lyko (lyko@informatik.uni-leipzig.de)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublecalculateRawFitness(org.jgap.gp.IGPProgram p)doublecalculateRawMeasure(org.jgap.gp.IGPProgram bestHere)AMappinggetMapping(ACache sourceCache, ACache targetCache, LinkSpecification spec)To calculate Mappings based on LS
-
-
-
Method Detail
-
getMapping
AMapping getMapping(ACache sourceCache, ACache targetCache, LinkSpecification spec)
To calculate Mappings based on LS- Parameters:
sourceCache-targetCache-spec-- Returns:
-
calculateRawFitness
double calculateRawFitness(org.jgap.gp.IGPProgram p)
-
calculateRawMeasure
double calculateRawMeasure(org.jgap.gp.IGPProgram bestHere)
-
-