Package io.jenetics.prog.regression


package io.jenetics.prog.regression
  • Class
    Description
    Represents a complexity measure if a given program tree.
    This function calculates the overall error of a given program tree.
    This function evaluates how well an evolved program tree fits the given sample data set.
    This class implements a symbolic regression problem.
    Represents a sample point used for the symbolic regression task.
    This class holds the actual sample values which are used for the symbolic regression example.
    This interface represents a set of sample points, which can be evaluated with a given evolved program.
    This class represents the result of a sample calculation, which contains the array of calculated values and a corresponding array with expected sample values.