Interface IFitnessFunction

    • 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)