public interface IFitnessFunction
| Modifier and Type | Method and Description |
|---|---|
double |
calculateRawFitness(org.jgap.gp.IGPProgram p) |
double |
calculateRawMeasure(org.jgap.gp.IGPProgram bestHere) |
AMapping |
getMapping(ACache sourceCache,
ACache targetCache,
LinkSpecification spec)
To calculate Mappings based on LS
|
AMapping getMapping(ACache sourceCache, ACache targetCache, LinkSpecification spec)
sourceCache - targetCache - spec - double calculateRawFitness(org.jgap.gp.IGPProgram p)
double calculateRawMeasure(org.jgap.gp.IGPProgram bestHere)
Copyright © 2018. All rights reserved.