Documentation of 'jhpro.sregression.FormulaFitnessFunction' Java class
FormulaFitnessFunction
jhpro.sregression

Class FormulaFitnessFunction

  • All Implemented Interfaces:
    java.io.Serializable


    public class FormulaFitnessFunction
    extends GPFitnessFunction
    Fitness function for evaluating the produced fomulas, represented as GP programs. The fitness is computed by calculating the result (Y) of the function/formula for integer inputs (X's). The sum of the differences between expected Y and actual Y is the fitness, the lower the better (as it is a defect rate here).
    See Also:
    Serialized Form
    • Constructor Detail

      • FormulaFitnessFunction

        public FormulaFitnessFunction()
    • Method Detail

      • computeRawFitness

        public double computeRawFitness(IGPProgram ind)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.